From 92ba4a184e5eef1cc3e0e37976f7b16bfe483633 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 6 Jan 2024 07:47:41 +0100 Subject: [PATCH] edits --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb33ab..688125c 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,10 @@ Use a `notify_X.sh` template file, copy it to `notify.sh`, modify it to your nee Current templates: - Synology [DSM](https://www.synology.com/en-global/dsm) - Email with [sSMTP](https://wiki.debian.org/sSMTP) -- Apprise - both [native](https://github.com/caronc/apprise) and [API](https://github.com/caronc/apprise-api) (with it's [multitude](https://github.com/caronc/apprise#supported-notifications) of notifications) +- Apprise (with it's [multitude](https://github.com/caronc/apprise#supported-notifications) of notifications) + - both native [caronc/apprise](https://github.com/caronc/apprise) and the standalone [linuxserver/docker-apprise-api](https://github.com/linuxserver/docker-apprise-api) +Run it scheduled with `-ni` to only get notified when there's updates available! Further additions are welcome - suggestions or PR! Initiated and first contributed by [yoyoma2](https://github.com/yoyoma2).