mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-23 04:55:46 +00:00
Fix internal room ID: id → example.com
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
ebd4463654
commit
ec1b18cf6e
@ -151,13 +151,13 @@ matrix_bot_go_neb_services:
|
|||||||
RealmID: "github_realm"
|
RealmID: "github_realm"
|
||||||
ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
|
ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
|
||||||
Rooms:
|
Rooms:
|
||||||
"!someroom:id":
|
"!someroom:example.com":
|
||||||
Repos:
|
Repos:
|
||||||
"element-hq/synapse":
|
"element-hq/synapse":
|
||||||
Events: ["push", "issues"]
|
Events: ["push", "issues"]
|
||||||
"matrix-org/dendron":
|
"matrix-org/dendron":
|
||||||
Events: ["pull_request"]
|
Events: ["pull_request"]
|
||||||
"!anotherroom:id":
|
"!anotherroom:example.com":
|
||||||
Repos:
|
Repos:
|
||||||
"element-hq/synapse":
|
"element-hq/synapse":
|
||||||
Events: ["push", "issues"]
|
Events: ["push", "issues"]
|
||||||
@ -170,7 +170,7 @@ matrix_bot_go_neb_services:
|
|||||||
Config:
|
Config:
|
||||||
Hooks:
|
Hooks:
|
||||||
"hook1":
|
"hook1":
|
||||||
RoomID: "!someroom:id"
|
RoomID: "!someroom:example.com"
|
||||||
MessageType: "m.text" # default is m.text
|
MessageType: "m.text" # default is m.text
|
||||||
|
|
||||||
- ID: "alertmanager_service"
|
- ID: "alertmanager_service"
|
||||||
|
@ -288,13 +288,13 @@ matrix_bot_go_neb_services: []
|
|||||||
# RealmID: "github_realm"
|
# RealmID: "github_realm"
|
||||||
# ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
|
# ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
|
||||||
# Rooms:
|
# Rooms:
|
||||||
# "!someroom:id":
|
# "!someroom:example.com":
|
||||||
# Repos:
|
# Repos:
|
||||||
# "element-hq/synapse":
|
# "element-hq/synapse":
|
||||||
# Events: ["push", "issues"]
|
# Events: ["push", "issues"]
|
||||||
# "matrix-org/dendron":
|
# "matrix-org/dendron":
|
||||||
# Events: ["pull_request"]
|
# Events: ["pull_request"]
|
||||||
# "!anotherroom:id":
|
# "!anotherroom:example.com":
|
||||||
# Repos:
|
# Repos:
|
||||||
# "element-hq/synapse":
|
# "element-hq/synapse":
|
||||||
# Events: ["push", "issues"]
|
# Events: ["push", "issues"]
|
||||||
@ -307,7 +307,7 @@ matrix_bot_go_neb_services: []
|
|||||||
# Config:
|
# Config:
|
||||||
# Hooks:
|
# Hooks:
|
||||||
# "hook1":
|
# "hook1":
|
||||||
# RoomID: "!someroom:id"
|
# RoomID: "!someroom:example.com"
|
||||||
# MessageType: "m.text" # default is m.text
|
# MessageType: "m.text" # default is m.text
|
||||||
#
|
#
|
||||||
# - ID: "alertmanager_service"
|
# - ID: "alertmanager_service"
|
||||||
|
Loading…
Reference in New Issue
Block a user