Просмотр исходного кода

Replace !anotherRoom with !aaabaa

!aaabaa is used as an example of a room ID on https://spec.matrix.org/v1.12/#room-aliases

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3653/head
Suguru Hirahara 1 год назад
Родитель
Сommit
da07b302fa
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
5 измененных файлов: 5 добавлений и 5 удалений
  1. +1
    -1
      docs/configuring-playbook-bot-go-neb.md
  2. +1
    -1
      docs/configuring-playbook-email2matrix.md
  3. +1
    -1
      roles/custom/matrix-alertmanager-receiver/defaults/main.yml
  4. +1
    -1
      roles/custom/matrix-bot-go-neb/defaults/main.yml
  5. +1
    -1
      roles/custom/matrix-email2matrix/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-bot-go-neb.md Просмотреть файл

@@ -157,7 +157,7 @@ matrix_bot_go_neb_services:
Events: ["push", "issues"] Events: ["push", "issues"]
"matrix-org/dendron": "matrix-org/dendron":
Events: ["pull_request"] Events: ["pull_request"]
"!anotherRoom:example.com":
"!aaabaa:example.com":
Repos: Repos:
"element-hq/synapse": "element-hq/synapse":
Events: ["push", "issues"] Events: ["push", "issues"]


+ 1
- 1
docs/configuring-playbook-email2matrix.md Просмотреть файл

@@ -59,7 +59,7 @@ matrix_email2matrix_matrix_mappings:
SkipMarkdown: false SkipMarkdown: false


- MailboxName: "mailbox2" - MailboxName: "mailbox2"
MatrixRoomId: "!anotherRoom:{{ matrix_domain }}"
MatrixRoomId: "!aaabaa:{{ matrix_domain }}"
MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" MatrixHomeserverUrl: "{{ matrix_homeserver_url }}"
MatrixUserId: "@email2matrix:{{ matrix_domain }}" MatrixUserId: "@email2matrix:{{ matrix_domain }}"
MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE"


+ 1
- 1
roles/custom/matrix-alertmanager-receiver/defaults/main.yml Просмотреть файл

@@ -128,7 +128,7 @@ matrix_alertmanager_receiver_config_matrix_access_token: ''
# Example: # Example:
# matrix_alertmanager_receiver_config_matrix_room: # matrix_alertmanager_receiver_config_matrix_room:
# simple-name: "!qporfwt:example.com" # simple-name: "!qporfwt:example.com"
# another-name: "!anotherRoom:example.com"
# another-name: "!aaabaa:example.com"
matrix_alertmanager_receiver_config_matrix_room_mapping: {} matrix_alertmanager_receiver_config_matrix_room_mapping: {}


# Controls the `templating.external-url-mapping` configuration setting. # Controls the `templating.external-url-mapping` configuration setting.


+ 1
- 1
roles/custom/matrix-bot-go-neb/defaults/main.yml Просмотреть файл

@@ -294,7 +294,7 @@ matrix_bot_go_neb_services: []
# Events: ["push", "issues"] # Events: ["push", "issues"]
# "matrix-org/dendron": # "matrix-org/dendron":
# Events: ["pull_request"] # Events: ["pull_request"]
# "!anotherRoom:example.com":
# "!aaabaa:example.com":
# Repos: # Repos:
# "element-hq/synapse": # "element-hq/synapse":
# Events: ["push", "issues"] # Events: ["push", "issues"]


+ 1
- 1
roles/custom/matrix-email2matrix/defaults/main.yml Просмотреть файл

@@ -55,7 +55,7 @@ matrix_email2matrix_smtp_hostname: "{{ matrix_server_fqn_matrix }}"
# SkipMarkdown: false # SkipMarkdown: false
# #
# - MailboxName: "mailbox2" # - MailboxName: "mailbox2"
# MatrixRoomId: "!anotherRoom:{{ matrix_domain }}"
# MatrixRoomId: "!aaabaa:{{ matrix_domain }}"
# MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" # MatrixHomeserverUrl: "{{ matrix_homeserver_url }}"
# MatrixUserId: "@email2matrix:{{ matrix_domain }}" # MatrixUserId: "@email2matrix:{{ matrix_domain }}"
# MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" # MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE"


Загрузка…
Отмена
Сохранить