- 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)
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"admin/secubox/security/auth-guardian": {
|
|
"title": "Auth Guardian",
|
|
"order": 70,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {"type": "view", "path": "auth-guardian/overview"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/sessions": {
|
|
"title": "Sessions",
|
|
"order": 20,
|
|
"action": {"type": "view", "path": "auth-guardian/sessions"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/vouchers": {
|
|
"title": "Vouchers",
|
|
"order": 30,
|
|
"action": {"type": "view", "path": "auth-guardian/vouchers"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/oauth": {
|
|
"title": "OAuth Providers",
|
|
"order": 40,
|
|
"action": {"type": "view", "path": "auth-guardian/oauth"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/splash": {
|
|
"title": "Splash Page",
|
|
"order": 50,
|
|
"action": {"type": "view", "path": "auth-guardian/splash"}
|
|
},
|
|
"admin/secubox/security/auth-guardian/bypass": {
|
|
"title": "Bypass Rules",
|
|
"order": 60,
|
|
"action": {"type": "view", "path": "auth-guardian/bypass"}
|
|
}
|
|
}
|