26 lines
650 B
JSON
26 lines
650 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(docker logs:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(docker exec n8n wget -O- --timeout=5 http://host.docker.internal:3000/api/options/models)",
|
|
"Bash(docker network inspect:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(docker inspect:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(docker run:*)",
|
|
"Bash(docker compose stop:*)",
|
|
"Bash(docker compose start:*)",
|
|
"Bash(docker compose restart:*)",
|
|
"Bash(docker cp:*)",
|
|
"Bash(tar:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|