diff --git a/install/palmr-install.sh b/install/palmr-install.sh index d5ed53a5..3a12f058 100644 --- a/install/palmr-install.sh +++ b/install/palmr-install.sh @@ -31,6 +31,8 @@ sed -e 's/_ENCRYPTION=true/_ENCRYPTION=false/' \ -e '/^# ENC/s/# //' \ -e "s/ENCRYPTION_KEY=.*$/ENCRYPTION_KEY=$PALMR_KEY/" \ -e "s|file:.*$|file:$PALMR_DB\"|" \ + -e '/db"$/a\# Uncomment below when using reverse proxy\ + # SECURE_SITE=true' \ .env.example >./.env $STD pnpm install $STD pnpm dlx prisma generate