secubox-openwrt/package/secubox/luci-app-secubox-mesh/root/usr/share/luci/menu.d/luci-app-secubox-mesh.json
CyberMind-FR 54668158c8 feat(luci-app-secubox-mesh): Add LuCI dashboard for mesh network
KISS-themed web interface for SecuBox mesh daemon management:
- Node Identity card (DID, role, mesh gate, daemon uptime)
- System Telemetry with CPU/Memory/Disk gauges and temperature
- Network stats (RX/TX totals, TCP connections, WireGuard peers)
- Configuration panel with Restart Daemon and Rotate Keys buttons
- Connected Peers table with live status
- 10-second auto-refresh polling
- Menu: SecuBox → Mesh Network

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-26 07:14:42 +01:00

15 lines
224 B
JSON

{
"admin/secubox/mesh": {
"title": "Mesh Network",
"order": 35,
"action": {
"type": "view",
"path": "secubox/mesh"
},
"depends": {
"acl": ["luci-app-secubox-mesh"],
"uci": { "secubox": true }
}
}
}