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
+2
View File
@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html