Compare commits

...

2 Commits

Author SHA1 Message Date
2c8dc7c960 chore: publish 6.1.0+v1.110.0 release 2024-07-16 15:30:01 +02:00
c36c147dff add alakazam integration file alaconnect.yml 2024-05-13 17:37:27 +02:00
2 changed files with 18 additions and 3 deletions

15
alaconnect.yml Normal file
View File

@ -0,0 +1,15 @@
authentik:
env:
KEYCLOAK_ID: authentik
KEYCLOAK_NAME: sso
KEYCLOAK_URL: https://authentik.example.com/application/o/matrix/
KEYCLOAK_CLIENT_DOMAIN: https://element-web.example.com
KEYCLOAK_ALLOW_EXISTING_USERS: "true"
KEYCLOAK_CLIENT_ID: matrix
uncomment:
- compose.keycloak.yml
- KEYCLOAK_ENABLED
- KEYCLOAK_CLIENT_ID
- SECRET_KEYCLOAK_CLIENT_SECRET_VERSION
shared_secrets:
matrix_secret: keycloak_client_secret

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: nginx:1.25.3
image: nginx:1.27.0
networks:
- proxy
- internal
@ -35,7 +35,7 @@ services:
retries: 20
app:
image: "matrixdotorg/synapse:v1.100.0"
image: "matrixdotorg/synapse:v1.110.0"
volumes:
- "data:/data"
secrets:
@ -90,7 +90,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=6.0.2+v1.100.0"
- "coop-cloud.${STACK_NAME}.version=6.1.0+v1.110.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]