mealie configs

This commit is contained in:
Danilo Reyes
2025-12-10 18:38:08 -06:00
parent 7846f5a822
commit 75520f3b86

View File

@@ -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;
}; };