Docker Compose stack, nginx config, OAuth2 client bootstrap, Hydra DB init, setup script, and gitignore for secrets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
345 B
JSON
10 lines
345 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(/home/user/netbox-diode-project/.venv/bin/python --version)",
|
|
"Bash(/home/user/netbox-diode-project/.venv/bin/pip --version)",
|
|
"Bash(git add .gitignore .claude/settings.json docker-compose.yml init-hydra-db.sh nginx/nginx.conf oauth2/client/bootstrap-clients.sh setup.sh)"
|
|
]
|
|
}
|
|
}
|