- CrowdSec: admin/secubox/security/crowdsec -> admin/services/crowdsec - Threat Monitor: admin/secubox/security/threats -> admin/services/threat-monitor Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"admin/services/threat-monitor": {
|
|
"title": "Threat Monitor",
|
|
"order": 85,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-secubox-security-threats"]
|
|
}
|
|
},
|
|
"admin/services/threat-monitor/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-security-threats/dashboard"
|
|
}
|
|
}
|
|
}
|