Linkwarden: remove playwright

This commit is contained in:
tremor021 2025-12-27 10:51:52 +01:00
parent 6c1d63a414
commit 56f6d5a2ae

View File

@ -37,8 +37,8 @@ corepack enable
SECRET_KEY="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32)"
cd /opt/linkwarden
$STD yarn workspaces focus linkwarden @linkwarden/web @linkwarden/worker
$STD npx playwright install-deps
$STD yarn playwright install
# $STD npx playwright install-deps
# $STD yarn playwright install
cat <<EOF >/opt/linkwarden/.env
NEXTAUTH_SECRET=${SECRET_KEY}