From 06ff84933efcc5b7a0bfd908a17742f4322c9d27 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:23:32 +0100 Subject: [PATCH] wealthfolio: bump node to 22 --- ct/wealthfolio.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/wealthfolio.sh b/ct/wealthfolio.sh index 09652ff23..2ef6c2e11 100644 --- a/ct/wealthfolio.sh +++ b/ct/wealthfolio.sh @@ -29,6 +29,8 @@ function update_script() { exit fi + NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs + if grep -q '^WF_CORS_ALLOW_ORIGINS=\*$' /opt/wealthfolio/.env; then sed -i "s|^WF_CORS_ALLOW_ORIGINS=\*$|WF_CORS_ALLOW_ORIGINS=http://${LOCAL_IP}:8080|" /opt/wealthfolio/.env fi