603 B
603 B
Caddy Reverse Proxy – Home Server Implementation
This page is my reference for how I use Caddy as a reverse proxy on the home server.
For generic concepts, see:
- Network / Reverse Proxy (when written)
- Security / Certificates
Scope
- Caddy virtual hosts for
.landomains. - TLS with the internal CA (
tls internal). - How I add a new internal HTTPS service.
Notes / TODO
- Document the Caddyfile pattern I use for HTTP → HTTPS.
- Add a checklist for adding a new service (DNS + Caddy + Docker + Caddy).