Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

13 lignes
400 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. "{{ matrix_client_hydrogen_path_prefix }}assets/theme-element.json"
  7. ],
  8. "defaultTheme": {
  9. "light": "element-light",
  10. "dark": "element-dark"
  11. }
  12. }