|
|
@ -32,6 +32,8 @@ matrix_dimension_integrations_rest_url: "https://{{ matrix_server_fqn_dimension
|
|
|
|
matrix_dimension_integrations_widgets_urls: ["https://{{ matrix_server_fqn_dimension }}/widgets"]
|
|
|
|
matrix_dimension_integrations_widgets_urls: ["https://{{ matrix_server_fqn_dimension }}/widgets"]
|
|
|
|
matrix_dimension_integrations_jitsi_widget_url: "https://{{ matrix_server_fqn_dimension }}/widgets/jitsi"
|
|
|
|
matrix_dimension_integrations_jitsi_widget_url: "https://{{ matrix_server_fqn_dimension }}/widgets/jitsi"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_dimension_homeserver_federationUrl: "http://matrix-synapse:8048"
|
|
|
|
|
|
|
|
|
|
|
|
# Default Dimension configuration template which covers the generic use case.
|
|
|
|
# Default Dimension configuration template which covers the generic use case.
|
|
|
|
# You can customize it by controlling the various variables inside it.
|
|
|
|
# You can customize it by controlling the various variables inside it.
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -58,7 +60,7 @@ matrix_dimension_configuration_yaml: |
|
|
|
|
# The URL that Dimension should use when trying to communicate with federated APIs on
|
|
|
|
# The URL that Dimension should use when trying to communicate with federated APIs on
|
|
|
|
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
|
|
|
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
|
|
|
# through the normal federation process.
|
|
|
|
# through the normal federation process.
|
|
|
|
federationUrl: "http://matrix-synapse:{{ 8048 if matrix_synapse_federation_enabled|bool else 8008 }}"
|
|
|
|
federationUrl: "{{ matrix_dimension_homeserver_federationUrl }}"
|
|
|
|
|
|
|
|
|
|
|
|
# The URL that Dimension will redirect media requests to for downloading media such as
|
|
|
|
# The URL that Dimension will redirect media requests to for downloading media such as
|
|
|
|
# stickers. If not supplied or left empty Dimension will use the clientServerUrl.
|
|
|
|
# stickers. If not supplied or left empty Dimension will use the clientServerUrl.
|
|
|
|