No description
Find a file
Sam 5d3d4f4015 MQTT-based live CPU/RAM metrics + remove auth from HA control
- Enrich server data with MQTT system topics (cpu_usage_percent,
  ram_usage_percent, temp, model etc.) published by Unraid MQTT Agent
- Works for both Daddelolymp and Adriahub topics
- MQTT overlay runs on every request (even cached) for fresh metrics
- Remove JWT auth from /api/ha/control — local dashboard doesn't need it
- Add cpu brand field to GraphQL query

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:41:16 +01:00
server MQTT-based live CPU/RAM metrics + remove auth from HA control 2026-03-02 22:41:16 +01:00
web HA controls + wider layout: toggle lights/switches, cover controls, more sensors 2026-03-02 19:30:20 +01:00
.gitignore refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
.gitlab-ci.yml refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
docker-compose.yml feat: Setup Wizard for first-run configuration 2026-03-02 16:06:10 +01:00
Dockerfile refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
requirements.txt fix: replace passlib with direct bcrypt to fix password hashing crash 2026-03-02 16:20:36 +01:00
SETUP.md Initial commit 2026-02-13 00:24:31 +01:00