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
46
46
matrix_appservice_irc_data_path : " {{ matrix_appservice_irc_base_path }}/data"
47
47
48
48
matrix_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
50
51
matrix_appservice_irc_homeserver_domain : ' {{ matrix_domain }}'
51
52
matrix_appservice_irc_homeserver_enablePresence : true # noqa var-naming
52
53
matrix_appservice_irc_appservice_address : ' http://matrix-appservice-irc:9999'
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ ircService:
141
141
# How long should the generated URLs be valid for
142
142
ttlSeconds: 604800
143
143
# 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 }}
145
145
# The publically accessible URL to the media proxy
146
146
publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"
147
147
You can’t perform that action at this time.
0 commit comments