{ "machines": [ { "id": "local", "title": "Control plane (this host)", "kind": "local", "host": "127.0.0.1", "enabled": true, "capacity": 32, "roles": ["*"] }, { "id": "ns1", "title": "NS1.GEORGELAMBERT.ORG", "kind": "agent", "host": "70.88.205.138", "agentPort": 3851, "enabled": false, "capacity": 24, "roles": [ "tree-node", "archive-worm", "archive-aggregator", "job-poller", "webhook-deliver" ], "notes": "Run `node src/agent.js` on NS1, then enable this machine to spread tree-node / WORM capacity. Agent port is loopback-plus-SSH-tunnel or private LAN — do not publish NATS." } ] }