Page 1 of 1

Is SSL connectivity possible?

Posted: Monday 18 November 2019 16:00
by wishmaster84
I'm using the beta with the auto installer script so also using docker.
Is it possible to have Dashticz run on SSL instead of HTTP?
I was thinking I will probably have to configure Apache to use this but how can I do this within the docker image?

Re: Is SSL connectivity possible?

Posted: Monday 18 November 2019 18:44
by Lokonli
With SSL you mean https?
I'm using a reverse proxy on my NAS which maps the https request to a http port.
Probably you can also configure the Apache server in the Docker image to use https. I expect you have to change the Dockerfile.

Be aware that Dashticz is not secure in itself. Use vpn or .htaccess (see documentation) for securing the connection.