Update linkwarden-install.sh

This commit is contained in:
CanbiZ 2025-05-27 13:42:35 +02:00
parent e2ace3aa59
commit 7bd542096b

View File

@ -55,7 +55,7 @@ $STD yarn
$STD npx playwright install-deps
$STD yarn playwright install
IP=$(hostname -I | awk '{print $1}')
CAT <<EOF >/opt/linkwarden/.env
cat <<EOF >/opt/linkwarden/.env
NEXTAUTH_SECRET=${SECRET_KEY}
NEXTAUTH_URL=http://${IP}:3000
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@localhost:5432/${DB_NAME}