installing uptime kuma status checks on docker
Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot". Installing it on a raspberry pi can easily be done by installing it using docker.
Create a volume
docker volume create uptime-kuma
Start the container
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
Browse to http://localhost:3001 after starting.