effe6675bc
Tests · Go / test (push) Successful in 32s
- go.work (Go 1.26.3) with backend module; deps added incrementally (gin+zap only) - backend: /healthz + /readyz, env config, graceful shutdown - docs: ARCHITECTURE, FUNCTIONAL (+ru mirror), TESTING - PLAN.md (stage tracker + per-stage open details) and CLAUDE.md (per-stage workflow) - .gitea go-unit CI (gofmt/vet/build/test)
25 lines
442 B
JSON
25 lines
442 B
JSON
{
|
|
"permissions": {
|
|
"allow": [],
|
|
"defaultMode": "default"
|
|
},
|
|
"sandbox": {
|
|
"network": {
|
|
"allowedDomains": [
|
|
"github.com",
|
|
"registry.npmjs.org",
|
|
"*.npmjs.org",
|
|
"docker.com",
|
|
"docker.io",
|
|
"gcr.io",
|
|
"*.golang.org",
|
|
"gitea.iliadenisov.ru"
|
|
],
|
|
"allowUnixSockets": [
|
|
"/var/run/docker.sock"
|
|
],
|
|
"allowLocalBinding": true
|
|
}
|
|
}
|
|
}
|