Refactor: Ghostfolio (#13990)

This commit is contained in:
CanbiZ (MickLesk) 2026-04-24 12:04:17 +02:00 committed by GitHub
parent 562ae12972
commit 6ca9569dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 15 deletions

View file

@ -47,6 +47,7 @@ function update_script() {
msg_info "Updating Ghostfolio"
mv /opt/env.backup /opt/ghostfolio/.env
sed -i -E '/^DATABASE_URL=/ s/[?&]sslmode=prefer//g' /opt/ghostfolio/.env
cd /opt/ghostfolio
$STD npm ci
$STD npm run build:production