secubox-openwrt/package/secubox/luci-app-secubox-crowdsec/root/usr/share/luci/menu.d/luci-app-secubox-crowdsec.json
CyberMind-FR e6835828af feat(local-build): Add sync command and clean local-feed
- Add sync command to synchronize packages from package/secubox to local-feed
- Add local-feed deletion to clean-all command
- Add missing packages to package/secubox:
  - luci-app-secubox-crowdsec
  - secubox-crowdsec-setup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 16:50:53 +01:00

54 lines
1.0 KiB
JSON

{
"admin/services/secubox-crowdsec": {
"title": "CrowdSec",
"order": 80,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-secubox-crowdsec"],
"uci": { "crowdsec": true }
}
},
"admin/services/secubox-crowdsec/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "secubox-crowdsec/dashboard"
}
},
"admin/services/secubox-crowdsec/decisions": {
"title": "Decisions",
"order": 20,
"action": {
"type": "view",
"path": "secubox-crowdsec/decisions"
}
},
"admin/services/secubox-crowdsec/alerts": {
"title": "Alerts",
"order": 30,
"action": {
"type": "view",
"path": "secubox-crowdsec/alerts"
}
},
"admin/services/secubox-crowdsec/collections": {
"title": "Collections",
"order": 40,
"action": {
"type": "view",
"path": "secubox-crowdsec/collections"
}
},
"admin/services/secubox-crowdsec/settings": {
"title": "Settings",
"order": 50,
"action": {
"type": "view",
"path": "secubox-crowdsec/settings"
}
}
}