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

76 lines
1.5 KiB
JSON

{
"admin/secubox/security/crowdsec": {
"title": "CrowdSec",
"order": 10,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-crowdsec-dashboard"]
}
},
"admin/secubox/security/crowdsec/overview": {
"title": "Overview",
"order": 5,
"action": {
"type": "view",
"path": "crowdsec-dashboard/overview"
}
},
"admin/secubox/security/crowdsec/wizard": {
"title": "Setup Wizard",
"order": 10,
"action": {
"type": "view",
"path": "crowdsec-dashboard/wizard"
}
},
"admin/secubox/security/crowdsec/decisions": {
"title": "Decisions",
"order": 20,
"action": {
"type": "view",
"path": "crowdsec-dashboard/decisions"
}
},
"admin/secubox/security/crowdsec/alerts": {
"title": "Alerts",
"order": 30,
"action": {
"type": "view",
"path": "crowdsec-dashboard/alerts"
}
},
"admin/secubox/security/crowdsec/bouncers": {
"title": "Bouncers",
"order": 40,
"action": {
"type": "view",
"path": "crowdsec-dashboard/bouncers"
}
},
"admin/secubox/security/crowdsec/waf": {
"title": "WAF/AppSec",
"order": 45,
"action": {
"type": "view",
"path": "crowdsec-dashboard/waf"
}
},
"admin/secubox/security/crowdsec/metrics": {
"title": "Metrics",
"order": 50,
"action": {
"type": "view",
"path": "crowdsec-dashboard/metrics"
}
},
"admin/secubox/security/crowdsec/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "crowdsec-dashboard/settings"
}
}
}