mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
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>
This commit is contained in:
parent
5fc2e2f1f9
commit
da07b302fa
@ -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"]
|
||||||
|
@ -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"
|
||||||
|
@ -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.
|
||||||
|
@ -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"]
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user