secubox-openwrt/luci-app-secubox/root/usr/share/luci/menu.d/luci-app-secubox.json
CyberMind-FR 75da2ddca4 fix: reorganize all modules under SecuBox menu hierarchy
- 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)
2025-12-25 14:37:41 +01:00

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"}
}
}