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.
This commit is contained in:
tim 2026-07-22 13:00:21 -07:00
parent ceba76df85
commit 56ddb349b4
7 changed files with 478 additions and 6 deletions

7
landing/Caddyfile Normal file
View file

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