From 98c489102399c0c1d46a34737e06b0b87ca0bf41 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 20 May 2024 12:20:28 +0200 Subject: [PATCH] seafile: configure authentik --- hosts/nuc/modules/seafile/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nuc/modules/seafile/default.nix b/hosts/nuc/modules/seafile/default.nix index 44833ba..6653c0c 100644 --- a/hosts/nuc/modules/seafile/default.nix +++ b/hosts/nuc/modules/seafile/default.nix @@ -20,9 +20,9 @@ in OAUTH_REDIRECT_URL = 'https://seafile.rfive.de/oauth/callback/' OAUTH_PROVIDER_DOMAIN = 'seafile.rfive.de' - OAUTH_AUTHORIZATION_URL = 'https://auth.rfive.de/realms/master/protocol/openid-connect/auth' - OAUTH_TOKEN_URL = 'https://auth.rfive.de/realms/master/protocol/openid-connect/token' - OAUTH_USER_INFO_URL = 'https://auth.rfive.de/realms/master/protocol/openid-connect/userinfo' + OAUTH_AUTHORIZATION_URL = 'https://auth.rfive.de/application/o/authorize/' + OAUTH_TOKEN_URL = 'https://auth.rfive.de/application/o/token/' + OAUTH_USER_INFO_URL = 'https://auth.rfive.de/application/o/userinfo/' OAUTH_SCOPE = [ "openid", "profile", "email"] OAUTH_ATTRIBUTE_MAP = { "id": (False, "not used"),