From eb541c41eec0ee419b77a05841aed378dc4cd779 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 8 Jan 2023 01:56:13 +0100 Subject: [PATCH] fix: consistent compression config --- abra.sh | 2 +- homeserver.yaml.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index b929f72..7ed41ea 100644 --- a/abra.sh +++ b/abra.sh @@ -1,6 +1,6 @@ export DISCORD_BRIDGE_YAML_VERSION=v2 export ENTRYPOINT_CONF_VERSION=v1 -export HOMESERVER_YAML_VERSION=v16 +export HOMESERVER_YAML_VERSION=v17 export LOG_CONFIG_VERSION=v2 export SHARED_SECRET_AUTH_VERSION=v1 export SIGNAL_BRIDGE_YAML_VERSION=v3 diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 81313de..9fcfc5d 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -105,10 +105,10 @@ listeners: resources: {{ if eq (env "KEYCLOAK_ENABLED") "1" }} - names: [client, openid, federation] - compress: false + compress: true {{ else }} - names: [client, federation] - compress: false + compress: true {{ end }} {{ end }}