ask="Should guests be allowed to use the TURN server?"
type="boolean"
yes=true
no=false
help="This defaults to True, otherwise VoIP will be unreliable for guests. However, it does introduce a slight security risk as it allows users to connect to arbitrary endpoints without having first signed up for a valid account (e.g. by passing a CAPTCHA)."
bind=":/etc/matrix-__APP__/homeserver.yaml"
[homeserver.registration.enable_registration]
ask="Enable Registration for new users."
type="boolean"
yes=true
no=false
help="Defaults to 'false'. If 'true', it is highly recommended to use either captcha, email, or token-based verification to avoid SPAM."
help="If set to 'false', requires authentication to access the server's public rooms directory through the client API and forbids any other homeserver to fetch the server's public rooms directory via federation."
help="If set to 'false', requires authentication to access the server's public rooms directory through the client API and forbids any other homeserver to fetch the server's public rooms directory via federation."
ask="Enable sending emails for messages the user missed?"
type="boolean"
yes=true
no=false
help="Defaults to 'false'."
bind=":/etc/matrix-__APP__/homeserver.yaml"
[client.welcome.notif_for_new_users]
ask="Enable email notifications for new users?"
type="boolean"
yes=true
no=false
help="Defaults to 'true'."
bind=":/etc/matrix-__APP__/homeserver.yaml"
[client.experience]
name="User Experience"
[client.experience.element_ynh_url]
ask="URL of the Default Element Instance."
type="string"
default='#example:example.com'
help="URL for web client links within the email notifications (client_base_url) AND to direct users to during an invite (invite_client_location) AND to which / will redirect to (web_client_location)"