27 lines
453 B
JSON
27 lines
453 B
JSON
{
|
|
"server_url": "https://guanghulab.com/canger-node",
|
|
"node_name": "canger-home-ubuntu",
|
|
"node_id": null,
|
|
"node_token": null,
|
|
"allowed_roots": [
|
|
"/srv/canger"
|
|
],
|
|
"enabled_actions": [
|
|
"system.status",
|
|
"repo.status",
|
|
"repo.fetch",
|
|
"service.logs",
|
|
"command.run"
|
|
],
|
|
"executable_allowlist": [
|
|
"git",
|
|
"python3",
|
|
"pytest",
|
|
"node",
|
|
"npm",
|
|
"pnpm"
|
|
],
|
|
"poll_seconds": 5,
|
|
"verify_tls": true
|
|
}
|