homelab/matrix/synapse-data/homeserver.yaml
2023-07-30 21:40:15 -05:00

39 lines
1.3 KiB
YAML

# Configuration file for Synapse.
#
# This is a YAML file: see [1] for a quick introduction. Note in particular
# that *indentation is important*: all the elements of a list or dictionary
# should have the same indentation.
#
# [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
#
# For more information on how to configure Synapse, including a complete accounting of
# each option, go to docs/usage/configuration/config_documentation.md or
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
server_name: "matrix.local.waylonwalker.com"
pid_file: /data/homeserver.pid
listeners:
- port: 8008
tls: false
type: http
x_forwarded: true
resources:
- names: [client, federation]
compress: false
database:
name: sqlite3
args:
database: /data/homeserver.db
log_config: "/data/my.matrix.host.log.config"
media_store_path: /data/media_store
registration_shared_secret: "B*RE63qiUX:5d1v@~N,jR;+&4r&cO#@i5NKsv@CT.lOu:,ddxs"
enable_registration: true
enable_registration_without_verification: true
report_stats: true
macaroon_secret_key: "Y8,4qCMmb=9OvY*0h+6.2MP-q4u#Kg9W:Hh7iE4:F2;&Pndw=7"
form_secret: "uZvi=OI+;Mf9wI:rXA-1Vt=QX:OD5NKot6.DnybItdsw2*g=+d"
signing_key_path: "/data/my.matrix.host.signing.key"
trusted_key_servers:
- server_name: "matrix.org"
# vim:ft=yaml