secubox-openwrt/package/secubox/luci-app-system-hub/root/usr/share/luci/menu.d/luci-app-system-hub.json
CyberMind-FR 5b55ab3ef9 feat: Dashboard reorganization and auth security fixes
- Move Debug Console from Client Guardian to System Hub
- Add Auto-Zoning Rules dedicated view in Client Guardian
- Add public pages for Bug Bounty and Crowdfunding (no ACL)
- Fix auth-logger to only detect real login attempts
- Add private IP whitelist for CrowdSec (RFC1918 ranges)
- Update navigation menus across all apps
- Bump secubox-auth-logger to v1.2.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 09:32:14 +01:00

128 lines
3.1 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/debug": {
"title": "Debug Console",
"order": 8,
"action": {
"type": "view",
"path": "system-hub/debug"
}
},
"admin/secubox/system/system-hub/remote": {
"title": "Remote Management",
"order": 9,
"action": {
"type": "view",
"path": "system-hub/remote"
}
},
"admin/secubox/system/system-hub/settings": {
"title": "Settings",
"order": 10,
"action": {
"type": "view",
"path": "system-hub/settings"
}
},
"admin/secubox/system/system-hub/dev-status": {
"title": "Development Status",
"order": 11,
"action": {
"type": "view",
"path": "system-hub/dev-status"
}
},
"admin/secubox/system/system-hub/network-modes": {
"title": "Network Modes",
"order": 12,
"action": {
"type": "view",
"path": "system-hub/network-modes-link"
},
"depends": {
"acl": [
"luci-app-network-modes"
]
}
},
"admin/secubox/system/system-hub/cdn-cache": {
"title": "CDN Cache",
"order": 13,
"action": {
"type": "view",
"path": "system-hub/cdn-cache-link"
},
"depends": {
"acl": [
"luci-app-cdn-cache"
]
}
}
}