Commit Graph

3 Commits

Author SHA1 Message Date
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