Update Uptime Kuma from Source
Table of Contents
cd <uptime-kuma-directory>
Update from git #
git fetch --all
git checkout $(curl -s 'https://api.github.com/repos/louislam/uptime-kuma/releases/latest' | jq -r '.tag_name') --force
Install dependencies and prebuilt #
npm install --production
npm run download-dist
Restart #
systemctl restart uptime-kuma