Selfbuild appservice-irc bridge

This commit is contained in:
Panagiotis Georgiadis
2021-01-22 21:28:53 +01:00
parent 48b6487d41
commit e502ee33da
4 changed files with 28 additions and 0 deletions

View File

@ -147,6 +147,8 @@ matrix_appservice_slack_database_password: "{{ matrix_synapse_macaroon_secret_ke
# We don't enable bridges by default.
matrix_appservice_irc_enabled: false
matrix_appservice_irc_container_self_build: "{{ matrix_architecture != 'amd64' }}"
# Normally, matrix-nginx-proxy is enabled and nginx can reach matrix-appservice-irc over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose
# matrix-appservice-irc's client-server port to the local host.