From cad741a97caa28ed60dbc0e1cb21dc02afea75e5 Mon Sep 17 00:00:00 2001 From: "l.kirchner" Date: Thu, 11 Jun 2026 17:06:41 +0200 Subject: [PATCH] =?UTF-8?q?fix(authentik):=20fehlendes=20source=20von=20bu?= =?UTF-8?q?ild.func=20erg=C3=A4nzt=20(gleicher=20Bug=20wie=20Codex-Finding?= =?UTF-8?q?=2096=20in=20nexus-db)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ct/authentik.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/authentik.sh b/ct/authentik.sh index 9f43a99..69e277d 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -28,6 +28,8 @@ APP_PORT="${APP_PORT:-9000}" LIB_URL="${LIB_URL:-https://gitea.luki-net.org/luki-net/proxmox-scripts/raw/branch/main/lib}" INSTALL_SCRIPT_URL="${INSTALL_SCRIPT_URL:-https://gitea.luki-net.org/luki-net/proxmox-scripts/raw/branch/main/install/authentik-install.sh}" +source <(curl -fsSL "$LIB_URL/build.func") + # LXC defaults (server+worker+postgres+redis brauchen Luft) DEFAULT_HOSTNAME="authentik" DEFAULT_DISK="20"