From 6f29ab8942c723271f81dbe564f05cbea801fe70 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 4 Feb 2025 10:37:15 +0100 Subject: [PATCH] Fix wrong HDD Size (#2001) --- ct/authentik.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/authentik.sh b/ct/authentik.sh index 3f1a39ab3..fbe6739a2 100644 --- a/ct/authentik.sh +++ b/ct/authentik.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Authentik" var_tags="identity-provider" -var_disk="15" +var_disk="12" var_cpu="6" var_ram="8192" var_os="debian"