From 1ee8a09678b63358c3d26320db681e4d8faf7287 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 3 Jan 2026 23:16:18 +0100 Subject: [PATCH] feat(self_host/sso): adding the forgejo redirect url --- services/self_host/sso.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/self_host/sso.nix b/services/self_host/sso.nix index e83b5e3..c60b322 100644 --- a/services/self_host/sso.nix +++ b/services/self_host/sso.nix @@ -96,9 +96,9 @@ in forgejo = { present = true; displayName = "Forjego"; - originUrl = "https://git.enium.eu"; imageFile = kanidmLogo; - originLanding = "https://git.enium.eu/user/oauth2/Enium/callback"; + originUrl = "https://git.enium.eu"; + originLanding = "https://git.enium.eu/login"; basicSecretFile = config.age.secrets.forgejo-oidc-secret.path; public = false; enableLocalhostRedirects = false;