Compare commits

..

2 Commits

Author SHA1 Message Date
Slaviša Arežina
8a5b847da5 Configure Node.js version and modules for setup
Set NODE_VERSION and NODE_MODULE for Node.js setup.
2025-11-24 17:19:14 +01:00
Slaviša Arežina
1c3dc8c523 Update Node.js version from 22 to 24 2025-11-24 15:40:48 +01:00
3 changed files with 4 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ function update_script() {
exit
fi
NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs
if check_for_gh_release "joplin-server" "laurent22/joplin"; then
msg_info "Stopping Services"
systemctl stop joplin-server

View File

@@ -42,10 +42,5 @@
"username": null,
"password": null
},
"notes": [
{
"text": "The script installs SQLite3 as default database provider. You will be asked to select database type when you initially open the application URL. Select SQLite3 or provide your own database.",
"type": "info"
}
]
"notes": []
}

View File

@@ -20,7 +20,7 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
PG_VERSION="17" setup_postgresql
NODE_VERSION=22 NODE_MODULE="yarn,npm,pm2" setup_nodejs
NODE_VERSION=24 NODE_MODULE="yarn,npm,pm2" setup_nodejs
mkdir -p /opt/pm2
export PM2_HOME=/opt/pm2
$STD pm2 install pm2-logrotate