File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
roles/custom/matrix-bridge-appservice-irc Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ matrix_appservice_irc_config_path: "{{ matrix_appservice_irc_base_path }}/config
4646matrix_appservice_irc_data_path : " {{ matrix_appservice_irc_base_path }}/data"
4747
4848matrix_appservice_irc_homeserver_url : " "
49- matrix_appservice_irc_homeserver_media_url : ' {{ matrix_homeserver_url }}'
49+ matrix_appservice_irc_homeserver_media_url : ' {{ matrix_homeserver_url }}/irc/'
50+ martix_appservice_irc_homeserver_media_bind_port : 11111
5051matrix_appservice_irc_homeserver_domain : ' {{ matrix_domain }}'
5152matrix_appservice_irc_homeserver_enablePresence : true # noqa var-naming
5253matrix_appservice_irc_appservice_address : ' http://matrix-appservice-irc:9999'
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ ircService:
141141 # How long should the generated URLs be valid for
142142 ttlSeconds: 604800
143143 # The port for the media proxy to listen on
144- bindPort: {{ matrix_media_repo_port | to_json }}
144+ bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
145145 # The publically accessible URL to the media proxy
146146 publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"
147147
You can’t perform that action at this time.
0 commit comments