Next Steps for the Caddy Project Maintainership

(caddy.community)

97 points | by francislavoie 4 hours ago ago

15 comments

  • NiloCK 19 minutes ago

    I've had a really good time with Caddy on a hobby project over the past 7 years on a digital ocean droplet.

    Automatic HTTPS, multiple domains, proxying specific routes to local services, etc etc, managed by one extremely legible config file.

    I've had literally one service failure over that period, and it was my own error after running upgrades of the droplet's operating system.

    Highly recommended.

    Congrats to Mike on growing the project to the point where he can responsibly take a hand off the wheel now and then. And thank you!

  • McRaeAlex 2 hours ago

    It’s nice to see the responsibility spread across more people, open source projects live and die by their maintainers.

    As a note, Caddy is one of those tools which hits the 80-90% of functionality with 50% of the complexity.

    For both my homelab and hobby projects it just works. Its configuration is sane and well documented.

    I highly recommend giving it a try.

  • aborsy 31 minutes ago

    Free software needs to find a way for people to contribute so that maintainers get paid.

    Caddy has been great!

  • cr125rider 3 hours ago

    Caddy is excellent. Great on you, Matt for giving up some control.

  • rvitorper 3 hours ago

    I like Caddy. Good to see it evolve. Hope it works well

  • TranquilMarmot 3 hours ago

    https://caddyserver.com/

    > The Ultimate Server

    > makes your sites more secure, more reliable, and more scalable than any other solution.

    Is this an alternative to nginx or something?

    • loloquwowndueo 3 hours ago

      It’s an http server like Apache or nginx.

      A stand-out feature has been ACME support built-in, and it’s a fairly capable reverse proxy. I’ve seen organizations use Caddy to provision certificates for customer domains at scale with very good results.

    • danielheath 3 hours ago

      Yes.

      Personally, I much prefer the way caddy does configuration / plugins (as someone reasonably conversant in how nginx does those things) - comparable to "sysv init scripts vs systemd unit files".

    • tom1337 3 hours ago

      It is, but I've mostly came across Caddy as a traefik alternative.

      • nodesocket an hour ago

        I still think for Kubernetes ingress controller, traefik is more optimized for this use-case than Caddy. However, sitting in front of containers or a standalone reverse proxy I exclusively use Caddy.

  • charcircuit an hour ago

    >Now, the project is so stable and mature that most bugs require extensive explaining and troubleshooting, and very specific configurations, to reproduce.

    There still remains this simple to reproduce bug where the page doesn't load of you use the full domain name of a site.

    https://caddyserver.com./

    • apsurd 33 minutes ago

      Never in my life have I seen a domain with a dot at the end OR a dot at the end with a slash.

      bananas

      why is this your hill to die on?

    • francislavoie 39 minutes ago

      We get it, you have a grudge. No need to post this comment every single time anything related to Caddy is posted on HN. PRs welcome if you want to propose a change.

      • charcircuit 24 minutes ago

        I think it's unfair to say that I post this every time when I've only mentioned it twice before, with the previous time being 2 years ago. I don't have a grudge, I just recognize it as an easy to reproduce bug that disqualifies me from using the software. I'm not itching to get off of nginx as I already have a site that works, so I have no motivation to do extra work to fix bugs in other projects.

        • francislavoie 19 minutes ago

          Last year: https://news.ycombinator.com/item?id=39474419 and you also said "I have only brought this up once before on HN and it was over 2 years ago." in that same thread.

          Still, only you and one other person with a similar grudge have ever complained about it (we've never had any github issues opened about it in years, neither on our forums) and nobody who cares has attempted to solve it with code changes.