2023-01-06 14:38:14 +01:00
version = "1.0"
2023-01-18 17:46:24 +01:00
[ main ]
name = "Main Settings"
services = [ "matrix-__APP__" ]
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . welcome ]
name = "Experience for new Users"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . welcome . 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."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 18:13:00 +01:00
[ main . welcome . password_enabled ]
ask = "Enable Password Login?"
type = "boolean"
yes = true
no = false
help = "If disabled, Login with Non-YunoHost Users impossible. But it simplies Login process if your Matrix server only has YunoHost SSO Users."
bind = "password_config>enabled:/etc/matrix-__APP__/homeserver.yaml"
visible = "! enable_registration"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . welcome . registrations_require_3pid ]
2023-01-19 10:08:18 +01:00
ask = "Registration requires all following 3PID personal identifier."
2023-01-18 17:46:24 +01:00
type = "select"
2023-01-19 10:08:18 +01:00
choices = [ "false" , "email" , "msisdn" , "email&msisdn" ]
2023-01-18 17:46:24 +01:00
help = "Defaults to: 'email'. Phone number: 'msisdn'"
2023-01-18 18:22:56 +01:00
visible = "enable_registration"
2023-01-11 14:03:52 +01:00
2023-01-19 10:08:18 +01:00
[ main . welcome . allowed_local_3pids_email ]
ask = "Register only with given email formats."
type = "tags"
help = "'^[^@]+@matrix\.org$'"
visible = 'enable_registration && (registrations_require_3pid == "email" || registrations_require_3pid == "email&msisdn")'
[ main . welcome . allowed_local_3pids_msisdn ]
ask = "Register only with given phone number formats."
type = "tags"
help = "'\+33'"
visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")'
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . welcome . auto_join_rooms ]
ask = "Auto Join new Users in following Rooms:"
2023-01-19 10:08:18 +01:00
type = "tags"
2023-01-18 17:46:24 +01:00
help = "Users who register on this homeserver will automatically be joined to these rooms. If the room already exists, the join rule must be set to 'public'. See also next setting."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . welcome . autocreate_auto_join_rooms ]
ask = "Auto-Create room for Auto Join if not existing?"
type = "boolean"
yes = true
no = false
help = "Setting to false means that if the rooms are not manually created, users cannot be auto-joined. Auto-created rooms will be public and federated by default, this can be customised in CLI with the settings auto_join_*."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . 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"
2023-01-18 18:13:00 +01:00
visible = "enable_notifs"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . privacy ]
name = "Data Privacy"
[ main . privacy . text ]
ask = '' '
* "all" : any locally-created room
* "invite" : any room created with the "private_chat" or "trusted_private_chat" room creation presets
* "off" : No encryption by default
'' '
type = "markdown"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . privacy . e2e_enabled_by_default ]
ask = "End-to-End Encryption by default for locally-created Rooms"
type = "select"
choices = [ "all" , "invite" , "off" ]
help = "Note that encryption can always be turned on manually, even after creation."
bind = "encryption_enabled_by_default_for_room_type:/etc/matrix-__APP__/homeserver.yaml"
[ main . privacy . allow_public_rooms_over_federation ]
ask = "Access Public Rooms Directory over Federation?"
type = "boolean"
yes = true
no = false
help = "Disabled by default. If disabled, users on other homeserver will not be able to look for a public room on your homeserver. They will have to type the ID of the room to join."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . privacy . disable_msisdn_registration ]
ask = "Disable asking Phone Number in Registration flow."
type = "boolean"
yes = true
no = false
help = "Overrides 3PID settings if MSISDNs are set as required."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 18:13:00 +01:00
visible = "enable_registration"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . experience ]
2023-01-11 14:03:52 +01:00
name = "User Experience"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . experience . web_client_location ]
2023-01-19 10:08:18 +01:00
ask = "Element instance your HomeServer should redirect to."
2023-01-11 14:03:52 +01:00
type = "url"
2023-01-19 10:08:18 +01:00
help = "URL to the web client which / will redirect to."
2023-01-13 12:38:30 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ main . experience . enable_group_creation ]
ask = "Allow non-server-admin Users to create Spaces?"
type = "boolean"
yes = true
no = false
2023-01-19 10:08:18 +01:00
help = "Disabled by default: only server admins can create Spaces"
2023-01-18 17:46:24 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
[ main . experience . enable_notifs ]
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"
[ main . experience . client_base_url ]
2023-01-11 14:03:52 +01:00
ask = "URL for client links within the email notifications."
type = "url"
help = "Used to be called 'riot_base_url', still supported"
2023-01-13 12:38:30 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-19 10:08:18 +01:00
visible = "enable_notifs"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ resources ]
name = "Resource Usage"
services = [ "matrix-__APP__" , "nginx" ]
[ resources . media ]
2023-01-18 18:48:51 +01:00
name = "Manage Media growth and clean-up"
2023-01-18 17:46:24 +01:00
[ resources . media . max_upload_size ]
ask = "Largest allowed media upload size in bytes."
2023-01-18 18:48:51 +01:00
type = "string"
2023-01-18 17:46:24 +01:00
help = "Defaults to: '10M' ."
2023-01-13 12:38:30 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-11 14:03:52 +01:00
2023-01-18 17:46:24 +01:00
[ advanced ]
name = "Advanced Settings"
services = [ "matrix-__APP__" ]
[ advanced . help ]
2023-01-19 10:08:18 +01:00
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
2023-01-18 17:46:24 +01:00
[ advanced . help . text ]
ask = '' '
2023-01-19 10:08:18 +01:00
! ! There are security and privacy risks if you change these settings without knowing what you do ! !
2023-01-11 14:03:52 +01:00
'' '
2023-01-18 17:46:24 +01:00
type = "markdown"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ advanced . others ]
name = "Others"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ advanced . others . backup_before_upgrade ]
ask = "Backup before upgrade?"
type = "boolean"
yes = true
no = false
2023-01-19 10:08:18 +01:00
help = "!! If disabled, do a manual backup before upgrade !! Disable if your Synapse instance is huge and you prefer to disable the backup that is normally automatically done before each upgrade."
2023-01-18 17:46:24 +01:00
[ advanced . others . server_statistics ]
ask = "Server statistics"
type = "boolean"
yes = true
no = false
help = "Enable to send anonymous statistics to Synapse Developers to improve performance."
bind = "report_stats:/etc/matrix-__APP__/homeserver.yaml"
[ advanced . guests ]
name = "Experience for Guests / Anonymous"
[ advanced . guests . invite_client_location ]
ask = "Web client location to direct users to during an invite."
type = "url"
help = "This is passed to the identity server as the org.matrix.web_client_location key. Defaults to unset, giving no guidance to the identity server."
2023-01-10 04:14:11 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 17:46:24 +01:00
[ advanced . guests . allow_guest_access ]
ask = "Allow Users to Register as Guests?"
2023-01-10 04:14:11 +01:00
type = "boolean"
yes = true
no = false
2023-01-18 17:46:24 +01:00
help = "Guests can participate on this server in rooms with guest access enabled, without a password/email/etc."
2023-01-06 14:38:14 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 17:46:24 +01:00
[ advanced . guests . auto_join_rooms_for_guests ]
2023-01-06 14:38:14 +01:00
ask = "Enable Auto Join Room for Guests?"
type = "boolean"
yes = true
no = false
help = "Defaults to 'true'."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 17:46:24 +01:00
[ advanced . privacy ]
name = "Data Privacy"
2023-01-06 14:38:14 +01:00
2023-01-19 10:08:18 +01:00
[ advanced . privacy . enable_3pid_lookup ]
ask = "Allow discovering friends with phone number or email?"
type = "boolean"
yes = true
no = false
help = "Enable 3PIDs lookup requests to identity servers from this server. See Settings->General->Discovery in Element."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-18 17:46:24 +01:00
[ advanced . privacy . default_identity_server ]
ask = "Identity server suggested to clients?"
type = "url"
2023-01-19 10:08:18 +01:00
help = "Identity server allows to discover, be discovered and invite people you know with phone number or email. If not set, users will probably chose centralized vector.im. See Settings->General->Discovery in Element."
2023-01-18 17:46:24 +01:00
bind = ":/etc/matrix-__APP__/homeserver.yaml"
2023-01-06 14:38:14 +01:00
2023-01-18 17:46:24 +01:00
[ advanced . privacy . allow_public_rooms_without_auth ]
ask = "Access Public Rooms Directory without authentification?"
type = "boolean"
yes = true
no = false
help = "Disabled by default. If enabled, anyone can query the Public Rooms Directory (access through the client API). This only makes sense if you want everyone to be able to scroll your public room to see what's interesting on your Homeserver"
bind = ":/etc/matrix-__APP__/homeserver.yaml"
[ advanced . registration ]
name = "Account Registration"
[ advanced . registration . registration_shared_secret ]
ask = "Shared Secret for Registration."
type = "string"
help = "Allows registration of standard or admin accounts, even if Registration disabled."
bind = ":/etc/matrix-__APP__/homeserver.yaml"
[ advanced . registration . turn_allow_guests ]
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"