docs(matrix): trim upgrade notes per review
- serverName upgrade note: state that it changed, drop the historical list of what it changed from/to - openFirewall upgrade note: remove entirely, change is old enough that it's no longer worth flagging
This commit is contained in:
parent
47f5e57c68
commit
149f745e76
1 changed files with 4 additions and 10 deletions
|
|
@ -56,12 +56,10 @@ longer answers.
|
|||
|
||||
### Upgrading a homeserver that already has ids
|
||||
|
||||
`serverName`'s default has changed across releases (from
|
||||
`matrix.${services.hyperhive.domain}`, to the bare hive domain, to the
|
||||
current swarm domain). A homeserver that has already minted ids under
|
||||
an older default must **pin the value it actually minted them
|
||||
under**, not adopt the new default — see above for why adopting a new
|
||||
one strands existing users and rooms:
|
||||
`serverName`'s default has changed across releases. A homeserver that
|
||||
has already minted ids under an older default must **pin the value it
|
||||
actually minted them under**, not adopt the new default — see above
|
||||
for why adopting a new one strands existing users and rooms:
|
||||
|
||||
```nix
|
||||
services.hyperhive.swarm.matrix = {
|
||||
|
|
@ -86,10 +84,6 @@ matters for access from *outside* the host. Flip to `true` when
|
|||
announcing the homeserver to other hives or when an external matrix
|
||||
client needs to reach the client-server API directly.
|
||||
|
||||
**Upgrading:** earlier releases defaulted `openFirewall` to `true`.
|
||||
Operators relying on external reach need to add
|
||||
`services.hyperhive.swarm.matrix.openFirewall = true;` explicitly now.
|
||||
|
||||
Federation port 8448 is intentionally not opened here — tuwunel
|
||||
serves the federation API on the same `httpPort` as client-server
|
||||
by default. Reaching it on 8448 needs either an explicit tuwunel
|
||||
|
|
|
|||
Loading…
Reference in a new issue