It is a notification service that can send notifications to your phone and chrome. https://ntfy.sh/
- Get notified eg. "Release Successful" or "Release Failed" after a build is done.
- Get status of your server as a daily notification.
- Get you recurring activity status.
change the network name and ip address as per your network.
sudo docker run -d --name ntfy --network deploy --ip 11.0.0.2 binwiederhier/ntfy
It is a self-hosted monitoring tool that provides a simple interface to monitor your services.It can notify you about your service status via.
change the network name and ip address as per your network.
docker volume create uptime-kuma
docker run -d -v uptime-kuma:/app/data --name uptime-kuma --network deploy --ip 11.0.0.2 louislam/uptime-kuma