From df5124eaac076dcc2e15419566a7f24361555197 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Sun, 28 Sep 2025 12:10:58 +0200 Subject: [PATCH] feat: enable mealie oidc Signed-off-by: Lander Van den Bulcke --- hosts/hosting-01/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hosting-01/default.nix b/hosts/hosting-01/default.nix index 602f50c..4bb7d00 100644 --- a/hosts/hosting-01/default.nix +++ b/hosts/hosting-01/default.nix @@ -113,8 +113,8 @@ in BASE_URL = "https://recipes.escapeangle.com/"; DB_ENGINE = "postgres"; POSTGRES_SERVER = "db-01.tailnet.escapeangle.com"; - OIDC_AUTH_ENABLED = false; - OIDC_SIGNUP_ENABLED = false; + OIDC_AUTH_ENABLED = "true"; + OIDC_SIGNUP_ENABLED = "true"; OIDC_CONFIGURATION_URL = "https://auth.escapeangle.com/.well-known/openid-configuration"; OIDC_CLIENT_ID = "mealie"; OIDC_AUTO_REDIRECT = "false";