infra-dashboard/.env.example
Maddox ea9f8fca25 Initial commit - shareable infra dashboard
Externalize hardcoded host inventory and diagram topology into
JSON config files (hosts.json, diagram.json) loaded at runtime.
Add .env for configurable port, SSH key path, and refresh interval.
Include example configs and README for standalone deployment.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 14:57:56 -05:00

5 lines
110 B
Text

DASHBOARD_PORT=5050
REFRESH_INTERVAL=60
SSH_TIMEOUT=10
SSH_KEY_PATH=/root/.ssh/id_ed25519
TZ=America/New_York