- Rename crowdsec-firewall-bouncer to secubox-app-cs-firewall-bouncer - Rename secubox-auth-logger to secubox-app-auth-logger - Delete secubox-crowdsec-setup (merged into other packages) - Fix circular dependencies in luci-app-secubox-crowdsec - Fix dependency chain in secubox-app-crowdsec-bouncer - Add consolidated get_overview API to crowdsec-dashboard - Improve crowdsec-dashboard overview performance Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"secubox-auth-logger": {
|
|
"description": "SecuBox Authentication Logger",
|
|
"read": {
|
|
"ubus": {
|
|
"secubox.auth-logger": ["log_failure", "get_client_info", "wrapped_login"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"secubox.auth-logger": ["log_failure", "wrapped_login"]
|
|
}
|
|
}
|
|
}
|
|
}
|