[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道
This commit is contained in:
commit
5615453e4e
660 changed files with 122355 additions and 0 deletions
21
server-tools/deployment-receiver/config.example.json
Normal file
21
server-tools/deployment-receiver/config.example.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"listen_host": "127.0.0.1",
|
||||
"listen_port": 3981,
|
||||
"webhook_path": "/forgejo/deploy",
|
||||
"health_path": "/health",
|
||||
"repository_full_name": "bingshuo/fifth-domain",
|
||||
"allowed_ref": "refs/heads/main",
|
||||
"repo_path": "/opt/zhuyuan/fifth-domain",
|
||||
"manifest_prefix": "deployment/requests/",
|
||||
"audit_dir": "/var/lib/guanghu-deployment-receiver/receipts",
|
||||
"lock_file": "/var/lib/guanghu-deployment-receiver/deploy.lock",
|
||||
"max_body_bytes": 1048576,
|
||||
"max_execution_ms": 120000,
|
||||
"actions": {
|
||||
"inspect-gatekeeper": {
|
||||
"argv": ["/usr/bin/node", "/opt/zhuyuan/fifth-domain/server-tools/deployment-receiver/scripts/inspect-gatekeeper.js"],
|
||||
"allowed_modules": ["gatekeeper"],
|
||||
"mode": "read-only"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue