bundles/matrix-synapse: support home servers without appservices

This commit is contained in:
Franzi 2023-05-20 15:10:57 +02:00
parent c44badb1e1
commit 6374f6b71e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -62,10 +62,14 @@ allow_guest_access: false
enable_metrics: True
% if appservice_configs:
app_service_config_files:
% for config in sorted(appservice_configs):
% for config in sorted(appservice_configs):
- "${config}"
% endfor
% endfor
% else:
app_service_config_files: []
% endif
signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
trusted_key_servers:
@ -81,7 +85,7 @@ password_config:
email:
enable_notifs: false
notif_from: "Matrix <noreply@${server_name}"
notif_from: "Matrix <noreply@${server_name}>"
enable_group_creation: true