more fixes authentik

This commit is contained in:
soraefir
2026-05-06 23:47:09 +02:00
parent 2cab462db5
commit 7d80478e83

View File

@@ -47,8 +47,6 @@ in {
worker = builder.mkContainer {
subdomain = "sso";
image = "ghcr.io/goauthentik/server:latest";
port = containerCfg.port;
ip = containerCfg.ip;
secret = "authentik";
extraEnv = {
"AUTHENTIK_REDIS__HOST" = builder.host;