secubox-openwrt/package/secubox/luci-app-client-guardian/root/usr/share/luci/menu.d/luci-app-client-guardian.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

85 lines
1.6 KiB
JSON

{
"admin/secubox/security/guardian": {
"title": "Client Guardian",
"order": 30,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-client-guardian"]
}
},
"admin/secubox/security/guardian/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "client-guardian/overview"
}
},
"admin/secubox/security/guardian/wizard": {
"title": "Setup Wizard",
"order": 15,
"action": {
"type": "view",
"path": "client-guardian/wizard"
}
},
"admin/secubox/security/guardian/clients": {
"title": "Clients",
"order": 20,
"action": {
"type": "view",
"path": "client-guardian/clients"
}
},
"admin/secubox/security/guardian/zones": {
"title": "Network Zones",
"order": 25,
"action": {
"type": "view",
"path": "client-guardian/zones"
}
},
"admin/secubox/security/guardian/autozoning": {
"title": "Auto-Zoning Rules",
"order": 30,
"action": {
"type": "view",
"path": "client-guardian/autozoning"
}
},
"admin/secubox/security/guardian/logs": {
"title": "Event Logs",
"order": 40,
"action": {
"type": "view",
"path": "client-guardian/logs"
}
},
"admin/secubox/security/guardian/alerts": {
"title": "Alerts & Notifications",
"order": 50,
"action": {
"type": "view",
"path": "client-guardian/alerts"
}
},
"admin/secubox/security/guardian/parental": {
"title": "Parental Controls",
"order": 60,
"action": {
"type": "view",
"path": "client-guardian/parental"
}
},
"admin/secubox/security/guardian/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "client-guardian/settings"
}
}
}