mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Merge pull request #470 from mbrandau/add-shoutrrr
WIP: add shoutrrr support
This commit is contained in:
commit
cb4c58f714
6 changed files with 143 additions and 1 deletions
|
@ -42,6 +42,8 @@ func NewNotifier(c *cobra.Command) *Notifier {
|
|||
tn = newMsTeamsNotifier(c, acceptedLogLevels)
|
||||
case gotifyType:
|
||||
tn = newGotifyNotifier(c, acceptedLogLevels)
|
||||
case shoutrrrType:
|
||||
tn = newShoutrrrNotifier(c, acceptedLogLevels)
|
||||
default:
|
||||
log.Fatalf("Unknown notification type %q", t)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue