/ config / sovereign-config.json
sovereign-config.json
 1  {
 2    "central_server": {
 3      "description": "Dell server (nodebox) running FO daemon + Hypercore",
 4      "tailscale_ip": "100.79.197.96",
 5      "hypercore_port": 7777,
 6      "ssh_host": "satoshi@nodebox"
 7    },
 8    "endpoints": {
 9      "hypercore": "http://100.79.197.96:7777",
10      "fallback_local": "http://localhost:7777"
11    },
12    "mode": "central",
13    "notes": {
14      "central": "All daemons run on Dell. Clients use hooks only.",
15      "distributed": "Each machine runs its own daemons.",
16      "hybrid": "Dell is primary, local fallback if Dell unreachable."
17    }
18  }