fix: simplify CrowdSec module

Remove LAPI server config causing null coercion error.
Detection-only mode for now; bouncer can be added later.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 13:50:33 +01:00
parent 9a57a2c511
commit e0de37b15f
5 changed files with 16 additions and 534 deletions

View file

@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Skill(commit-commands:commit)",
"Bash(git push:*)",
"Bash(git add:*)",
"WebSearch",
"mcp__web-search-prime__web_search_prime",
"mcp__web-reader__webReader",
"Bash(python3 -c \"import json; json.load\\(open\\('modules/openclaw-config.json'\\)\\); print\\('JSON is valid'\\)\")",
"mcp__zread__search_doc",
"mcp__zread__read_file"
]
}
}