13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
BREAKING CHANGE: TOKEN_TIME now maxes out at 87600 (10 years) in v3.3.0 of mealie.
|
|
|
|
BREAKING CHANGE (if you use SSO): We added the ability to store the oidc client secret in docker secrets.
|
|
|
|
To migrate, add the following lines to your config:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
|
|
OIDC_CLIENT_SECRET_VERSION=v1
|
|
|
|
Then remove the client secret from your config and insert it as a secret using this command:
|
|
|
|
abra app secret insert <app-name> oidc_client_secret v1
|