Compare commits

..

2 Commits

Author SHA1 Message Date
6476fcebfb chore: publish 0.6.0+2022.10.1 release 2022-11-12 10:26:54 +01:00
b0f6e6c857 add AUTHENTIK_FOOTER_LINKS variable to .env 2022-10-25 18:30:44 +02:00
2 changed files with 5 additions and 3 deletions

View File

@ -38,3 +38,4 @@ AUTHENTIK_COLOR_BACKGROUND_LIGHT=#1c1e21
## FLOW OPTIONS
WELCOME_MESSAGE="Welcome to Authentik"
DEFAULT_LANGUAGE=en
AUTHENTIK_FOOTER_LINKS='[{"name": "My Organization","href":"https://example.com"}]'

View File

@ -21,6 +21,7 @@ x-env: &env
- AUTHENTIK_LOG_LEVEL
- AUTHENTIK_SETTINGS__THEME__BACKGROUND
- AUTHENTIK_COLOR_BACKGROUND_LIGHT
- AUTHENTIK_FOOTER_LINKS
- WELCOME_MESSAGE
- DEFAULT_LANGUAGE
- DOMAIN
@ -28,7 +29,7 @@ x-env: &env
version: '3.8'
services:
app:
image: ghcr.io/goauthentik/server:2022.10.0
image: ghcr.io/goauthentik/server:2022.10.1
command: server
# secrets:
# - db_password
@ -69,10 +70,10 @@ 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=0.6.0+2022.10.0"
- "coop-cloud.${STACK_NAME}.version=0.6.0+2022.10.1"
worker:
image: ghcr.io/goauthentik/server:2022.10.0
image: ghcr.io/goauthentik/server:2022.10.1
command: worker
# secrets:
# - db_password