Parcourir la source

Replace yourdomain.com with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara il y a 1 an
Parent
révision
532babc55b
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +2
    -2
      roles/custom/matrix-media-repo/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2

+ 2
- 2
roles/custom/matrix-media-repo/defaults/main.yml Voir le fichier

@@ -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


+ 2
- 2
roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer