From 532babc55b51ebb3acd1b2459c38f3c05b0dd5a2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 17 Oct 2024 22:27:32 +0900 Subject: [PATCH] Replace yourdomain.com with example.com Signed-off-by: Suguru Hirahara --- roles/custom/matrix-media-repo/defaults/main.yml | 4 ++-- .../matrix-media-repo/templates/media-repo/media-repo.yaml.j2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/custom/matrix-media-repo/defaults/main.yml b/roles/custom/matrix-media-repo/defaults/main.yml index 45bc1b5cd..7f1ce62c4 100755 --- a/roles/custom/matrix-media-repo/defaults/main.yml +++ b/roles/custom/matrix-media-repo/defaults/main.yml @@ -366,9 +366,9 @@ matrix_media_repo_access_tokens_use_local_appservice_config: false # { # id: "Name_of_appservice_for_your_reference", # asToken: "Secret_token_for_appservices_to_use", -# senderUserId: "@_example_bridge:yourdomain.com", +# senderUserId: "@_example_bridge:example.com", # userNamespaces: [ -# regex: "@_example_bridge_.+:yourdomain.com" +# regex: "@_example_bridge_.+:example.com" # # A note about regexes: it is best to suffix *all* namespaces with the homeserver # # domain users are valid for, as otherwise the appservice can use any user with # # any domain name it feels like, even if that domain is not configured with the diff --git a/roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 b/roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 index f8597f265..30ab8cee5 100644 --- a/roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 +++ b/roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 @@ -153,9 +153,9 @@ accessTokens: # appservices: # - id: Name_of_appservice_for_your_reference # asToken: Secret_token_for_appservices_to_use -# senderUserId: "@_example_bridge:yourdomain.com" +# senderUserId: "@_example_bridge:example.com" # userNamespaces: -# - regex: "@_example_bridge_.+:yourdomain.com" +# - regex: "@_example_bridge_.+:example.com" # # A note about regexes: it is best to suffix *all* namespaces with the homeserver # # domain users are valid for, as otherwise the appservice can use any user with # # any domain name it feels like, even if that domain is not configured with the