I use HAProxy and Caddy, and for different reasons:
- HAProxy - sni-based proxying to devices on my VPN; lives on my VPS
- Caddy - TLS-trunking (and cert renewal) per device and reverse proxy in front of containers
It works really well. My router is configured as a DNS server to route my domains to my local network, so I get to use TLS even on my LAN, which is neat.
irotsoma@lemmy.blahaj.zone 9 months ago
Personally, I find Traefik much simpler than Nginx, especially with Kubernetes, but even with pure docker, but it’s definitely not as performant. That’s balanced by the fact that it does a lot of automatic detection and has dynamic config loading so I don’t have to break other services when changing configurations.