- 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)
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"admin/secubox": {
|
|
"title": "SecuBox",
|
|
"order": 25,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {"type": "view", "path": "secubox/dashboard"}
|
|
},
|
|
"admin/secubox/modules": {
|
|
"title": "Modules",
|
|
"order": 20,
|
|
"action": {"type": "view", "path": "secubox/modules"}
|
|
},
|
|
"admin/secubox/settings": {
|
|
"title": "Settings",
|
|
"order": 25,
|
|
"action": {"type": "view", "path": "secubox/settings"}
|
|
},
|
|
"admin/secubox/security": {
|
|
"title": "Security & Access",
|
|
"order": 30,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/monitoring": {
|
|
"title": "Monitoring & Analytics",
|
|
"order": 35,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/network": {
|
|
"title": "Network Management",
|
|
"order": 40,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/system": {
|
|
"title": "System & Performance",
|
|
"order": 50,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/services": {
|
|
"title": "Services & Applications",
|
|
"order": 60,
|
|
"action": {"type": "firstchild"}
|
|
}
|
|
}
|