docs(web-ui): point port-hash detail at gotchas.md instead of restating it
This commit is contained in:
parent
785b59a4bb
commit
b1d43fc1e7
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# Web UI
|
||||
|
||||
Two web surfaces share the same skeleton: the dashboard (port 7000)
|
||||
and the per-agent UIs (every container hashes into :8100-8999 via
|
||||
`lifecycle::agent_web_port`'s FNV-1a).
|
||||
and the per-agent UIs (each container's port is a deterministic hash
|
||||
in :8100-8999 — see
|
||||
[`gotchas.md#web-ui-ports-collide-on-hash`](gotchas.md#web-ui-ports-collide-on-hash)
|
||||
for the mechanics and the collision caveat).
|
||||
Both are SPAs — `GET /` returns a static shell, `/api/state`
|
||||
returns JSON, JS renders. No full-page reloads.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue