Self-hosted static site deployment platform for LAN-only hosting with a shared Nginx proxy.
.env.example to .env and adjust secrets and LAN IP.docker network create ^
-d macvlan ^
--subnet=192.168.1.0/24 ^
--gateway=192.168.1.1 ^
-o parent=eth0 ^
drophost_macvlan
drophost directory build and start the stack:docker compose up --build
The dashboard should then be available on http://192.168.1.12/ from devices on the same LAN.