-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
docs: add basic SSL documentation #1997
Conversation
@allanlw That is just awesome! Nothing to add. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some fixes
@djaiss fill free to re-read the document. |
This is awesome. I was thinking about submitting a PR to add these details but you got to it first and wrote something much more comprehensive. Thanks for adding this! I could definitely have used it a few days ago. |
Co-Authored-By: allanlw <wirtha@bu.edu>
Co-Authored-By: allanlw <wirtha@bu.edu>
Co-Authored-By: allanlw <wirtha@bu.edu>
This pull request has been automatically locked since there |
SSL termination seems to be a frequent source of confusion for new users/installers. I know it was for me personally, and I found a plethora of issues asking questions about this when I searched (#479, #679, #835, #1287, #1535).
This adds a new file in
docs/installation
calledssl.md
that has some information about how to configure Monica to use HTTPS, including information about the APP_ENV=production implication, the role of the "TRUSTED_PROXIES" and an example nginx and docker compose file for performing TLS termination in a separate docker container with the official docker container running unmodified.