This commit is contained in:
CanbiZ
2025-05-05 10:54:54 +02:00
parent 9f50a99f78
commit f76d28bdd9
3 changed files with 15 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/goauthentik/authentik/releases
mkdir -p /opt/authentik
curl -fsSL "${RELEASE}" -o "authentik.tar.gz"
tar -xzf authentik.tar.gz -C /opt/authentik --strip-components 1 --overwrite
export NODE_OPTIONS="--max-old-space-size=4096"
cd /opt/authentik/website
$STD npm install
$STD npm run build-bundled