Commit Graph

6 Commits

Author SHA1 Message Date
9133f5bb3c feat: server health gauges (CPU/RAM/Temp), condensed UniFi DMP, NAS space display
- ServerStatsWidget: 3 SVG ring gauges per server with color thresholds
- Servers API: added cpuTemp from node_hwmon_temp_celsius
- NetworkWidget: condensed DMP view (WAN/WLAN/LAN health subsystems)
- UniFi API: parallel fetch of stat/device + stat/health
- SynologyWidget: prominent total/available space display
2026-02-13 15:18:34 -05:00
304840c316 chore: add .env to gitignore, update .env.example template 2026-02-13 14:42:37 -05:00
1102f27f45 fix: UniFi, Synology, Network widgets + Grafana HTTPS
- Rewrite UniFi API: port 443, /api/auth/login, /proxy/network/ prefix,
  native https module for self-signed cert, cookie-based session
- Update credentials to Vault-Admin (view-only local account)
- Rewrite NetworkWidget to show UniFi devices with clients/uptime
- Fix Synology API: correct field mappings (size.total/size.used),
  add CPU/memory utilization endpoint
- Fix network API: use prometheus:9090 container DNS
- Add NODE_TLS_REJECT_UNAUTHORIZED=0 for UniFi self-signed cert
- Expand AI container group (rag, litellm, qdrant)
- Add force-dynamic to API routes
2026-02-13 13:54:48 -05:00
e00c6efcda fix: add labels to container API, null-safe ContainerGroup, error boundary
- containers/route.ts: include c.Labels in response (was missing, caused null crash)
- ContainerGroup.tsx: null-safe getTraefikUrl with optional chaining
- error.tsx: add Next.js error boundary for graceful client-side error handling
2026-02-13 13:15:36 -05:00
b14489ff59 feat: add server stats, GPU stats, container CPU/memory display
- Add /api/servers endpoint querying Prometheus for CPU, RAM, disk, uptime, load
- Add /api/gpu endpoint for NVIDIA Jetson GPU utilization, temp, power
- Add ServerStatsWidget with animated bars for Atlas, Wile, RoadRunner
- Add GPUStatsWidget with GPU util, memory, temp color-coding, power draw
- Update ContainerGroup to show CPU bar and memory for running containers
- Fix docker-compose.yml: traefik network external: true
- Fix getTraefikUrl to scan all router labels (not just 'https')
2026-02-13 13:08:39 -05:00
d6debe51b1 Initial commit: ATLAS Dashboard (Next.js) 2026-02-13 12:24:02 -05:00