fix(services/self_host): correcting the redirect uri for git

This commit is contained in:
Raphael 2026-03-06 12:28:03 +01:00
parent 159dc8a833
commit 688fb2f4dd
No known key found for this signature in database

View file

@ -101,7 +101,7 @@ in
displayName = "Forjego";
imageFile = kanidmLogo;
originUrl = "https://git.enium.eu";
originLanding = "https://git.enium.eu/login";
originLanding = "https://git.enium.eu/user/oauth2/Enium/callback";
basicSecretFile = config.age.secrets.forgejo-oidc-secret.path;
public = false;
enableLocalhostRedirects = false;