feat: make v4 release & add notes

This commit is contained in:
decentral1se
2023-10-06 19:16:06 +02:00
parent 6dacecbfac
commit a3c9dfd65b
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.14.0+v1.93.0"
- "coop-cloud.${STACK_NAME}.version=4.0.0+v1.93.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
+8
View File
@@ -0,0 +1,8 @@
We had to rename some secrets: https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/35
Copy the secrets:
* `registration_shared_secret` to `registration`
* `macaroon_secret_key` to `macaroon`
Regeneration of these secrets should also work.
-2
View File
@@ -1,2 +0,0 @@
Copy the secrets registration_shared_secret to registration and macaroon_secret_key to macaroon.
Regeneration of these secrets should also work.