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.
 
 

13 lines
454 B

  1. {
  2. "push": {{ matrix_client_hydrogen_push | to_json }},
  3. "defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
  4. "bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
  5. "themeManifests": [
  6. "{{ '' if matrix_client_hydrogen_path_prefix == '/' else matrix_client_hydrogen_path_prefix }}/assets/theme-element.json"
  7. ],
  8. "defaultTheme": {
  9. "light": "element-light",
  10. "dark": "element-dark"
  11. }
  12. }