[Feature Request] - Remove NginX Reverse Proxy Requirement
Thank you all for the amazing software, I will most definitely be supporting the project and spreading it around!
In any case, I have worked through the documentation and successfully installed the server several times. Everything is working perfectly until I introduce an additional reverse proxy such as Nginx Proxy Manager.
I already have split DNS, external ports open, automated cert renewal etc, configured.
Due to the bundled reverse proxy in the container stack, I have to expose this service differently, with an additional external port exposed on the firewall, a separate dns record, and I have to write some automation to replace the self signed certificate with the Nginx container.
I have written a alternate docker compose file and a .env also as a template and can share. I would really love if a docker compose could be released that has the entire stack without the NGINX reverse proxy container.
Then I can just point my reverse proxy at the manager container and go from there...
If this is a non starter, that is fine, I would use the workarounds I have come up with, but this would literally seal the deal!