Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

19 řádky
728 B

  1. matrix.domain: {{ hostname_identity }}
  2. server.name: {{ hostname_matrix }}
  3. key.path: /var/mxisd/sign.key
  4. storage.provider.sqlite.database: /var/mxisd/mxisd.db
  5. threepid.medium.email.identity.from: {{ matrix_mailer_sender_address }}
  6. threepid.medium.email.connectors.smtp.host: matrix-mailer
  7. threepid.medium.email.connectors.smtp.port: 587
  8. threepid.medium.email.connectors.smtp.tls: 0
  9. synapseSql.enabled: true
  10. synapseSql.type: postgresql
  11. synapseSql.connection: //{{ matrix_postgres_connection_hostname }}/{{ matrix_postgres_db_name }}?user={{ matrix_postgres_connection_username }}&password={{ matrix_postgres_connection_password }}
  12. {% if matrix_mxisd_matrixorg_forwarding_enabled %}
  13. forward.servers: ['matrix-org']
  14. {% endif %}