Files
ipwatch/.claude/settings.local.json
2026-02-07 18:53:18 +01:00

40 lines
1.1 KiB
JSON
Executable File

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(chmod:*)",
"Bash(tree:*)",
"Bash(sudo lsof:*)",
"Bash(ss:*)",
"Bash(kill:*)",
"Bash(docker compose:*)",
"Bash(curl:*)",
"Bash(docker logs:*)",
"Bash(ip addr:*)",
"Bash(docker exec:*)",
"Bash(for:*)",
"Bash(do echo \"=== Tentative $i ===\")",
"Bash(done)",
"Bash(python3:*)",
"Bash(npm install:*)",
"Bash(docker-compose build:*)",
"Bash(sqlite3:*)",
"WebFetch(domain:docs.opnsense.org)",
"WebFetch(domain:vueflow.dev)",
"WebFetch(domain:deepwiki.com)",
"WebFetch(domain:homenetworkguy.com)",
"WebFetch(domain:github.com)",
"Bash(docker ps:*)",
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git -C /home/gilles/docker/ipwatch fetch origin)",
"Bash(git -C /home/gilles/docker/ipwatch branch -m master main)",
"Bash(git -C /home/gilles/docker/ipwatch reset --soft origin/main)",
"Bash(git -C /home/gilles/docker/ipwatch branch:*)",
"Bash(docker-compose up:*)"
],
"deny": [],
"ask": []
}
}