Palmr: add env var for reverse proxy option
This commit is contained in:
parent
ffc5c67a6a
commit
ad77df1529
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user