docs: matrix gateway vhost defaults to chat.<swarm-domain>, not matrix.<domain>
This commit is contained in:
parent
17554ea563
commit
451b461afb
5 changed files with 17 additions and 13 deletions
|
|
@ -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}/";
|
||||
|
|
|
|||
Loading…
Reference in a new issue