Initial commit of dashboard

Static status dashboard served via nginx, with the switch TLS proxy
section relabeled from WWTP to Extreme.
This commit is contained in:
dcstephenson
2026-07-29 13:47:35 -05:00
commit 40fb835319
4 changed files with 290 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
dashboard:
build: .
container_name: dashboard
ports:
- "8090:80"
restart: unless-stopped