1 2 3 4 5 6 7 8 9 10 11 12
# For the "reverse-proxy with auto TLS certificate", add entries as follows. # Don't forget to set `DESEC_TOKEN`, e.g., in /var/lib/caddy/envfile # # { # acme_dns desec { # token { env.DESEC_TOKEN } # } # } # # example.com { # reverse_proxy localhost:8080 # }