Procházet zdrojové kódy

Reuse the section about adjusting the playbook configuration on configuring-playbook-bridge-postmoogle.md

Reuse 7862fd7cdd/docs/configuring-playbook-bridge-postmoogle.md

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4695/head
Suguru Hirahara před 4 měsíci
rodič
revize
8b6d2a31f1
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
1 změnil soubory, kde provedl 8 přidání a 3 odebrání
  1. +8
    -3
      docs/configuring-playbook-bridge-zulip.md

+ 8
- 3
docs/configuring-playbook-bridge-zulip.md Zobrazit soubor

@@ -25,9 +25,14 @@ To enable the Zulip bridge, add the following configuration to your `inventory/h
```yaml ```yaml
matrix_zulip_bridge_enabled: true matrix_zulip_bridge_enabled: true


# Setting the owner is optional as the first local user to DM `@zulipbridge:example.com` will be made the owner.
# If you are not using a local user you must set it as otherwise you can't DM it at all.
matrix_zulip_bridge_owner: "@alice:{{ matrix_domain }}"
# Uncomment to add one or more admins to this bridge:
#
# matrix_zulip_bridge_owner:
# - '@yourAdminAccount:{{ matrix_domain }}'
#
# … unless you've made yourself an admin of all bots/bridges like this:
#
# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}'
``` ```


### Adjusting the Zulip bridge URL (optional) ### Adjusting the Zulip bridge URL (optional)


Načítá se…
Zrušit
Uložit