Skip to content

Latest commit

 

History

History

Tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

NTFY

It is a notification service that can send notifications to your phone and chrome. https://ntfy.sh/

Use Case

  • Get notified eg. "Release Successful" or "Release Failed" after a build is done.
  • Get status of your server as a daily notification.

    Ntfy Eg.
  • Get you recurring activity status.

    Ntfy Eg.

Docker Deployment

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

UptimeKuma

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.

  • Email
  • Slack
  • Discord
  • Telegram
  • Ntfy

    Ntfy Eg.

Docker Deployment

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