Просмотр исходного кода

Update docs for Conduit and Dendrite: use the common descriptions for introductions

- Edit the instruction for adjusting the configuration

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3926/head
Suguru Hirahara 1 год назад
Родитель
Сommit
07d9a346aa
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 12 добавлений и 4 удалений
  1. +6
    -2
      docs/configuring-playbook-conduit.md
  2. +6
    -2
      docs/configuring-playbook-dendrite.md

+ 6
- 2
docs/configuring-playbook-conduit.md Просмотреть файл

@@ -1,6 +1,10 @@
# Configuring Conduit (optional) # Configuring Conduit (optional)


By default, this playbook configures the [Synapse](https://github.com/element-hq/synapse) Matrix server, but you can also use [Conduit](https://conduit.rs).
The playbook can install and configure the [Conduit](https://conduit.rs) Matrix server for you.

See the project's [documentation](https://docs.conduit.rs/) to learn what it does and why it might be useful to you.

By default, the playbook installs [Synapse](https://github.com/element-hq/synapse) as it's the only full-featured Matrix server at the moment. If that's okay, you can skip this document.


⚠️ **Warnings**: ⚠️ **Warnings**:


@@ -10,7 +14,7 @@ By default, this playbook configures the [Synapse](https://github.com/element-hq


## Adjusting the playbook configuration ## Adjusting the playbook configuration


To use Conduit, you **generally** need to add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
To use Conduit, you **generally** need to adjust the `matrix_homeserver_implementation: synapse` configuration on your `inventory/host_vars/matrix.example.com/vars.yml` file as below:


```yaml ```yaml
matrix_homeserver_implementation: conduit matrix_homeserver_implementation: conduit


+ 6
- 2
docs/configuring-playbook-dendrite.md Просмотреть файл

@@ -1,6 +1,10 @@
# Configuring Dendrite (optional) # Configuring Dendrite (optional)


By default, this playbook configures the [Synapse](https://github.com/element-hq/synapse) Matrix server, but you can also use [Dendrite](https://github.com/element-hq/dendrite).
The playbook can install and configure the [Dendrite](https://github.com/element-hq/dendrite) Matrix server for you.

See the project's [documentation](https://element-hq.github.io/dendrite/) to learn what it does and why it might be useful to you.

By default, the playbook installs [Synapse](https://github.com/element-hq/synapse) as it's the only full-featured Matrix server at the moment. If that's okay, you can skip this document.


⚠️ **Warnings**: ⚠️ **Warnings**:


@@ -10,7 +14,7 @@ By default, this playbook configures the [Synapse](https://github.com/element-hq


## Adjusting the playbook configuration ## Adjusting the playbook configuration


To use Dendrite, you **generally** need to add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
To use Dendrite, you **generally** need to adjust the `matrix_homeserver_implementation: synapse` configuration on your `inventory/host_vars/matrix.example.com/vars.yml` file as below:


```yaml ```yaml
matrix_homeserver_implementation: dendrite matrix_homeserver_implementation: dendrite


Загрузка…
Отмена
Сохранить