docker icon indicating copy to clipboard operation
docker copied to clipboard

Add (optional) configuration for HTTPS

Open rolandgeider opened this issue 4 years ago • 2 comments

Document or configure nginx to support HTTPS, ideally we would support retrieving/renewing certificates from LetsEcrypt out of the box

rolandgeider avatar Nov 09 '21 14:11 rolandgeider

You could solve it using a different approach: like with other big software (e.g. Grafana, Nextcloud etc.), make wger using a reverse proxy like Traefik. I tried installing wger without the nginx-proxy and it worked but was massive headache. If you simply serve wger using the app-container without any more configuration, it would be no hassle to setup a SSL-secured application.

lucanello avatar May 14 '22 10:05 lucanello

yeah, that would be a possibility as well. The problem is that we need some kind of web server for the static files. Or do you mean putting traefik in front on nginx?

rolandgeider avatar May 14 '22 10:05 rolandgeider