Files
Documentation/Doc/Home-Server/Implementations/DNS/Caddy.md
T
2026-03-05 17:47:01 +01:00

20 lines
603 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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).