authentik: disable ldap outpost

This commit is contained in:
The Hedgehog 2022-07-29 12:18:47 -04:00
parent 49a20e1d6f
commit 40f964f071
No known key found for this signature in database

View file

@ -62,17 +62,5 @@
];
extraOptions = [ "--network=authentik" ];
};
authentik-ldap = {
image = "ghcr.io/goauthentik/ldap";
ports = [
"389:3389"
"636:6636"
];
environment = {
AUTHENTIK_HOST = "https://auth.thehedgehog.me";
AUTHENTIK_INSECURE = "false";
AUTHENTIK_TOKEN = "PZUT8ENtaRUeq8qj521jL2TU25moQpd6jgmMryUAi7oGWWSXU8cauCB2zkeIANY11bdR5OwSqcX9mtI8ONgHcu08F7NyDgX8EA4PrRgoSIzhO8qgpX36WCPcHLKmbOOq";
};
};
};
}