5577851f22
- Image prune only removes images matching project image refs, skips active instances - Add ListImagesByRef and RemoveImage to Docker client - Fix 409 conflict: use listProjects instead of duplicate POST - Add "Deploy immediately" toggle to Quick Deploy (off by default) - Replace raw access list ID with EntityPicker on project edit form - Trigger proxy resync on access list change - Fix stage form layout: single responsive row - Fix empty port default on project creation - Improve inspect error message for remote Docker
23 lines
715 B
JSON
23 lines
715 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(npx svelte-check:*)",
|
|
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:8090/api/settings)",
|
|
"Bash(npm run:*)",
|
|
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:8090/)",
|
|
"Bash(go vet:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(echo \"EXIT: $?\")",
|
|
"Bash(./scripts/dev-server.sh)",
|
|
"Bash(go doc:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"C:\\Users\\Alexei\\Documents\\docker-watcher\\internal",
|
|
"C:\\Users\\Alexei\\Documents\\docker-watcher\\web\\src\\routes\\projects\\[id]\\volumes\\[volId]"
|
|
]
|
|
}
|
|
}
|