Compare commits

..
Author SHA1 Message Date
renovate-bot 901bfda6ae Update postgres Docker tag to v18 2026-08-14 08:02:37 +00:00
Akumatic 68c0d59c40 Merge pull request 'Update postgres Docker tag to v17.11' (#37) from renovate/postgres-17.x into main
Reviewed-on: #37
2026-08-14 07:38:57 +00:00
renovate-bot 57731f6ef2 Update postgres Docker tag to v17.11 2026-08-14 00:02:44 +00:00
Akumatic b6a64e8981 Disable OIDC claim
From the authentik docs:

In authentik releases prior to 2025.10, the email scope always set the email_verified claim to True. Since authentik does not have a single authoritative source to determine whether a user's email is actually verified, asserting this claim could have security implications. As of 2025.10, email_verified now defaults to False.
2026-07-31 09:23:07 +00:00
Akumatic 5b2f4eb951 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.22.0' (#36) from renovate/ghcr.io-mealie-recipes-mealie-3.x into main
Reviewed-on: #36
2026-07-31 08:40:38 +00:00
+2 -1
View File
@@ -33,6 +33,7 @@ services:
SMTP_FROM_NAME: Mealie
SMTP_AUTH_STRATEGY: TLS
OIDC_AUTH_ENABLED: True
OIDC_REQUIRES_EMAIL_VERIFICATION: False
OIDC_SIGNUP_ENABLED: True
OIDC_AUTO_REDIRECT: True
OIDC_REMEMBER_ME: True
@@ -57,7 +58,7 @@ services:
- oidc_client_secret
db_pg17:
image: postgres:17.10
image: postgres:18.6
container_name: mealie_db_pg17
restart: unless-stopped
healthcheck: