Fix mx-puppet-discord media URLs using container-network URLs (http://matrix-nginx-proxy:12080)

This commit is contained in:
Slavi Pantaleev
2021-12-06 13:40:01 +02:00
parent d51a9118d3
commit 9babaa5a2b
2 changed files with 7 additions and 5 deletions

View File

@ -27,6 +27,8 @@ matrix_mx_puppet_discord_homeserver_address: "{{ matrix_homeserver_container_url
matrix_mx_puppet_discord_homeserver_domain: '{{ matrix_domain }}'
matrix_mx_puppet_discord_appservice_address: 'http://matrix-mx-puppet-discord:{{ matrix_mx_puppet_discord_appservice_port }}'
matrix_mx_puppet_discord_bridge_mediaUrl: "https:/{{ matrix_server_fqn_matrix }}"
# "@user:server.com" to allow specific user
# "@.*:yourserver.com" to allow users on a specific homeserver
# "@.*" to allow anyone