mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 01:20:38 +00:00
matrix-hangouts/login instead of just /login
This commit is contained in:
parent
95750c1bc7
commit
754c475338
|
@ -10,7 +10,7 @@ matrix_mautrix_hangouts_base_path: "{{ matrix_base_data_path }}/mautrix-hangouts
|
|||
matrix_mautrix_hangouts_config_path: "{{ matrix_mautrix_hangouts_base_path }}/config"
|
||||
matrix_mautrix_hangouts_data_path: "{{ matrix_mautrix_hangouts_base_path }}/data"
|
||||
|
||||
matrix_mautrix_hangouts_public_endpoint: 'mautrix-hangouts'
|
||||
matrix_mautrix_hangouts_public_endpoint: 'matrix-hangouts'
|
||||
|
||||
matrix_mautrix_hangouts_homeserver_address: 'http://matrix-synapse:8008'
|
||||
matrix_mautrix_hangouts_homeserver_domain: '{{ matrix_domain }}'
|
||||
|
@ -122,7 +122,7 @@ matrix_mautrix_hangouts_configuration_yaml: |
|
|||
# The prefix below is not implicitly added. This URL and all subpaths should be proxied
|
||||
# or otherwise pointed to the appservice's webserver to the path specified below (prefix).
|
||||
# This path should usually include a trailing slash.
|
||||
public: "{{ matrix_domain }}/login/"
|
||||
public: "mautrix-hangouts/login/"
|
||||
# Internal prefix in the appservice web server for the login endpoints.
|
||||
prefix: /login
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user