Quellcode durchsuchen

Update docs/configuring-playbook-bridge-appservice-webhooks.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2841/head
blotree vor 2 Jahren
committed by GitHub
Ursprung
Commit
f3cf1b8e6a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  1. +3
    -4
      docs/configuring-playbook-bridge-appservice-webhooks.md

+ 3
- 4
docs/configuring-playbook-bridge-appservice-webhooks.md Datei anzeigen

@@ -26,11 +26,10 @@ you can adjust this in `inventory/host_vars/matrix.<domain-name>/vars.yml` as we
matrix_appservice_webhooks_log_level: '<log_level>' matrix_appservice_webhooks_log_level: '<log_level>'
``` ```


3. As of Synapse 1.90.0, you will need to add the following to ```matrix_synapse_configuration_extension_yaml``` to enable the [backwards compatibility](https://matrix-org.github.io/synapse/latest/upgrade#upgrading-to-v1900) that this bridge needs:
3. As of Synapse 1.90.0, you will need to add the following to `matrix_synapse_configuration_extension_yaml` to enable the [backwards compatibility](https://matrix-org.github.io/synapse/latest/upgrade#upgrading-to-v1900) that this bridge needs:
```yaml ```yaml
use_appservice_legacy_authorization: true
```
*Note*: This deprecated method is considered insecure.
matrix_synapse_configuration_extension_yaml: |
use_appservice_legacy_authorization: true


4. If you've already installed Matrix services using the playbook before, you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with [configuring other playbook services](configuring-playbook.md) and then with [Installing](installing.md). Get back to this guide once ready. 4. If you've already installed Matrix services using the playbook before, you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with [configuring other playbook services](configuring-playbook.md) and then with [Installing](installing.md). Get back to this guide once ready.




Laden…
Abbrechen
Speichern