cross-posted from: https://gregtech.eu/post/7656913
I have been self-hosting for a while now with Traefik. It works, but I’d like to give Nginx Proxy Manager a try, it seems easier to manage stuff not in docker.
You must log in or register to comment.
I use nginx, mainly because that’s what I learned first and see no reason to replace that.
Also, it’s very convenient to use it as webserver in the same config (eg. passing / to /run/daemon.sock and setting /assets’s root to /var/lib/webapps/daemon)
I use Caddy due to the extremely simple configuration and automatic SSL.
Traefik is great. NPM is super easy to setup. The only downside is customisation. Traefik can do so much more.
Traefik has a lot of nice features - but could take some time to wrap your head around it …