this post was submitted on 05 Jun 2023
9 points (100.0% liked)
Lemmy Support
157 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've opened some pull requests on the main app repo and the docs repo with changes that should fix the docker install issues people have been having.
Specifically: https://github.com/LemmyNet/lemmy/pull/2908 / https://github.com/LemmyNet/lemmy-docs/pull/186
The hero we need.
Ok, looking at it after it was committed:
https://github.com/Just-Insane/lemmy-docs/blob/614ec9e61e45fa943b46613b07a40f414462c8f7/src/en/administration/install_docker.md
The instructions are not very clear on the proxy setup. It kind of hand-waves a suggested config after the "To make Lemmy available outside the server, you need to set up a reverse proxy, like Nginx. You can use the following simple proxy:" preface, but is not really specific which file this goes in. Is this appended to the nginx.conf?
Thank you
I mostly didn't touch that part, it seemed to be outside the scope of the article and suggesting a config for each person's exact setup isn't going to be possible.
This would be for putting in front of the nginx proxy built into the compose file. In theory you could do SSL offloading here or whatever you want, as long as you don't change the headers needed by the nginx.conf file further up the page.