Skip to main content

Update Uptime Kuma from Source on Debian 12

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