mealie oauth2
This commit is contained in:
@@ -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/<slug from authentik>/.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: <Your users group created in authentik>
|
||||
OIDC_ADMIN_GROUP: <Your admins group created in authentik>
|
||||
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
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user