Uptime Kuma
A fancy self-hosted monitoring tool
Updated
Uptime Kuma is a self-hosted monitoring tool written in JavaScript.
Repository Settings
- Use "Custom Git" host.
- Set repository to
https://github.com/louislam/uptime-kuma - Use
masterbranch
Pre-build script
# Persist data directory across deploys (stores sqlite database, etc)
mkdir -p $DIR/shared/data
ln -s $DIR/shared/data data
Post-build script
# Download dist assets
npm run download-dist
Processes
- Server - Run on
webservers -node server/server.js