Abort. Heroku instance killed the server.js if idle, stupid.
Abort. Heroku instance killed the server.js if idle, stupid.
@ -89,13 +87,14 @@ Abort. Heroku instance killed the server.js if idle, stupid.
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/louislam/uptime-kuma/tree/master&refcode=e2c7eb658434)
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/louislam/uptime-kuma/tree/master&refcode=e2c7eb658434)
# How to Update
## How to Update
### Docker
### Docker
Re-pull the latest docker image and create another container with the same volume.
Re-pull the latest docker image and create another container with the same volume.
For someone who used my "How-to-use" commands to install Uptime Kuma, you can update by this:
For someone who used my "How-to-use" commands to install Uptime Kuma, you can update by this:
```bash
```bash
docker pull uptime-kuma:1
docker pull uptime-kuma:1
docker stop uptime-kuma
docker stop uptime-kuma
@ -115,12 +114,12 @@ npm run build
pm2 restart uptime-kuma
pm2 restart uptime-kuma
```
```
# What's Next?
## What's Next?
I will mark requests/issues to the next milestone.
I will mark requests/issues to the next milestone.
* I was looking for a self-hosted monitoring tool like "Uptime Robot", but it is hard to find a suitable one. One of the close one is statping. Unfortunately, it is not stable and unmaintained.
* I was looking for a self-hosted monitoring tool like "Uptime Robot", but it is hard to find a suitable one. One of the close one is statping. Unfortunately, it is not stable and unmaintained.
* Want to build a fancy UI.
* Want to build a fancy UI.
@ -140,11 +138,9 @@ Telegram Notification Sample:
* Try to use WebSocket with SPA instead of REST API.
* Try to use WebSocket with SPA instead of REST API.
* Deploy my first Docker image to Docker Hub.
* Deploy my first Docker image to Docker Hub.
If you love this project, please consider giving me a ⭐.
If you love this project, please consider giving me a ⭐.
## Contribute
# Contribute
If you want to report a bug or request a new feature. Free feel to open a new issue.
If you want to report a bug or request a new feature. Free feel to open a new issue.