791cd4d6af
Build / build (push) Successful in 12m20s
Rebrand the project as Tinyforge to reflect its evolution from a Docker container watcher into a self-hosted mini CI/deployment platform. Rename covers: Go module path, Docker labels, DB/config filenames, JWT issuer, Dockerfile binary, docker-compose, CI workflows, frontend i18n, README with static sites docs, and all code comments.
25 lines
814 B
JSON
25 lines
814 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:*)",
|
|
"Bash(ls -la /c/Users/Alexei/Documents/docker-watcher/internal/*/)",
|
|
"Bash(go get:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"C:\\Users\\Alexei\\Documents\\docker-watcher\\internal",
|
|
"C:\\Users\\Alexei\\Documents\\docker-watcher\\web\\src\\routes\\projects\\[id]\\volumes\\[volId]"
|
|
]
|
|
}
|
|
}
|