docs: reframe stale 'the manager' as the root/bootstrap container (infra + web-ui)
Port-range, network-isolation, state-dir, web-UI-port, priv allowlist, and rebuild-source mentions now refer to the root/bootstrap container rather than 'the manager' — no structural manager exists (root-ness is topological). Real artifact names (the manager.nix template toplevel, /run/hyperhive/manager/mcp.sock) are left as-is.
This commit is contained in:
parent
adb76f3cdf
commit
ec5c7d49c4
6 changed files with 13 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Web UI
|
||||
|
||||
Two web surfaces share the same skeleton: the dashboard (port 7000)
|
||||
and the per-agent UIs (every container — including the manager —
|
||||
hashes into :8100-8999 via `lifecycle::agent_web_port`'s FNV-1a).
|
||||
and the per-agent UIs (every container — including the root/bootstrap
|
||||
container — hashes into :8100-8999 via `lifecycle::agent_web_port`'s FNV-1a).
|
||||
Both are SPAs — `GET /` returns a static shell, `/api/state`
|
||||
returns JSON, JS renders. No full-page reloads.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue