cang-ying/remote-node/config/node.example.json

27 lines
453 B
JSON
Raw Normal View History

{
"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
}