mealie configs
This commit is contained in:
@@ -17,8 +17,8 @@ in
|
|||||||
TZ = config.my.timeZone;
|
TZ = config.my.timeZone;
|
||||||
DEFAULT_GROUP = "Home";
|
DEFAULT_GROUP = "Home";
|
||||||
BASE_URL = cfg.url;
|
BASE_URL = cfg.url;
|
||||||
API_DOCS = "false";
|
API_DOCS = true;
|
||||||
ALLOW_SIGNUP = "false";
|
ALLOW_SIGNUP = false;
|
||||||
DB_ENGINE = "postgres";
|
DB_ENGINE = "postgres";
|
||||||
POSTGRES_URL_OVERRIDE = "postgresql://${cfg.name}:@/${cfg.name}?host=${config.my.postgresSocket}";
|
POSTGRES_URL_OVERRIDE = "postgresql://${cfg.name}:@/${cfg.name}?host=${config.my.postgresSocket}";
|
||||||
MAX_WORKERS = "1";
|
MAX_WORKERS = "1";
|
||||||
@@ -29,9 +29,9 @@ in
|
|||||||
OIDC_SIGNUP_ENABLED = true;
|
OIDC_SIGNUP_ENABLED = true;
|
||||||
OIDC_CLIENT_ID = "mealie";
|
OIDC_CLIENT_ID = "mealie";
|
||||||
OIDC_ADMIN_GROUP = "/admins";
|
OIDC_ADMIN_GROUP = "/admins";
|
||||||
OIDC_AUTO_REDIRECT = true;
|
|
||||||
OIDC_USER_CLAIM = "email";
|
OIDC_USER_CLAIM = "email";
|
||||||
OIDC_PROVIDER_NAME = "keycloak";
|
OIDC_PROVIDER_NAME = "keycloak";
|
||||||
|
OIDC_SIGNING_ALGORITHM = "RS256";
|
||||||
};
|
};
|
||||||
credentialsFile = config.sops.secrets.mealie.path;
|
credentialsFile = config.sops.secrets.mealie.path;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user