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
|
|
@ -63,7 +63,8 @@ in
|
|||
description = ''
|
||||
Matrix homeserver URL the agent's `hive-matrix-daemon` connects
|
||||
to. hive-c0re writes this per agent from the hive's own
|
||||
isolation-aware URL (`matrix.<domain>` via the gateway), so a
|
||||
isolation-aware URL (`gatewayHost`'s vhost via the gateway,
|
||||
`chat.<swarm-domain>` by default), so a
|
||||
generated agent config always carries a real value; set it by
|
||||
hand only when an agent should talk to an external homeserver
|
||||
instead (a federation-only setup, or a remote hive's tuwunel
|
||||
|
|
@ -246,7 +247,8 @@ in
|
|||
RUST_LOG = "info";
|
||||
}
|
||||
# Homeserver URL. hive-c0re writes this option per agent from the
|
||||
# hive's own `matrix.<domain>` gateway URL (agents run in a private
|
||||
# hive's own gateway URL (`gatewayHost`'s vhost, `chat.<swarm-domain>`
|
||||
# by default — agents run in a private
|
||||
# netns and cannot reach host loopback), so on a real hive it is
|
||||
# always set; `null` is the honest "this agent has no homeserver"
|
||||
# and leaves the daemon without one, which it treats like a missing
|
||||
|
|
|
|||
Loading…
Reference in a new issue