From 82ee37f8466c53f00ca6e6771e59944c856293c0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:38:45 +0200 Subject: [PATCH] kima-hub/maintainerr/planka/spliit: bump NODE_VERSION (#16905) --- ct/iobroker.sh | 4 +++- ct/kima-hub.sh | 6 ++++-- ct/maintainerr.sh | 1 + ct/planka.sh | 5 ++++- ct/spliit.sh | 5 ++++- install/kima-hub-install.sh | 2 +- install/maintainerr-install.sh | 2 +- install/planka-install.sh | 2 +- install/spliit-install.sh | 2 +- 9 files changed, 20 insertions(+), 9 deletions(-) diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 0f66ffc4c..c850c06ec 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" +_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" +source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/kima-hub.sh b/ct/kima-hub.sh index aa4d81654..63b56c19d 100644 --- a/ct/kima-hub.sh +++ b/ct/kima-hub.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" +_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" +source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -30,7 +32,7 @@ function update_script() { exit fi - NODE_VERSION="22" setup_nodejs + NODE_VERSION="24" setup_nodejs if check_for_gh_release "kima-hub" "Chevron7Locked/kima-hub"; then msg_info "Stopping Services" diff --git a/ct/maintainerr.sh b/ct/maintainerr.sh index 2f6975229..75fc6db2c 100644 --- a/ct/maintainerr.sh +++ b/ct/maintainerr.sh @@ -40,6 +40,7 @@ function update_script() { create_backup /opt/data /opt/maintainerr/.env CLEAN_INSTALL=1 fetch_and_deploy_gh_release "maintainerr" "Maintainerr/Maintainerr" "tarball" "latest" "/opt/maintainerr" restore_backup + NODE_VERSION="26" setup_nodejs msg_info "Rebuilding Maintainerr (Patience)" cd /opt/maintainerr diff --git a/ct/planka.sh b/ct/planka.sh index a875347d8..e7825c46d 100644 --- a/ct/planka.sh +++ b/ct/planka.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" +_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" +source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: Slaviša Arežina (tremor021) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -54,6 +56,7 @@ function update_script() { msg_ok "Backed up data" fetch_and_deploy_gh_release "planka" "plankanban/planka" "prebuild" "latest" "/opt/planka" "planka-prebuild.zip" + NODE_VERSION="24" setup_nodejs msg_info "Update Frontend" cd /opt/planka diff --git a/ct/spliit.sh b/ct/spliit.sh index 4b72e26f6..ded933918 100755 --- a/ct/spliit.sh +++ b/ct/spliit.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +_CS_DEFAULT_URL="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" +_cs_boot="${COMMUNITY_SCRIPTS_CORE_DIR:-$(dirname "${BASH_SOURCE[0]}")/../../core}/core/build.func" +source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_URL:-https://raw.githubusercontent.com/community-scripts/core/main}/core/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: phof # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -40,6 +42,7 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball" restore_backup + NODE_VERSION="24" setup_nodejs msg_info "Building Application" cd /opt/spliit diff --git a/install/kima-hub-install.sh b/install/kima-hub-install.sh index 2a55f2a08..92fdc21bb 100644 --- a/install/kima-hub-install.sh +++ b/install/kima-hub-install.sh @@ -28,7 +28,7 @@ msg_ok "Installed Dependencies" PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql PG_DB_NAME="kima" PG_DB_USER="kima" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs msg_info "Configuring Redis" systemctl enable -q --now redis-server diff --git a/install/maintainerr-install.sh b/install/maintainerr-install.sh index f4e374d8a..70b456f62 100644 --- a/install/maintainerr-install.sh +++ b/install/maintainerr-install.sh @@ -25,7 +25,7 @@ $STD apt install -y \ librsvg2-dev msg_ok "Installed Dependencies" -NODE_VERSION="24" setup_nodejs +NODE_VERSION="26" setup_nodejs fetch_and_deploy_gh_release "maintainerr" "Maintainerr/Maintainerr" "tarball" "latest" "/opt/maintainerr" diff --git a/install/planka-install.sh b/install/planka-install.sh index aecde83ba..4f5c59fed 100644 --- a/install/planka-install.sh +++ b/install/planka-install.sh @@ -20,7 +20,7 @@ $STD apt install -y \ python3-venv msg_ok "Installed dependencies" -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs PG_VERSION="16" setup_postgresql msg_info "Setting up PostgreSQL Database" diff --git a/install/spliit-install.sh b/install/spliit-install.sh index 65db5a036..9447943f4 100755 --- a/install/spliit-install.sh +++ b/install/spliit-install.sh @@ -15,7 +15,7 @@ update_os PG_VERSION="16" setup_postgresql PG_DB_NAME="spliit" PG_DB_USER="spliit" setup_postgresql_db -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball" msg_info "Configuring Application"