1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Announce Conduit support

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2002
This commit is contained in:
Slavi Pantaleev
2022-08-09 11:37:57 +03:00
parent 8d96e47555
commit 81f4e8cffb
3 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
# 2022-08-09
## Conduit support
Thanks to [Charles Wright](https://github.com/cvwright), we now have optional experimental [Conduit](https://conduit.rs) homeserver support for new installations. This comes as a follow-up to the playbook getting [Dendrite support](#dendrite-support) earlier this year.
Existing Synapse or Dendrite installations do **not** need to be updated. **Synapse is still the default homeserver implementation** installed by the playbook.
To try out Conduit, we recommend that you **use a new server** and the following `vars.yml` configuration:
```yaml
matrix_homeserver_implementation: conduit
```
**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse or Dendrite to Conduit) without data loss.
# 2022-07-29
## mautrix-discord support