Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 

27 строки
1.2 KiB

  1. # The bare domain name which represents your Matrix identity.
  2. # Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
  3. #
  4. # Note: this playbook does not touch the server referenced here.
  5. # Installation happens on another server ("matrix.<matrix-domain>").
  6. #
  7. # Example value: example.com
  8. matrix_domain: YOUR_BARE_DOMAIN_NAME_HERE
  9. # This is something which is provided to Let's Encrypt when retrieving SSL certificates for domains.
  10. #
  11. # In case SSL renewal fails at some point, you'll also get an email notification there.
  12. #
  13. # If you decide to use another method for managing SSL certifites (different than the default Let's Encrypt),
  14. # you won't be required to define this variable (see `docs/configuring-playbook-ssl-certificates.md`).
  15. #
  16. # Example value: someone@example.com
  17. matrix_ssl_lets_encrypt_support_email: YOUR_EMAIL_ADDRESS_HERE
  18. # A shared secret (between Coturn and Synapse) used for authentication.
  19. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  20. matrix_coturn_turn_static_auth_secret: ""
  21. # A secret used to protect access keys issued by the server.
  22. # You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
  23. matrix_synapse_macaroon_secret_key: ""