|
|
@@ -31,7 +31,7 @@ homeserver: |
|
|
# Default: true |
|
|
# Default: true |
|
|
enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }} |
|
|
enablePresence: {{ matrix_appservice_irc_homeserver_enablePresence|to_json }} |
|
|
|
|
|
|
|
|
# Which port should the appservice bind to. Can be overriden by the one provided in the |
|
|
|
|
|
|
|
|
# Which port should the appservice bind to. Can be overridden by the one provided in the |
|
|
# command line! Optional. |
|
|
# command line! Optional. |
|
|
# bindPort: 8090 |
|
|
# bindPort: 8090 |
|
|
|
|
|
|
|
|
@@ -133,7 +133,7 @@ ircService: |
|
|
# Whether to enable hosting the setup widget page. Default: false. |
|
|
# Whether to enable hosting the setup widget page. Default: false. |
|
|
widget: false |
|
|
widget: false |
|
|
|
|
|
|
|
|
# Config for the media proxy, required to serve publically accessible URLs to authenticated Matrix media |
|
|
|
|
|
|
|
|
# Config for the media proxy, required to serve publicly accessible URLs to authenticated Matrix media |
|
|
mediaProxy: |
|
|
mediaProxy: |
|
|
# To generate a .jwk file: |
|
|
# To generate a .jwk file: |
|
|
# $ node src/generate-signing-key.js > signingkey.jwk |
|
|
# $ node src/generate-signing-key.js > signingkey.jwk |
|
|
@@ -142,7 +142,7 @@ ircService: |
|
|
ttlSeconds: 604800 |
|
|
ttlSeconds: 604800 |
|
|
# The port for the media proxy to listen on |
|
|
# The port for the media proxy to listen on |
|
|
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }} |
|
|
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }} |
|
|
# The publically accessible URL to the media proxy |
|
|
|
|
|
|
|
|
# The publicly accessible URL to the media proxy |
|
|
publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}" |
|
|
publicUrl: "https://{{ matrix_appservice_irc_homeserver_media_domain }}{{ matrix_appservice_irc_homeserver_media_path }}" |
|
|
|
|
|
|
|
|
# Options here are generally only applicable to large-scale bridges and may have |
|
|
# Options here are generally only applicable to large-scale bridges and may have |
|
|
|