From 578a05eea35658fc5929207fef7f4a38a0caa37c Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 18 Dec 2022 13:01:54 -0800 Subject: [PATCH] Added Notifications section. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index dbe3000..6456f46 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ * [Password Management](https://github.com/mikeroyal/Self-Hosting-Guide#password-management) * [Network Tools](https://github.com/mikeroyal/Self-Hosting-Guide#network-tools) * [Monitoring](https://github.com/mikeroyal/Self-Hosting-Guide#monitoring) + * [Notifications](#Notifications) * [Social](#Social) * [Communications](https://github.com/mikeroyal/Self-Hosting-Guide#communications) * [Business Management](https://github.com/mikeroyal/Self-Hosting-Guide#business-management) @@ -661,6 +662,22 @@ Nexcloud Hub [Eclipse IoT Project](https://projects.eclipse.org/projects/iot) provides open source technology that will be used to build IoT solutions for industry and consumers. +### Notifications + +[Back to the Top](#table-of-contents) + +[Apprise](https://github.com/caronc/apprise) is a tool that allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc. + +[ntfy](https://github.com/dschep/ntfy) is a utility for sending notifications, on demand and when commands finish. + +[Countly](https://github.com/Countly/countly-server) is a product analytics solution and innovation enabler that helps teams track product performance and customer journey and behavior across mobile, web, and desktop applications. [Ensuring privacy by design](https://count.ly/your-data-your-rules), Countly allows you to innovate and enhance your products to provide personalized and customized customer experiences, and meet key business and revenue goals. + +[notifiers](https://github.com/liiight/notifiers) is a general wrapper for a variety of 3rd party providers and built in ones (like SMTP) aimed solely at sending notifications. + +[Pushover](https://pushover.net/) is a tool that makes it easy to get real-time notifications on your Android, Android Wear, iPhone, iPad, Apple Watch and Desktop. + +[Simplepush](https://simplepush.io/) is a tool to send end-to-end encrypted push notifications to your Android and iPhone. + ### Social [Back to the Top](#table-of-contents)