store only status-change events; UI client-side polling refactor

This commit is contained in:
Stanislav Rossovskii
2026-05-27 14:58:46 +04:00
parent 71f0035b0b
commit d5f312f200
48 changed files with 2247 additions and 753 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
echo "ok: $(date -u +%FT%TZ)"
printf "ok"
exit 0