Cryptpad-server-upgrade
Find the latest cryptpad releases : https://github.com/cryptpad/cryptpad/releases/
At a minimum, you will run:
git fetch origin --tags
Then you will select the latest tag:
git checkout 2024.3.0
Then you will make sure that all javascript is installed:
npm ci
npm install
npm run install:components
Then restart the server and check status:
systemctl restart cryptpad; systemctl status cryptpad