Przeglądaj źródła

config bind port

pull/3512/head
Thom Wiggers 10 miesięcy temu
rodzic
commit
f820c2d119
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 1BB0A7CE26E363
2 zmienionych plików z 3 dodań i 2 usunięć
  1. +2
    -1
      roles/custom/matrix-bridge-appservice-irc/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2

+ 2
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml Wyświetl plik

@@ -46,7 +46,8 @@ matrix_appservice_irc_config_path: "{{ matrix_appservice_irc_base_path }}/config
matrix_appservice_irc_data_path: "{{ matrix_appservice_irc_base_path }}/data" matrix_appservice_irc_data_path: "{{ matrix_appservice_irc_base_path }}/data"


matrix_appservice_irc_homeserver_url: "" matrix_appservice_irc_homeserver_url: ""
matrix_appservice_irc_homeserver_media_url: '{{ matrix_homeserver_url }}'
matrix_appservice_irc_homeserver_media_url: '{{ matrix_homeserver_url }}/irc/'
martix_appservice_irc_homeserver_media_bind_port: 11111
matrix_appservice_irc_homeserver_domain: '{{ matrix_domain }}' matrix_appservice_irc_homeserver_domain: '{{ matrix_domain }}'
matrix_appservice_irc_homeserver_enablePresence: true # noqa var-naming matrix_appservice_irc_homeserver_enablePresence: true # noqa var-naming
matrix_appservice_irc_appservice_address: 'http://matrix-appservice-irc:9999' matrix_appservice_irc_appservice_address: 'http://matrix-appservice-irc:9999'


+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 Wyświetl plik

@@ -141,7 +141,7 @@ ircService:
# How long should the generated URLs be valid for # How long should the generated URLs be valid for
ttlSeconds: 604800 ttlSeconds: 604800
# The port for the media proxy to listen on # The port for the media proxy to listen on
bindPort: {{ matrix_media_repo_port | to_json }}
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
# The publically accessible URL to the media proxy # The publically accessible URL to the media proxy
publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}" publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"




Ładowanie…
Anuluj
Zapisz