secubox-openwrt/package/secubox/luci-app-secubox-mesh/root/usr/share/rpcd/acl.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

31 lines
457 B
JSON

{
"luci-app-secubox-mesh": {
"description": "Grant access to SecuBox Mesh Dashboard",
"read": {
"ubus": {
"luci.secubox-mesh": [
"status",
"peers",
"topology",
"nodes",
"node_info",
"telemetry",
"ping",
"get_config"
]
},
"uci": ["secubox"]
},
"write": {
"ubus": {
"luci.secubox-mesh": [
"node_rotate",
"set_config",
"restart"
]
},
"uci": ["secubox"]
}
}
}