Compare commits

..

2 Commits

Author SHA1 Message Date
793e110c4c chore: publish 1.4.1+2023.2.3 release 2023-03-06 16:54:48 +01:00
8e53969b0e fix: backupbot labels 2023-03-06 16:44:55 +01:00
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export CUSTOM_CSS_VERSION=v2
export CUSTOM_FLOWS_VERSION=v4
export CUSTOM_FLOWS_VERSION=v3
customize() {
if [ -z "$1" ]

View File

@ -71,7 +71,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
- "coop-cloud.${STACK_NAME}.version=2.0.0+2023.2.3"
- "coop-cloud.${STACK_NAME}.version=1.4.1+2023.2.3"
worker:
image: ghcr.io/goauthentik/server:2023.2.3

View File

@ -1,2 +1 @@
Logout URL changes from `https://login.example.org/if/flow/default-invalidation-flow/` to `https://login.example.org/if/flow/logout-flow/`
Replace it in any app that uses this logout url.