From 546d27fedfb041a61b1426b5833d669c3b39c1e2 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 8 Jun 2025 16:23:49 -0500 Subject: [PATCH] mealie oauth2 --- mealie/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mealie/docker-compose.yml b/mealie/docker-compose.yml index a9f0701..d3fe98a 100644 --- a/mealie/docker-compose.yml +++ b/mealie/docker-compose.yml @@ -56,15 +56,15 @@ services: SMTP_PASSWORD: ${SYSTEM_EMAIL_PASSSWORD} OIDC_AUTH_ENABLED: true OIDC_PROVIDER_NAME: auth.domr.ovh - OIDC_CONFIGURATION_URL: https://authentik.company/application/o//.well-known/openid-configuration + OIDC_CONFIGURATION_URL: https://auth.home.domroese.eu/application/o/mealie/.well-known/openid-configuration OIDC_CLIENT_ID: oVmVbL9Ehd1KAjSgAseAMZw4LHV6gmUfsFEf2Akp OIDC_CLIENT_SECRET: WP2hs4qKjmEpKQabIvKCBgDwtlm534It526vs3Mg9lrBGgzswG9sCh0nw7ieW9y7D7OMRe0x2gkcHqcdP37LVMBgpR3f2rABSlOduhyZhPQKOUNBk79AQNxYr23Mdaud OIDC_SIGNUP_ENABLED: true - OIDC_USER_GROUP: - OIDC_ADMIN_GROUP: + OIDC_USER_GROUP: mealieuser + OIDC_ADMIN_GROUP: mealieadmin OIDC_AUTO_REDIRECT: true # Optional: The login page will be bypassed and you will be sent directly to your Identity Provider. OIDC_REMEMBER_ME: true # Optional: By setting this value to true, a session will be extended as if "Remember Me" was checked. restart: on-failure:5 depends_on: db: - condition: service_healthy \ No newline at end of file + condition: service_healthy