top | item 32771861

(no title)

purim | 3 years ago

Does Caddy have the same issue with configuration spaghetti problem with Traefik? How does it differ from Traefik's model?

discuss

order

mholt|3 years ago

I'm not super familiar with Traefik, but if you're talking about using container labels for config, no, Caddy's config is given as a JSON document through a REST API. The CLI can let you use config files if you prefer. Or the Caddyfile is a more human-friendly format that Caddy supports by default. You can actually use any config format you want if there's a config adapter for it: https://caddyserver.com/docs/config-adapters

robk|3 years ago

Caddy is vastly vastly better in this regard. Traefik config files drive me insane when rewriting anything.