- Add service control RPCD method (start/stop/restart/reload) - Add smart action buttons to CrowdSec Settings (Service Control, Register Bouncer, Hub Update) - Add CrowdSec Console quick access link button - Fix LAPI status check (use lapi_status field) - Fix collections display (handle nested response structure) - Fix System Hub Quick Status Indicators layout (label/value stacking) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"luci-app-crowdsec-dashboard": {
|
|
"description": "Grant access to LuCI CrowdSec Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.crowdsec-dashboard": [
|
|
"decisions",
|
|
"alerts",
|
|
"metrics",
|
|
"bouncers",
|
|
"machines",
|
|
"hub",
|
|
"status",
|
|
"stats",
|
|
"seccubox_logs",
|
|
"waf_status",
|
|
"metrics_config",
|
|
"collections",
|
|
"firewall_bouncer_status",
|
|
"firewall_bouncer_config",
|
|
"nftables_stats",
|
|
"check_wizard_needed",
|
|
"wizard_state",
|
|
"console_status"
|
|
],
|
|
"file": [ "read", "stat" ]
|
|
},
|
|
"uci": [ "crowdsec", "crowdsec-dashboard" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.crowdsec-dashboard": [
|
|
"ban",
|
|
"unban",
|
|
"collect_debug",
|
|
"configure_metrics",
|
|
"install_collection",
|
|
"remove_collection",
|
|
"update_hub",
|
|
"register_bouncer",
|
|
"delete_bouncer",
|
|
"control_firewall_bouncer",
|
|
"update_firewall_bouncer_config",
|
|
"repair_lapi",
|
|
"console_enroll",
|
|
"console_disable",
|
|
"service_control"
|
|
]
|
|
},
|
|
"uci": [ "crowdsec-dashboard" ]
|
|
}
|
|
}
|
|
}
|