Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
561 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. {
  6. "push": {{ matrix_client_hydrogen_push | to_json }},
  7. "defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
  8. "bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
  9. "themeManifests": [
  10. "{{ '' if matrix_client_hydrogen_path_prefix == '/' else matrix_client_hydrogen_path_prefix }}/assets/theme-element.json"
  11. ],
  12. "defaultTheme": {
  13. "light": "element-light",
  14. "dark": "element-dark"
  15. }
  16. }