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

Fix documentation mistakes caused due to carelessness

pull/339/head
Björn Marten 6 лет назад
Родитель
Сommit
cb57cd503e
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      docs/configuring-playbook-bridge-appservice-webhooks.md

+ 3
- 3
docs/configuring-playbook-bridge-appservice-webhooks.md Просмотреть файл

@@ -6,14 +6,14 @@ Setup Instructions:


loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md)


1. All you basically need is to adjust your `inventory/host_vars/matrix.<domain-name>/host-vars.yml`:
1. All you basically need is to adjust your `inventory/host_vars/matrix.<domain-name>/vars.yml`:
```yaml ```yaml
matrix_appservice_webhooks_enabled: true matrix_appservice_webhooks_enabled: true
matrix_appservice_webhooks_api_secret: '<your_secret>' matrix_appservice_webhooks_api_secret: '<your_secret>'
``` ```


2. In case you want to change the verbosity of logging via `journalctl -fu matrix-appservice-webhooks.service` 2. In case you want to change the verbosity of logging via `journalctl -fu matrix-appservice-webhooks.service`
you can adjust this in `inventory/host_vars/matrix.<domain-name>/host-vars.yml` as well.
you can adjust this in `inventory/host_vars/matrix.<domain-name>/vars.yml` as well.
<br> <br>
*Note*: default value is: `info` and availabe log levels are : `info, verbose` *Note*: default value is: `info` and availabe log levels are : `info, verbose`


@@ -26,7 +26,7 @@ you can adjust this in `inventory/host_vars/matrix.<domain-name>/host-vars.yml`
4. Invite the bridge bot user to your room: 4. Invite the bridge bot user to your room:
- either with: - either with:
``` ```
/invite @_webhook:matrix.<domain.name>
/invite @_webhook:<domain.name>
``` ```
*Note*: Make sure you have administration permissions in your room *Note*: Make sure you have administration permissions in your room
- or simply add the bridge bot to a private channel (personal channels imply you being an administrator) - or simply add the bridge bot to a private channel (personal channels imply you being an administrator)


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