Which reverse proxy do you use/recommend?

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.

14 points · 9 comments · view on lemmy.world

9 Comments

kylian0087@lemmy.dbzer0.com · 8 pts · 1y (2 replies)

Traefik, it works very well on Kubernetes.

makingStuffForFun@lemmy.ml · 2 pts · 1y

Agree I use it for all my web services

chiisana@lemmy.chiisana.net · 1 pts · 1y

Works very well on vanilla docker compose as well. Annotate containers with labels and it will wire itself up automagically. It’s wonderful.

exu@feditown.com · 6 pts · 1y (1 reply)

I use nginx, mainly because that's what I learned first and see no reason to replace that.

30p87@feddit.org · 1 pts · 1y

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)

Matt@lemdro.id · 4 pts · 1y

I use Caddy due to the extremely simple configuration and automatic SSL.

Knossos@lemmy.world · 2 pts · 1y

Traefik is great. NPM is super easy to setup. The only downside is customisation. Traefik can do so much more.

Andromxda@lemmy.dbzer0.com · 1 pts · 1y

I like Sōzu

BlaueHeiligenBlume@feddit.org · 1 pts · 1y

Traefik has a lot of nice features - but could take some time to wrap your head around it ...