# 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](../../../Network/ReverseProxy.md) (when written) - [Security / Certificates](../../../Security/Certificates.md) ## Scope - Caddy virtual hosts for `.lan` domains. - 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).