From e7f81cb9eaeeaf88b0cc12723654c327a1ff076d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 8 Jan 2023 00:46:05 +0100 Subject: [PATCH] fix: support openid + federation Closes https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/30 --- abra.sh | 2 +- homeserver.yaml.tmpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index a422128..8283b13 100644 --- a/abra.sh +++ b/abra.sh @@ -1,6 +1,6 @@ export DISCORD_BRIDGE_YAML_VERSION=v1 export ENTRYPOINT_CONF_VERSION=v1 -export HOMESERVER_YAML_VERSION=v14 +export HOMESERVER_YAML_VERSION=v15 export LOG_CONFIG_VERSION=v2 export SHARED_SECRET_AUTH_VERSION=v1 export SIGNAL_BRIDGE_YAML_VERSION=v2 diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 3c3f4a0..9b3b368 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -103,8 +103,13 @@ listeners: {{ end }} {{ else }} resources: + {{ if eq (env "KEYCLOAK_ENABLED") "1" }} + - names: [client, openid, federation] + compress: false + {{ else }} - names: [client, federation] compress: false + {{ end }} {{ end }} ## Homeserver blocking ##