2019-02-28 09:51:09 +00:00
|
|
|
# The bare domain name which represents your Matrix identity.
|
|
|
|
# Matrix user ids for your server will be of the form (`@user:<matrix-domain>`).
|
2017-07-31 20:07:30 +00:00
|
|
|
#
|
2019-02-28 09:51:09 +00:00
|
|
|
# Note: this playbook does not touch the server referenced here.
|
|
|
|
# Installation happens on another server ("matrix.<matrix-domain>").
|
2017-07-31 20:07:30 +00:00
|
|
|
#
|
2019-02-28 09:51:09 +00:00
|
|
|
# Example value: example.com
|
|
|
|
matrix_domain: YOUR_BARE_DOMAIN_NAME_HERE
|
2017-07-31 20:07:30 +00:00
|
|
|
|
2019-02-28 09:51:09 +00:00
|
|
|
# This is something which is provided to Let's Encrypt when retrieving SSL certificates for domains.
|
2017-07-31 20:07:30 +00:00
|
|
|
#
|
2019-02-28 09:51:09 +00:00
|
|
|
# In case SSL renewal fails at some point, you'll also get an email notification there.
|
2017-07-31 20:07:30 +00:00
|
|
|
#
|
2019-02-28 09:51:09 +00:00
|
|
|
# If you decide to use another method for managing SSL certifites (different than the default Let's Encrypt),
|
|
|
|
# you won't be required to define this variable (see `docs/configuring-playbook-ssl-certificates.md`).
|
2017-07-31 20:07:30 +00:00
|
|
|
#
|
2019-02-28 09:51:09 +00:00
|
|
|
# Example value: someone@example.com
|
|
|
|
matrix_ssl_lets_encrypt_support_email: YOUR_EMAIL_ADDRESS_HERE
|
2018-05-25 18:58:53 +00:00
|
|
|
|
2019-01-16 16:05:48 +00:00
|
|
|
# A shared secret (between Coturn and Synapse) used for authentication.
|
2018-05-25 18:58:53 +00:00
|
|
|
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
2018-06-26 18:05:59 +00:00
|
|
|
matrix_coturn_turn_static_auth_secret: ""
|
|
|
|
|
|
|
|
# A secret used to protect access keys issued by the server.
|
|
|
|
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
|
2018-09-01 15:51:07 +00:00
|
|
|
matrix_synapse_macaroon_secret_key: ""
|