Added support for the Go-NEB bot

This commit is contained in:
Yannick Goossens
2021-03-11 19:23:01 +01:00
parent 9b72384df7
commit 51e2547484
16 changed files with 783 additions and 0 deletions

View File

@ -18,6 +18,9 @@ matrix_server_fqn_element: "element.{{ matrix_domain }}"
# This is where you access the Dimension.
matrix_server_fqn_dimension: "dimension.{{ matrix_domain }}"
# For use with Go-NEB! (github callback url for example)
matrix_server_fqn_bot_go_neb: "goneb.{{ matrix_domain }}"
# This is where you access Jitsi.
matrix_server_fqn_jitsi: "jitsi.{{ matrix_domain }}"