Skip to main content
  1. Posts/

Update Uptime Kuma from Source

··32 words·1 min·
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