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>
31 lines
457 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|