Import current Voyager console

This commit is contained in:
2026-07-14 22:17:52 -04:00
commit 7795a1d8ad
10 changed files with 1509 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# VOYAGER · Edge01
Static infrastructure console served by Caddy.
## Deploy
Copy the project contents into:
`/opt/docker/caddy/site/portal/`
Caddy already serves that host directory at:
`https://portal.zerafa.com`
No Caddy restart is required for HTML, CSS, JavaScript, or JSON changes.
## Structure
- `index.html`
- `css/voyager.css`
- `js/voyager.js`
- `config/services.json`
## Design principle
Voyager does not show a single global “everything is healthy” message.
Each system has its own independent state tile so the operator can sweep the page and spot warnings or failures.