stack/landing/Caddyfile
tim 56ddb349b4 Add Caddy landing page with dark LAN service map
Newbie-friendly index of media, download, AI, and git services with
short how-to blurbs; served on port 80 for other PCs on the network.
2026-07-22 13:00:21 -07:00

7 lines
138 B
Caddyfile

# Homelab landing page — LAN only (UFW allows 80 from LAN)
:80 {
root * /srv
encode gzip
file_server
try_files {path} /index.html
}