-
Notifications
You must be signed in to change notification settings - Fork 0
/
matrix.yaml
77 lines (77 loc) · 1.82 KB
/
matrix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Be aware that this file contains options that could potentially break the add-on.
# Make sure you know what you are doing before editing this file!
server_name: hassio.local
pid_file: /homeserver.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: 8448
tls: true
type: http
x_forwarded: true
resources:
- names:
- client
- federation
compress: false
bind_addresses:
- 0.0.0.0
limit_remote_rooms: null
retention: null
acme:
enabled: false
port: 80
bind_addresses:
- '::'
- 0.0.0.0
reprovision_threshold: 30
domain: matrix.example.com
account_key_file: /acme_account.key
caches:
per_cache_factors: null
database:
name: sqlite3
args:
database: /share/matrix/matrix.db
log_config: /data/matrix/hassio.local.log.config
media_store_path: /share/matrix/media
url_preview_accept_language: null
account_validity: null
registration_shared_secret: DXJ&al@Tzw2i&Wy0y^wsyH:Ewp*HHg_VFwlhKDKqlCXImjVe^C
account_threepid_delegates: null
metrics_flags: null
report_stats: false
macaroon_secret_key: ;6XYlle:3#txQpd@CtNF7x,mWG5wn5WeOrhjJnS5NyC60B29Z6
form_secret: cKXv7-Fi.Ggg;iN;S*TM&15Ke+=ZHr5bSnPh*wCcUY0BCdM&TT
signing_key_path: /data/matrix/hassio.local.signing.key
old_signing_keys: null
trusted_key_servers:
- server_name: matrix.org
saml2_config:
user_mapping_provider:
config: null
oidc_config:
user_mapping_provider:
config:
localpart_template: '{{ user.preferred_username }}'
sso: null
password_config:
policy: null
email: null
password_providers: null
spam_checker: null
opentracing: null
enable_registration: true
uploads_path: /share/matrix/uploads
max_upload_size: 200M
no_tls: false
tls_certificate_path: /ssl/fullchain.pem
tls_private_key_path: /ssl/privkey.pem