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:
parent
ceba76df85
commit
56ddb349b4
7 changed files with 478 additions and 6 deletions
7
landing/Caddyfile
Normal file
7
landing/Caddyfile
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue