Skip to content

Setting up Caddy for GotHub

Setting up the Caddy web server is not hard at all. Caddy is the recommended web server for GotHub, due it being made in Go, having HTTP/3 support and automatic certificate generation.

After installing Caddy, append the following to the Caddyfile:

gothub.domain.tld {
    reverse_proxy localhost:3000
}