fix zombie leak, add quiet-hours toggle, improve query reply, configurable router threshold, JS dashboard

This commit is contained in:
kami
2026-07-03 00:42:35 +02:00
parent 612583d59a
commit e00cb07658
26 changed files with 3652 additions and 15 deletions
+13 -10
View File
@@ -1,10 +1,13 @@
# Built binaries
mavend
mavenclient
mavsttd
mavttsd
mavweb
mavpoll
# Built binaries (root only)
/mavend
/mavenclient
/mavsttd
/mavttsd
/mavweb
/mavpoll
# Certs (private keys, don't commit)
certs/
# Dependencies (fetch/build, not vendored)
deps/
@@ -15,8 +18,8 @@ models/
# Runtime data
*.db
# Certs (private keys, don't commit)
certs/
# Temp files
/tmp/
# opencode config (per-project, not for sharing)
opencode.json