Compare commits

...

3 Commits

Author SHA1 Message Date
LRVT
b008682413
docs: Update README.md
All checks were successful
CI / validateComposeSyntax (push) Successful in 20s
2025-06-04 18:07:19 +02:00
LRVT
547d51c616
chore: Update docker-compose.yml 2025-06-04 18:05:02 +02:00
LRVT
c6d1f39137
chore: Update .env 2025-06-04 18:04:47 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# define the version to use # define the version to use
AUTHENTIK_VERSION=2025.4 AUTHENTIK_VERSION=2025.6
# database credentials # database credentials
PG_USER=authentik PG_USER=authentik

View File

@ -1,6 +1,6 @@
# References # References
- https://goauthentik.io/docs/installation/ - https://github.com/goauthentik/authentik
- https://blog.lrvt.de/authentik-traefik-azure-ad/ - https://blog.lrvt.de/authentik-traefik-azure-ad/
# Notes # Notes

View File

@ -38,7 +38,7 @@ services:
- authentik-internal - authentik-internal
authentik-proxy: authentik-proxy:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
container_name: authentik container_name: authentik
restart: unless-stopped restart: unless-stopped
command: server command: server
@ -76,7 +76,7 @@ services:
# - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version # - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version
worker: worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.4} image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
container_name: authentik-worker container_name: authentik-worker
restart: unless-stopped restart: unless-stopped
command: worker command: worker