fix: support openid + federation

Closes #30
This commit is contained in:
decentral1se 2023-01-08 00:46:05 +01:00
parent 88bcc2186b
commit e7f81cb9ea
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 ##