An introduction to Ntfy, a self-hosted push notification server. Learn how to set it up using Docker, configure authentication, and start sending and receiving notifications.
Apprise is a library that allows you to send notifications to almost all popular notification services, such as Telegram, Discord, Slack, and Amazon SNS. It supports multiple notification services, intuitive syntax, and can handle file attachments.
ntfy is a simple HTTP-based pub-sub notification service that allows you to send notifications to your phone or desktop via scripts or using a REST API. It's open source and free software.