secubox-openwrt/luci-app-system-hub/root/usr/share/luci/menu.d/luci-app-system-hub.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

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