-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Support]: Nginx Proxy Manager Configuration for ZTNET? Traefik? #556
Comments
NGINX is super simple (this is for the .conf without the Manager – don't use it):
Then just add a LE cert and you're done. Make sure, the firewall blocks access from WAN to port 3000 and that's it. |
I really need to use Nginx Proxy Manager, everything is set up to use it. I will not switch to Nginx alone or Caddy at this point. Also I prefer a method to not expose port 3000 in the first place and then close it down via firewall (as I have done for many other proxied services). I found a solution now (for others to find and follow):
that is all, no use of the network in the compose file here, so every service uses this network. I would have preferred only ztnet using it and a separate network for Postgres and ZT, but that didn't work.
...which is the fixed IP range of my external network "proxy_network".
http ztnet 3000
|
📝 Inquiry
A lot of people don't use Caddy as reverse proxy, but NPM or Traefik.
I have tried setting up ZTNET with NPM, but wasn't able to. I would be happy for some guide on how to set up ZTNET with NPM. And a lot of people certainly would be happy about some Traefik guidance.
Great work, amazing software, which I would love to use!
Yours
TBT
🔖 Version
not applicable -> docker-compose / NPM issue
🔧 Deployment Type
💻 Operating System
Debian
🌐 Browser
Chrome
📚 Any Other Information That May Be Helpful
No response
The text was updated successfully, but these errors were encountered: