Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

35 líneas
1.3 KiB

  1. # This is something which is provided to Let's Encrypt
  2. # when retrieving the SSL certificates for `<your-domain>`.
  3. #
  4. # In case SSL renewal fails at some point, you'll also get
  5. # an email notification there.
  6. #
  7. # Example value: someone@example.com
  8. host_specific_matrix_ssl_support_email: YOUR_EMAIL_ADDRESS_HERE
  9. # This is your bare domain name (`<your-domain`).
  10. #
  11. # Note: the server specified here is not touched.
  12. #
  13. # This playbook only installs to `matrix.<your-domain>`,
  14. # but it nevertheless requires to know the bare domain name
  15. # (for configuration purposes).
  16. #
  17. # Example value: example.com
  18. host_specific_hostname_identity: YOUR_BARE_DOMAIN_NAME_HERE
  19. # A shared secret (between Synapse and Coturn) used for authentication.
  20. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  21. matrix_coturn_turn_static_auth_secret: ""
  22. # A secret used to protect access keys issued by the server.
  23. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  24. matrix_synapse_macaroon_secret_key: ""
  25. # Mautrix telegram
  26. # Enable telegram bridge
  27. matrix_mautrix_telegram_enabled: false
  28. # Get your own API keys at https://my.telegram.org/apps
  29. matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
  30. matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH