ソースを参照

Edit user identifier example: example.com → {{ matrix_domain }}

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara 1年前
コミット
95ab7fabd0
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
3個のファイルの変更4行の追加4行の削除
  1. +1
    -1
      docs/configuring-playbook-bot-baibot.md
  2. +2
    -2
      docs/configuring-playbook-bot-postmoogle.md
  3. +1
    -1
      roles/custom/matrix-dendrite/templates/dendrite.yaml.j2

+ 1
- 1
docs/configuring-playbook-bot-baibot.md ファイルの表示

@@ -93,7 +93,7 @@ If `matrix_admin` is already configured in your `vars.yml` configuration, you ca
#
# .. unless you've made yourself an admin of all bots/bridges like this:
#
# matrix_admin: '@yourAdminAccount:example.com'
# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}'
```

### 👥 Initial users configuration


+ 2
- 2
docs/configuring-playbook-bot-postmoogle.md ファイルの表示

@@ -39,11 +39,11 @@ matrix_bot_postmoogle_password: PASSWORD_FOR_THE_BOT
# Uncomment to add one or more admins to this bridge:
#
# matrix_bot_postmoogle_admins:
# - '@yourAdminAccount:example.com'
# - '@yourAdminAccount:{{ matrix_domain }}'
#
# .. unless you've made yourself an admin of all bots/bridges like this:
#
# matrix_admin: '@yourAdminAccount:example.com'
# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}'
```

### DNS


+ 1
- 1
roles/custom/matrix-dendrite/templates/dendrite.yaml.j2 ファイルの表示

@@ -213,7 +213,7 @@ client_api:
threshold: {{ matrix_dendrite_client_api_rate_limiting_threshold | to_json }}
cooloff_ms: {{ matrix_dendrite_client_api_rate_limiting_cooloff_ms | to_json }}
exempt_user_ids:
# - "@user:example.com"
# - "@user:{{ matrix_domain }}"

# Configuration for the Federation API.
federation_api:


読み込み中…
キャンセル
保存