Compare commits

9 Commits
Author SHA1 Message Date
Akumatic 24e56edd42 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.24.0 (#39) 2026-08-25 22:28:59 +00:00
renovate-bot 3ad72c09ad Update ghcr.io/mealie-recipes/mealie Docker tag to v3.24.0 2026-08-25 00:02:41 +00:00
Akumatic dfeeb2b633 Merge pull request 'Update ghcr.io/mealie-recipes/mealie Docker tag to v3.23.1' (#38) from renovate/ghcr.io-mealie-recipes-mealie-3.x into main
Reviewed-on: #38
2026-08-19 16:51:55 +00:00
renovate-bot f9e064935a Update ghcr.io/mealie-recipes/mealie Docker tag to v3.23.1 2026-08-18 16:01:32 +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
renovate-bot 625abea3bc Update ghcr.io/mealie-recipes/mealie Docker tag to v3.22.0 2026-07-28 08:03:36 +00:00
+3 -2
View File
@@ -2,7 +2,7 @@ name: mealie
services: services:
mealie: mealie:
image: ghcr.io/mealie-recipes/mealie:v3.21.0 image: ghcr.io/mealie-recipes/mealie:v3.24.0
container_name: mealie container_name: mealie
depends_on: depends_on:
db_pg17: db_pg17:
@@ -33,6 +33,7 @@ services:
SMTP_FROM_NAME: Mealie SMTP_FROM_NAME: Mealie
SMTP_AUTH_STRATEGY: TLS SMTP_AUTH_STRATEGY: TLS
OIDC_AUTH_ENABLED: True OIDC_AUTH_ENABLED: True
OIDC_REQUIRES_EMAIL_VERIFICATION: False
OIDC_SIGNUP_ENABLED: True OIDC_SIGNUP_ENABLED: True
OIDC_AUTO_REDIRECT: True OIDC_AUTO_REDIRECT: True
OIDC_REMEMBER_ME: True OIDC_REMEMBER_ME: True
@@ -57,7 +58,7 @@ services:
- oidc_client_secret - oidc_client_secret
db_pg17: db_pg17:
image: postgres:17.10 image: postgres:17.11
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: