From 6374f6b71eadba5a16920864aab8bd8691c1bcc5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 20 May 2023 15:10:57 +0200 Subject: [PATCH] bundles/matrix-synapse: support home servers without appservices --- bundles/matrix-synapse/files/homeserver.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bundles/matrix-synapse/files/homeserver.yaml b/bundles/matrix-synapse/files/homeserver.yaml index c5f9af3..9c43437 100644 --- a/bundles/matrix-synapse/files/homeserver.yaml +++ b/bundles/matrix-synapse/files/homeserver.yaml @@ -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 " enable_group_creation: true