22 lines
733 B
JSON
22 lines
733 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|