Caddy is the first and only web server to use HTTPS automatically and by default

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • htcpp

    An HTTP server using liburingpp

    I'm always a bit bothered by them saying they are the "only" web server that can do this. First you can also just configure it in a way where it will not use HTTPS (e.g. if you provide an IP:port instead of a hostname). And if you do require specific configuration to enable HTTPS and automatically get certificates via ACME, then lots of other web servers can do this too. Even my own web server can do it: https://github.com/pfirsich/htcpp (see https://github.com/pfirsich/htcpp/blob/main/configs/acme.jom... for an admittedly much more complicated config).

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • caddy-docker-proxy

    Caddy as a reverse proxy for Docker

    If you want a slightly heavier but more robust solution, caddy-docker-proxy[0] is a plugin that listens to the Docker socket and automatically updates the Caddy configuration based on Docker labels you add to containers.

    I.e. it makes Caddy act a bit more like Traefik. Most of the time, you'll just add the label `caddy.reverse_proxy={{upstreams http 8080}}` to your containers and the plugin will regenerate Caddy's configuration whenever the container is modified.

    [0] https://github.com/lucaslorentz/caddy-docker-proxy

  • acme.sh

    A pure Unix shell script implementing ACME client protocol

    like https://github.com/acmesh-official/acme.sh/wiki/Stateless-Mo...

    If DNS-01 is not an option or to complicated, this saves you from exposing a host to the internet for no good reason.

  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

    Header that is impossible to turn off since it's hardcoded here: https://github.com/caddyserver/caddy/blob/master/modules/cad...

    The developer's annoying response is "it doesnt improve privacy or security, so we won't give you the option to remove it".

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • acme.sh runs arbitrary commands from a remote server · Issue #4659 · acmesh-official/acme.sh

    2 projects | /r/cybersecurity | 10 Jun 2023
  • Best way to automate LetsEncrypt for reverse proxy?

    2 projects | /r/homelab | 5 Nov 2021
  • How can we automate NGINX Certificates everytime it expires?

    4 projects | /r/selfhosted | 27 Feb 2021
  • oh no ssl certificate expired again

    5 projects | /r/linuxmemes | 26 Aug 2022
  • Intent to End OCSP Service

    1 project | news.ycombinator.com | 23 Jul 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?