2.0.0-dev.0 ⢠Published 2 years ago
uptime-kuma v2.0.0-dev.0
Uptime Kuma
Uptime Kuma is an easy-to-use self-hosted monitoring tool.
š§ How to Install
Via npm
Requirements:
- Platform
- ā Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc.
- ā Windows 10 (x64), Windows Server 2012 R2 (x64) or higher
- ā Replit / Heroku
- Node.js 14 / 16 / 18 / 20.4
- npm >= 7
- Git
- pm2 - For running Uptime Kuma in the background
npm:
npm install uptime-kuma -g
# or you can use pnpm
# pnpm install uptime-kuma -g
# Try Uptime Kuma in the foreground
uptime-kuma
# Run Uptime Kuma in the background
# TODO
Uptime Kuma is now running on http://localhost:3001
More useful commands:
# TODO
š³ Docker
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
ā ļø Please use a local volume only. Other types such as NFS are not supported.
Uptime Kuma is now running on http://localhost:3001
More installation methods
Please go to https://github.com/louislam/uptime-kuma for more information.
š How to Update
npm install uptime-kuma -g
More
Please go to https://github.com/louislam/uptime-kuma for more information.
2.0.0-dev.0
2 years ago
1.13.1
3 years ago