docs: matrix gateway vhost defaults to chat.<swarm-domain>, not matrix.<domain>

This commit is contained in:
damocles 2026-09-07 16:02:00 +02:00 committed by mara
commit 451b461afb
5 changed files with 17 additions and 13 deletions

View file

@ -234,7 +234,7 @@ in
)
{
# Browser-facing matrix GUI (fluffychat) URL — the gateway
# vhost (`matrix.<domain>`). Surfaced via the daemon's `Urls`
# vhost (`gatewayHost`, `chat.<swarm-domain>` by default). Surfaced via the daemon's `Urls`
# request for `hivectl open matrix`. Absent when the GUI is off
# or no gatewayHost is set (no browser-reachable matrix vhost).
HIVE_MATRIX_PUBLIC_URL = "https://${config.services.hyperhive.swarm.matrix.gatewayHost}/";