Compare commits

...
11 Commits
Author SHA1 Message Date
renovate-bot 2e45f54698 Update postgres Docker tag to v18 2026-08-14 00:02:46 +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
Akumatic 5c3291f53e Update ghcr.io/mealie-recipes/mealie Docker tag to v3.20.1 (#35) 2026-06-29 18:58:11 +00:00
renovate-bot af0191fd62 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.20.1 2026-06-27 00:02:29 +00:00
renovate-bot 54fc968c44 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.20.0 2026-06-24 16:02:46 +00:00
renovate-bot f8a659e188 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.19.2 2026-05-29 08:02:55 +00:00
renovate-bot 4f4f553331 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.19.1 2026-05-28 00:03:03 +00:00
renovate-bot 3325efefce Update ghcr.io/mealie-recipes/mealie Docker tag to v3.19.0 2026-05-25 00:02:48 +00:00
renovate-bot f10dde8e98 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.18.0 2026-05-20 16:05:04 +00:00
+3 -2
View File
@@ -2,7 +2,7 @@ name: mealie
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v3.17.0
image: ghcr.io/mealie-recipes/mealie:v3.22.0
container_name: mealie
depends_on:
db_pg17:
@@ -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: