From 95ab7fabd02ba43bd11644ad27dade90b1530260 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 10 Oct 2024 22:17:04 +0900 Subject: [PATCH] =?UTF-8?q?Edit=20user=20identifier=20example:=20example.c?= =?UTF-8?q?om=20=E2=86=92=20{{=20matrix=5Fdomain=20}}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-baibot.md | 2 +- docs/configuring-playbook-bot-postmoogle.md | 4 ++-- roles/custom/matrix-dendrite/templates/dendrite.yaml.j2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuring-playbook-bot-baibot.md b/docs/configuring-playbook-bot-baibot.md index e13c9c81e..86785d3c3 100644 --- a/docs/configuring-playbook-bot-baibot.md +++ b/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 diff --git a/docs/configuring-playbook-bot-postmoogle.md b/docs/configuring-playbook-bot-postmoogle.md index 8674a8641..35f141a4d 100644 --- a/docs/configuring-playbook-bot-postmoogle.md +++ b/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 diff --git a/roles/custom/matrix-dendrite/templates/dendrite.yaml.j2 b/roles/custom/matrix-dendrite/templates/dendrite.yaml.j2 index a0502c5f1..4f1c02f21 100644 --- a/roles/custom/matrix-dendrite/templates/dendrite.yaml.j2 +++ b/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: