Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

13 righe
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. }