HTTPS Setup #1830
Replies: 1 comment
-
I ran into the same issue, but haven't found a real solution yet - i do have a workaround though.
For the anthias-nginx container, replace the current port configuration:
With this:
This procedure is also documented here: https://docs.docker.com/network/
This configuration survives updating the containers with upgrade_containers.sh, but probably won't survive updating via the run_upgrade.sh script. Maybe the supplied install script could ask if you want to use you own web server as a proxy? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm running the latest release on a Raspberry Pi 4. I've got the standard HTTP site up and running, but need to look at enabling HTTPS. I've seen comments that imply running the enable_ssl.sh script will enable this, however when running the scrip it does nothing.
The script appears to be accessing running enable-ssl in the site.yml file located in /screenly/ansible, howerver the yml file does not do anything.
Has anyone been able to get https working recently and if so how did you accomplish this?
Many thanks,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions