From c0f9113ca762b91c74c59ba2ba43ee9b781d5f2d Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 23 Aug 2025 21:45:41 +1000 Subject: [PATCH] karakeep: update oidc configuration --- modules/services/karakeep.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/karakeep.nix b/modules/services/karakeep.nix index 8a749c6..fc31f35 100644 --- a/modules/services/karakeep.nix +++ b/modules/services/karakeep.nix @@ -8,8 +8,8 @@ environment = { DATA_DIR = "/data"; # dont change - OAUTH_WELLKNOWN_URL = "https://auth.${config.homelab.domain}/.well-known/openid-configuration"; - OAUTH_PROVIDER_NAME = "PocketID"; + OAUTH_WELLKNOWN_URL = "https://${config.homelab.authDomain}/oauth2/openid/karakeep/.well-known/openid-configuration"; + OAUTH_PROVIDER_NAME = "${config.homelab.domain}"; NEXTAUTH_URL = "https://karakeep.${config.homelab.domain}"; DISABLE_PASSWORD_AUTH = "true";