mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
add Publicly accessible base URL for the login endpoints.
# Auth server config auth: # Publicly accessible base URL for the login endpoints. # 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: http://example.com/login/ # Internal prefix in the appservice web server for the login endpoints. prefix: /login
This commit is contained in:
parent
2d3fc98d18
commit
4528e6402b
@ -107,9 +107,22 @@ matrix_mautrix_hangouts_configuration_yaml: |
|
|||||||
# Whether or not to use /sync to get presence, read receipts and typing notifications when using
|
# Whether or not to use /sync to get presence, read receipts and typing notifications when using
|
||||||
# your own Matrix account as the Matrix puppet for your Hangouts account.
|
# your own Matrix account as the Matrix puppet for your Hangouts account.
|
||||||
sync_with_custom_puppets: true
|
sync_with_custom_puppets: true
|
||||||
|
|
||||||
# Whether or not to bridge presence in both directions. Hangouts allows users not to broadcast
|
# Whether or not to bridge presence in both directions. Hangouts allows users not to broadcast
|
||||||
# presence, but then it won't send other users' presence to the client.
|
# presence, but then it won't send other users' presence to the client.
|
||||||
presence: true
|
presence: true
|
||||||
|
|
||||||
|
# Public website and API configs
|
||||||
|
web:
|
||||||
|
# Auth server config
|
||||||
|
auth:
|
||||||
|
# Publicly accessible base URL for the login endpoints.
|
||||||
|
# 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_mautrix_hangouts_homeserver_domain }}login/"
|
||||||
|
# Internal prefix in the appservice web server for the login endpoints.
|
||||||
|
prefix: /login
|
||||||
|
|
||||||
# Permissions for using the bridge.
|
# Permissions for using the bridge.
|
||||||
# Permitted values:
|
# Permitted values:
|
||||||
|
Loading…
Reference in New Issue
Block a user