- Add missing 'monitoring' and 'services' categories to main SecuBox hub - Move system-hub, bandwidth-manager, traffic-shaper to SecuBox menus - Move auth-guardian, ksm-manager to SecuBox security category - All 15 modules now properly organized in 5 categories Categories: - Security & Access: 5 modules (auth-guardian, client-guardian, crowdsec, ksm-manager, netifyd) - Monitoring & Analytics: 2 modules (mediaflow, netdata) - Network Management: 5 modules (bandwidth-manager, cdn-cache, network-modes, traffic-shaper, wireguard) - System & Performance: 1 module (system-hub) - Services & Applications: 1 module (vhosts)
85 lines
1.6 KiB
JSON
85 lines
1.6 KiB
JSON
{
|
|
"admin/secubox/system/system-hub": {
|
|
"title": "System Hub",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-system-hub"]
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/overview": {
|
|
"title": "Overview",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/overview"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/services": {
|
|
"title": "Services",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/services"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/logs": {
|
|
"title": "System Logs",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/logs"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/backup": {
|
|
"title": "Backup & Restore",
|
|
"order": 4,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/backup"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/components": {
|
|
"title": "Components",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/components"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/diagnostics": {
|
|
"title": "Diagnostics",
|
|
"order": 6,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/diagnostics"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/health": {
|
|
"title": "System Health",
|
|
"order": 7,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/health"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/remote": {
|
|
"title": "Remote Management",
|
|
"order": 8,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/remote"
|
|
}
|
|
},
|
|
"admin/secubox/system/system-hub/settings": {
|
|
"title": "Settings",
|
|
"order": 9,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/settings"
|
|
}
|
|
}
|
|
}
|