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.
7 lines
138 B
Caddyfile
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
|
|
}
|