docs: M4TR1X page is reached via swarm-ui's LinksMenu, not opened directly

mara (PR#3820): the operator doesn't type /matrix/ into the browser — it's a swarm-level link (hive-matrix.nix registers it into services.hyperhive.swarm.controller.links, rendered by swarm-ui's LinksMenu). Corrected the M4TR1X page doc, and fixed the hive-matrix.nix comment that still described the removed H0M3 tile in present tense while I was in there.
This commit is contained in:
iris 2026-08-31 12:51:47 +02:00
commit 19ed400cdd
2 changed files with 16 additions and 7 deletions

View file

@ -636,9 +636,16 @@ nginx container at `/matrix/` when
`HIVE_MATRIX_GUI_ENABLED` env var → `state.matrix_gui_enabled` in
`/api/state`; the gateway does the actual static serving.
The operator opens `/matrix/` directly — there's no tile for it on the
H0M3 hub — logs in once with the in-host tuwunel homeserver URL
(`http://localhost:8008` or whatever the matrix module exposes).
There's no tile for it on the H0M3 hub (removed along with Forge's —
see the H0M3 section above). Instead the operator reaches it from the
swarm-ui LinksMenu (the 🔗 popover on every swarm-ui route,
`docs/swarm/ui.md::Quick links`) — `hive-matrix.nix` registers a
`{label: "Matrix", url: "https://<gatewayHost>/"}` entry into
`services.hyperhive.swarm.controller.links` whenever the gateway
fronts matrix and the GUI is on, same gating condition
`state.matrix_gui_enabled` used to check. Logs in once with the
in-host tuwunel homeserver URL (`http://localhost:8008` or whatever
the matrix module exposes).
The unified nginx-front re-root to
`https://chat.${hyperhive.swarm.domain}` + `.well-known/matrix/client`