Hacker News new | ask | show | jobs
by francislavoie 616 days ago
Caddy maintainer here; could you be more specific about the usecases you think look like a nightmare? We're always looking to improve config ergonomics, but we need specific feedback.
1 comments

Former Caddy user here but we converted to Kubernetes and Ingress-Nginx replaced it.

I wish we could have multiple config files that would get combined together at run time, bonus points for "All files ending with *.caddyfile in /dir" would get loaded.

Why might you ask? GitOps. We kept Caddyfiles in Git, but JSON would get corrupted when being edited. If they were individual files, it probably would have resulted in less headache and easier maintenance.

And somehow while reading the documentation, we all missed it. :FACEPALM: