هذا الالتزام موجود في:
2026-07-28 14:17:17 +03:00
التزام 9a49823ced
218 ملفات معدلة مع 29174 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,6 @@
#!/bin/sh
# Runs the monitor loop in the background and serves the dashboard folder.
python3 /app/monitor.py &
cd /app/dashboard && python3 -m http.server 8080