Add matrix-appservice-discord bridge

Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
This commit is contained in:
Lionstiger
2019-03-03 18:22:52 +01:00
parent 041a1947b3
commit 835c349275
11 changed files with 601 additions and 1 deletions

View File

@ -20,6 +20,18 @@
# matrix-appservice-irc's client-server port to the local host (`127.0.0.1:9999`).
matrix_appservice_irc_container_expose_client_server_api_port: "{{ not matrix_nginx_proxy_enabled }}"
######################################################################
#
# matrix-appservice-discord
#
######################################################################
# Normally, matrix-nginx-proxy is enabled and nginx can reach matrix-appservice-discord over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose
# matrix-appservice-discord's client-server port to the local host (`127.0.0.1:9005`).
matrix_appservice_discord_container_expose_client_server_api_port: "{{ not matrix_nginx_proxy_enabled }}"
######################################################################
#
# matrix-base