52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
server_name: scratch.com
|
|
pid_file: "/var/run/matrix-synapse.pid"
|
|
federation_ip_range_blacklist:
|
|
- '127.0.0.0/8'
|
|
- '10.0.0.0/8'
|
|
- '172.16.0.0/12'
|
|
- '192.168.0.0/16'
|
|
- '100.64.0.0/10'
|
|
- '169.254.0.0/16'
|
|
- '::1/128'
|
|
- 'fe80::/64'
|
|
- 'fc00::/7'
|
|
listeners:
|
|
- port: 39987
|
|
tls: false
|
|
type: http
|
|
x_forwarded: false
|
|
bind_addresses: ['::']
|
|
resources:
|
|
- names: [client, federation]
|
|
compress: false
|
|
retention:
|
|
acme:
|
|
enabled: false
|
|
port: 80
|
|
bind_addresses: ['::', '0.0.0.0']
|
|
reprovision_threshold: 30
|
|
domain: matrix.example.com
|
|
account_key_file: /var/lib/matrix-synapse/acme_account.key
|
|
database:
|
|
name: "sqlite3"
|
|
args:
|
|
database: "/mnt/homeserver.db"
|
|
log_config: "/etc/matrix-synapse/log.yaml"
|
|
media_store_path: "/var/lib/matrix-synapse/media"
|
|
enable_registration: true
|
|
account_validity:
|
|
account_threepid_delegates:
|
|
metrics_flags:
|
|
signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
|
|
old_signing_keys:
|
|
trusted_key_servers:
|
|
- server_name: "matrix.org"
|
|
saml2_config:
|
|
user_mapping_provider:
|
|
config:
|
|
sso:
|
|
password_config:
|
|
email:
|
|
enable_group_creation: true
|
|
opentracing:
|