Skip to content

Commit 35e33b3

Browse files
authored
Release info + notification edits.
1 parent a615d75 commit 35e33b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
___
1818
## :bell: Changelog
19+
* Create notify_gotify.sh by @cerealconyogurt in https://github.com/mag37/dockcheck/pull/87
20+
* zero configuration DSM notification emails by @yoyoma2 in https://github.com/mag37/dockcheck/pull/88
21+
* smtp-changes, deprecate ssmtp, suggest msmtp by @mag37 in https://github.com/mag37/dockcheck/pull/90
1922

23+
- **v0.4.7**: Notification Template changes to gotify(new!), DSM(improved), SMTP(deprecation alternative).
2024
- **v0.4.6**: Compatibility changes to timeout, due to busybox.
2125
- **v0.4.5**: Bugfixes, compatibility changes to timeout and arrays.
2226
- **v0.4.3**: Added timeout option to skip container if registry check takes too long (10s default).
@@ -104,7 +108,7 @@ Run it scheduled with `-ni` to only get notified when there's updates available!
104108
Use a `notify_X.sh` template file, copy it to `notify.sh`, modify it to your needs! (notify.sh is added to .gitignore)
105109
**Current templates:**
106110
- Synology [DSM](https://www.synology.com/en-global/dsm)
107-
- Email with [sSMTP](https://wiki.debian.org/sSMTP)
111+
- Email with [mSMTP](https://wiki.debian.org/msmtp) (or deprecated alternative [sSMTP](https://wiki.debian.org/sSMTP))
108112
- Apprise (with it's [multitude](https://github.com/caronc/apprise#supported-notifications) of notifications)
109113
- both native [caronc/apprise](https://github.com/caronc/apprise) and the standalone [linuxserver/docker-apprise-api](https://github.com/linuxserver/docker-apprise-api)
110114
- Read the [QuickStart](extras/apprise_quickstart.md)

0 commit comments

Comments
 (0)