Disable oidc signup for mealie

This commit is contained in:
2026-02-25 20:32:46 +01:00
parent 63f8fc4b7c
commit 6e0d650f54

View File

@@ -9,8 +9,6 @@ services:
- ALLOW_SIGNUP=false
- ALLOW_PASSWORD_LOGIN=false
- PUID=1000
- PGID=1000
- OIDC_AUTH_ENABLED=true
- OIDC_PROVIDER_NAME=Authentik
@@ -19,7 +17,8 @@ services:
- OIDC_CONFIGURATION_URL=https://auth.ulfrx.dev/application/o/authentik/.well-known/openid-configuration
- OIDC_ADMIN_GROUP=mealie-admins
- OIDC_USER_GROUP=mealie-users
- OIDC_AUTO_REDIRECT=false
- OIDC_SIGNUP_ENABLED=false
- OIDC_AUTO_REDIRECT=true
- OIDC_REMEMBER_ME=true
networks:
- homelab_apps