remove authentik
This commit is contained in:
parent
dfd02b3a27
commit
9c9c8fed35
11 changed files with 15 additions and 104 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
databases = [ "authentik" "umami" "drone" ];
|
||||
databases = [ "umami" "drone" ];
|
||||
in
|
||||
{
|
||||
imports = [ ];
|
||||
|
|
|
@ -76,20 +76,6 @@ in
|
|||
secretKey = "$MINIO_SECRET_KEY";
|
||||
};
|
||||
email = true;
|
||||
# Disable until fixed
|
||||
# oauth2 = let url = "https://id.0x76.dev"; in
|
||||
# {
|
||||
# providerName = "authentik";
|
||||
# clientID = "$AUTHENTIK_CLIENTID";
|
||||
# clientSecret = "$AUTHENTIK_CLIENTSECRET";
|
||||
# scope = "openid email profile";
|
||||
# userProfileURL = "${url}/application/o/userinfo/";
|
||||
# tokenURL = "${url}/application/o/token/";
|
||||
# authorizationURL = "${url}/application/o/authorize/";
|
||||
# userProfileUsernameAttr = "preferred_username";
|
||||
# userProfileDisplayNameAttr = "name";
|
||||
# userProfileEmailAttr = "email";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue