- 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>
48 lines
829 B
JSON
48 lines
829 B
JSON
{
|
|
"luci-app-secubox-crowdsec": {
|
|
"description": "Grant access to SecuBox CrowdSec Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.secubox-crowdsec": [
|
|
"status",
|
|
"decisions",
|
|
"alerts",
|
|
"metrics",
|
|
"stats",
|
|
"collections",
|
|
"bouncers",
|
|
"nftables_stats",
|
|
"blocked_ips",
|
|
"config"
|
|
]
|
|
},
|
|
"uci": [
|
|
"crowdsec"
|
|
],
|
|
"file": {
|
|
"/etc/crowdsec/*": ["read"],
|
|
"/etc/crowdsec/acquis.d/*": ["read"],
|
|
"/var/log/crowdsec*.log": ["read"],
|
|
"/tmp/log/*.log": ["read"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.secubox-crowdsec": [
|
|
"add_decision",
|
|
"delete_decision",
|
|
"install_collection",
|
|
"remove_collection",
|
|
"update_hub",
|
|
"upgrade_hub",
|
|
"control_service",
|
|
"save_config"
|
|
]
|
|
},
|
|
"uci": [
|
|
"crowdsec"
|
|
]
|
|
}
|
|
}
|
|
}
|