hyperhive/docs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 89609aaa6a feat(#569): wireguard inter-hive mesh option
Add opt-in WireGuard mesh support to services.hyperhive.swarm:

- swarm.peers.<domain>.wireguardPublicKey — peer's wg public key
- swarm.peers.<domain>.wireguardEndpoint  — peer's UDP endpoint (optional)
- swarm.peers.<domain>.wireguardAddress   — peer's mesh IP with prefix

- swarm.wireguard.enable           — bring up wg-hive interface
- swarm.wireguard.privateKeyFile   — path to host's wg private key
- swarm.wireguard.address          — this host's mesh IP/prefix
- swarm.wireguard.listenPort       — UDP listen port (default 51820)
- swarm.wireguard.persistentKeepalive — keepalive seconds (default 25)

When enabled, generates networking.wireguard.interfaces.wg-hive with
one peer entry per mesh-enabled swarm.peers entry. Opens listenPort
UDP on the host firewall. Adds wireguard_address to HYPERHIVE_PEERS
JSON so hive-c0re can use mesh IPs for intra-swarm routing.

Assertions guard against enable=true without privateKeyFile or address.

Also refactors networking.firewall.allowedTCPPortRanges from the
nested attrset form (which conflicted with the new allowedUDPPorts
line) to the per-attribute form.

docs/swarm.md: adds WireGuard setup section with key generation
commands, two-hive config example, NAT/keepalive notes.
2026-06-03 15:19:16 +02:00
..
web-ui fix(docs): web_tools is a tool group, not a capability 2026-06-02 12:47:18 +02:00
agent-hierarchy.md docs(#1014): update stale root→ruth references in conventions, approvals, agent-hierarchy 2026-06-02 22:48:10 +02:00
approvals.md docs(#1014): update stale root→ruth references in conventions, approvals, agent-hierarchy 2026-06-02 22:48:10 +02:00
boundary.md docs: move backlog to forge issue tracker, extract boundary doc 2026-05-20 12:19:16 +02:00
ci.md fix(#981): validate runner credentials on every boot, purge stale .runner 2026-06-02 00:27:47 +02:00
conventions.md docs(#1014): update stale root→ruth references in conventions, approvals, agent-hierarchy 2026-06-02 22:48:10 +02:00
coordinator.md feat(#1086): serialize perm changes through rebuild queue 2026-06-02 16:42:22 +02:00
css-vars.md chore(agent): move screen.html inline styles into agent.css; add --blue/--yellow/--subtext0 to palette 2026-06-02 12:43:11 +02:00
damocles-migration.md rename(162): drop HIVE_PORT fallback; sweep remaining hm1nd in docs 2026-06-01 17:40:47 +02:00
forge.md docs: add token scopes section to forge.md, trim forge.rs module doc + scope comments 2026-06-01 11:38:42 +02:00
gateway.md docs(gateway): update Basic auth section for fixed htpasswd path 2026-06-02 00:26:10 +02:00
gotchas.md docs(gotchas): update stale 'claude's Bash tool' reference to bash_run 2026-06-02 12:46:53 +02:00
matrix.md docs: scrub #NNN self-references (closes #719) 2026-05-31 17:47:21 +02:00
network.md docs(#14): update network isolation docs - remove stale manager special-case claim 2026-06-03 12:31:54 +02:00
persistence.md docs(persistence): expand meta/ dir section to list config JSON files 2026-06-02 12:43:59 +02:00
security.md docs: move dashboard.rs security + bind rationale to docs (#715) 2026-06-01 11:38:42 +02:00
swarm.md feat(#569): wireguard inter-hive mesh option 2026-06-03 15:19:16 +02:00
terminal-rendering.md docs: scrub self-ref cookies across 5 files (#719 batch 2) 2026-05-31 15:39:09 +02:00
turn-loop.md fix(docs): web_tools is a tool group, not a capability 2026-06-02 12:47:18 +02:00
web-ui.md docs(web-ui): add P3RM1SS10NS to dashboard tab list in index 2026-06-02 12:47:18 +02:00