Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (optional) configuration for HTTPS #14

Open
rolandgeider opened this issue Nov 9, 2021 · 2 comments
Open

Add (optional) configuration for HTTPS #14

rolandgeider opened this issue Nov 9, 2021 · 2 comments

Comments

@rolandgeider
Copy link
Member

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

@lucanello
Copy link

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.

@rolandgeider
Copy link
Member Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants