Document Conduit installation

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2076
This commit is contained in:
Slavi Pantaleev
2022-10-27 09:48:49 +03:00
parent 35c5c23a3e
commit ce8e9be6a8
3 changed files with 65 additions and 2 deletions

View File

@ -42,7 +42,10 @@ When you're done with all the configuration you'd like to do, continue with [Ins
### Core service adjustments
- [Configuring Synapse](configuring-playbook-synapse.md) (optional)
- Homeserver configuration:
- [Configuring Synapse](configuring-playbook-synapse.md), if you're going with the default/recommended homeserver implementation (optional)
- [Configuring Conduit](configuring-playbook-conduit.md), if you've switched to the [Conduit](https://conduit.rs) homeserver implementation (optional)
- [Configuring Element](configuring-playbook-client-element.md) (optional)