Hacker News new | ask | show | jobs
by stackskipton 618 days ago
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.

1 comments

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