mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-12 11:17:20 +01:00
Compare commits
2 Commits
b62302d547
...
c198cf16fa
Author | SHA1 | Date | |
---|---|---|---|
|
c198cf16fa | ||
|
1fc4d175ac |
@ -319,4 +319,6 @@ matrix_client_element_location_sharing_map_style_content_sources_localsource_til
|
||||
# Leave blank, if map does not require attribution.
|
||||
matrix_client_element_location_sharing_map_style_content_sources_localsource_attribution: ""
|
||||
|
||||
# Optional URL to redirect the user to after they have logged out.
|
||||
# See https://github.com/element-hq/element-web/blob/develop/docs/config.md#sso-setup
|
||||
matrix_client_element_logout_redirect_url: ''
|
||||
|
@ -40,9 +40,7 @@
|
||||
{% if matrix_client_element_location_sharing_enabled %}
|
||||
"map_style_url": {{ matrix_client_element_map_style_url | to_json }},
|
||||
{% endif %}
|
||||
{% if matrix_client_element_logout_redirect_url != '' %}
|
||||
"logout_redirect_url": "{{ matrix_client_element_logout_redirect_url }}",
|
||||
{% endif %}
|
||||
"logout_redirect_url": {{ matrix_client_element_logout_redirect_url | to_json }},
|
||||
"branding": {
|
||||
"auth_footer_links": {{ matrix_client_element_branding_auth_footer_links | to_json }},
|
||||
"auth_header_logo_url": {{ matrix_client_element_branding_auth_header_logo_url | to_json }},
|
||||
|
Loading…
Reference in New Issue
Block a user