feat(self_host/sso): adding the forgejo redirect url

This commit is contained in:
Raphael 2026-01-03 23:16:18 +01:00
parent 313279edfc
commit 1ee8a09678
No known key found for this signature in database

View file

@ -96,9 +96,9 @@ in
forgejo = { forgejo = {
present = true; present = true;
displayName = "Forjego"; displayName = "Forjego";
originUrl = "https://git.enium.eu";
imageFile = kanidmLogo; 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; basicSecretFile = config.age.secrets.forgejo-oidc-secret.path;
public = false; public = false;
enableLocalhostRedirects = false; enableLocalhostRedirects = false;