Files
allen f15ac69925 feat: kit-busrouter v2.0 — complete Synology + GL fleet router platform
Includes:
- package/ GL-XE3000 kit-busrouter (opkg)
- scripts/provision.sh (GL) and provision-synology.sh (Synology)
- syno-balance/ — new WAN balancer replacing aiwanbal (SmartWAN adapter)
- kit-connect/ — unified connectivity SPK (Tailscale + reverse SSH)
- docs/deployment/synology-rt2600ac-checklist.md — 62-point checklist
- docs/provisioning/device-identity.md — fleet identity spec
- docs/pilot/checklist.md — field pilot validation
- x4078_20260721.dss — reference config backup

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 00:07:14 +00:00

19 lines
782 B
JSON

{
"production": {
"kind": "do_droplet",
"id": 581427641,
"name": "kit-fleet-hub",
"region": "nyc3",
"ip": "167.172.237.162",
"services": [
{
"name": "wg-quick@wg0",
"port": 51820,
"restart": "systemctl restart wg-quick@wg0"
}
],
"deploy_notes": "Dual-purpose: WireGuard management hub NOW + future central fleet console. WireGuard on wg0, subnet 10.88.0.0/24, hub=10.88.0.1, ListenPort 51820. Hub pubkey 4QAauZ9gS/wZ/u0Wf66OcJFGo4erng3V5mwpYpARlmc=. Router peer configs live in /root/busXX-wireguard.conf. Buses dial OUT as WG clients (CGNAT-safe). Sized s-1vcpu-1gb ($6/mo) for ~3 buses; resize up when fleet grows. LAB SSHes routers via this hub as jump host (10.88.0.2 = bus01)."
},
"development": null
}