Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# 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).
|
||||
Reference in New Issue
Block a user