{ "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" ], "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" ] }, "uci": [ "crowdsec-dashboard" ] } } }