Show HN: Caddy 2
caddyserver.com
Show HN: Caddy 2
1–10 of 247 posts
Re: Show HN: Caddy 2
#2Awesome! We use Caddy at Sourcegraph (https://sourcegraph.com/search?q=caddy+repo:%5Egithub%5C.com...) and love it. Caddy makes it much easier to run our app in local dev (with HTTPS and other nice things).
Re: Show HN: Caddy 2
#3At what point does one use Caddy over writing a server with few lines in Go/Node. A bit confused on the use case of Caddy.
Re: Show HN: Caddy 2
#4At what point does one use Caddy over writing a server with few lines in Go/Node. A bit confused on the use case of Caddy.
Use Caddy wherever you'd otherwise use Apache HTTPD, nginx, IIS, traefik, Kong, etc...
Re: Show HN: Caddy 2
#5I really like Caddy and use it for general side projects. Super simple setup, handles all the LetsEncrypt certificates for me, can be running different apps on different paths.
Re: Show HN: Caddy 2
#6At what point does one use Caddy over writing a server with few lines in Go/Node. A bit confused on the use case of Caddy.
It's comparable to Nginx and Apache, not a Go/Node http/https server.
Re: Show HN: Caddy 2
#7EDIT: No more Telemetry nvm
Re: Show HN: Caddy 2
#8I really like Caddy and use it for general side projects. Super simple setup, handles all the LetsEncrypt certificates for me, can be running different apps on different paths.
Same here. Using it for all "small" projects, no idea on what to expect on large ones though.
Re: Show HN: Caddy 2
#9EDIT: No more Telemetry nvm
It's out. The server was shut down months ago and v2 doesn't have a telemetry client at all.
Re: Show HN: Caddy 2
#10I really like Caddy and use it for general side projects. Super simple setup, handles all the LetsEncrypt certificates for me, can be running different apps on different paths.
Same here. Using it for all "small" projects, no idea on what to expect on large ones though.
We have several companies using it for tens of thousands of their customer sites. It's the only server we know of that can handle hundreds of thousands of certificates efficiently!