synapse-registration/config.dist.yaml
Kumi f3ad9c54fa
feat: Add legal links to registration views
Incorporates legal links in registration and email forms by
updating views to fetch legal documents from configuration.
Enhances compliance by ensuring users acknowledge terms of service
during account setup.
2024-11-17 08:06:19 +01:00

20 lines
496 B
YAML

synapse:
admin_token: syt_your_admin_token
server: https://matrix.your.server
domain: your.server # i.e. the part after the : in your matrix ID
hosts:
- register.matrix.your.server
email:
host: mail.your.server
port: 587
username: registrations@your.server
password: your_password
tls: true
admin:
email: admin@your.server
trust_proxy: false
auto_join:
- "!your_room_id:your.server"
legal:
- title: "Terms of Service"
url: "https://matrix.your.server/_matrix/consent"