This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

38
.claude/settings.local.json Executable file
View File

@@ -0,0 +1,38 @@
{
"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:*)"
],
"deny": [],
"ask": []
}
}