web: per protocol active node counts (#735)

* web: per protocol active node counts

* web: address review comments
This commit is contained in:
l5y
2026-04-13 18:26:16 +02:00
committed by GitHub
parent 10e6c99196
commit b951dbffeb
17 changed files with 619 additions and 169 deletions
+2
View File
@@ -27,6 +27,8 @@ CREATE TABLE IF NOT EXISTS instances (
last_update_time INTEGER,
is_private BOOLEAN NOT NULL DEFAULT 0,
nodes_count INTEGER,
meshcore_nodes_count INTEGER,
meshtastic_nodes_count INTEGER,
contact_link TEXT,
signature TEXT
);