secubox-openwrt/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json

68 lines
1.3 KiB
JSON

{
"admin/secubox/security/crowdsec": {
"title": "CrowdSec",
"order": 10,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-crowdsec"]
}
},
"admin/secubox/security/crowdsec/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "crowdsec-dashboard/overview"
}
},
"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"
}
}
}