No description
  • Python 96.6%
  • Shell 3.4%
Find a file
Florian Schuttkowski fb1cfaac72
Parse docker memory in Python to fix 0MB chart values
JS regex parsing of docker MemUsage strings was fragile. Moving
the logic to _parse_mem_mb() in Python gives exact control over
unit handling (B, KiB, MiB, GiB) and sends a ready-to-use mem_mb
float in the SSE payload. JS now reads c.mem_mb directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 17:14:36 +02:00
dashboard.py Parse docker memory in Python to fix 0MB chart values 2026-05-21 17:14:36 +02:00
dashboard.service Fix 217/USER error by detecting the actual username at install time 2026-05-21 16:48:34 +02:00
install.sh Fix 217/USER error by detecting the actual username at install time 2026-05-21 16:48:34 +02:00
README.md Initial commit 2026-05-21 14:39:14 +00:00
requirements.txt Add Pi dashboard with mobile-responsive layout 2026-05-21 16:43:08 +02:00

py-chart