docs: matrix gui.enable defaults to matrix.enable, gateway serves /matrix/ (follow-up to #635)

This commit is contained in:
lexis 2026-05-30 15:51:17 +02:00
commit 822a1b15fa
2 changed files with 26 additions and 22 deletions

View file

@ -116,10 +116,13 @@ lives at `/var/lib/nixos-containers/hive-matrix/`. Federation is
enabled with an empty `trusted_servers` list; e2ee is deferred to
a follow-up (#551).
Optional: set `services.hyperhive.matrix.gui.enable = true;` to serve a
The hive-gateway nginx container serves a
[fluffychat-web](https://fluffychat.im) matrix client at `/matrix/`
via the hive-gateway nginx container (see gateway option above). Disabled by default. The `◆ M4TR1X ◆ →`
tab appears in the dashboard chrome when enabled. The web client can
when `services.hyperhive.matrix.gui.enable` is on. This defaults to
`services.hyperhive.matrix.enable`, so enabling the homeserver enables
the web client by default; set `gui.enable = false` explicitly to keep
the homeserver without the GUI. The `◆ M4TR1X ◆ →` tab appears in
the dashboard chrome when enabled. The web client can
connect to any Matrix homeserver; enter the URL at first visit (e.g.
the local tuwunel instance if `services.hyperhive.matrix.enable = true`, or
any external homeserver).