Palmr v3.2.1-beta (#7526)
- Add CUSTOM_PATH env var with comment - Update JSON: add note about new env var - Update JSON: remove warning about RAM - now advisable to leave as-is
This commit is contained in:
@@ -26,8 +26,10 @@ 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' \
|
||||
-e "\|db\"$|a\\# Uncomment below when using a reverse proxy\\
|
||||
# SECURE_SITE=true\\
|
||||
# Uncomment and add your path if using symlinks for data storage\\
|
||||
# CUSTOM_PATH=<path-to-your-bind-mount>" \
|
||||
.env.example >./.env
|
||||
$STD pnpm install
|
||||
$STD pnpm dlx prisma generate
|
||||
|
||||
Reference in New Issue
Block a user