Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

32 linhas
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. # If you decide to use another method for managing SSL certifites (different than the default Let's Encrypt),
  8. # you won't be required to define this variable
  9. # (see `docs/configuring-playbook-ssl-certificates.md`).
  10. #
  11. # Example value: someone@example.com
  12. host_specific_matrix_ssl_lets_encrypt_support_email: YOUR_EMAIL_ADDRESS_HERE
  13. # This is your bare domain name (`<your-domain`).
  14. #
  15. # Note: the server specified here is not touched.
  16. #
  17. # This playbook only installs to `matrix.<your-domain>`,
  18. # but it nevertheless requires to know the bare domain name
  19. # (for configuration purposes).
  20. #
  21. # Example value: example.com
  22. host_specific_hostname_identity: YOUR_BARE_DOMAIN_NAME_HERE
  23. # A shared secret (between Synapse and Coturn) used for authentication.
  24. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  25. matrix_coturn_turn_static_auth_secret: ""
  26. # A secret used to protect access keys issued by the server.
  27. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  28. matrix_synapse_macaroon_secret_key: ""