▲ | Saris 2 days ago | ||||||||||||||||||||||||||||||||||||||||
Caddy does have some bizarre limitations I've run into, particularly logging with different permissions when it writes the file, so other processes like promtail can read the logs. With Caddy you cannot change them, it always writes with very restrictive permissions. I find their docs also really hard to deal with, trying to figure out something that would be super simple on Nginx can be really difficult on Caddy, if it's outside the scope of 'normal stuff' The other thing I really don't like is if you install via a package manager to get automated updates, you don't get any of the plugins. If you want plugins you have to build it yourself or use their build service, and you don't get automatic updates. | |||||||||||||||||||||||||||||||||||||||||
▲ | francislavoie 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
Actually, you can set the permissions for log files now. See https://caddyserver.com/docs/caddyfile/directives/log#file | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | nodesocket 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
I use Caddy as my main reverse proxy into containers with CloudFlare based DNS let’s encrypt. The syntax is intuitive and just works. I’ve used Traefik in the past with Kubernetes and while powerful the setup and grok ability has quite a bit steeper learning curve. | |||||||||||||||||||||||||||||||||||||||||
▲ | dizhn 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
You can have the binary self update with currently included plugins. I think the command line help says it's beta but has always worked fine for me. | |||||||||||||||||||||||||||||||||||||||||
|