From 0b7010c6931cde1bee258c9b81e53fb2769ce72a Mon Sep 17 00:00:00 2001 From: eikendev Date: Mon, 27 Jul 2020 22:01:40 +0200 Subject: [PATCH] Reference plugins which will work with PushBits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a31e6e..453ad39 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ It enables your services to send notifications via a simple web API, and deliver The vision is to have compatibility with [Gotify](https://gotify.net/) on the sending side, while on the receiving side established services are used. This has the advantages that -- plugins written for Gotify and -- clients written for all major platforms can be reused. +- sending plugins written for Gotify (like those for [Watchtower](https://containrrr.dev/watchtower/) and [Jellyfin](https://jellyfin.org/)) as well as +- receiving clients written for the messaging service can be reused. For now, only the [Matrix protocol](https://matrix.org/) is supported, but support for different services like [Telegram](https://telegram.org/) could be added in the future. I am myself experimenting with Matrix currently because I like the idea of a federated, synchronized but still end-to-end encrypted protocol.