Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

13 satır
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. }