1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-02-07 19:30:19 +02:00

8 Commits

Author SHA1 Message Date
Max H
fd2a006c6b
Update email.go 2019-10-15 16:41:40 +02:00
Max H
505a5ec715
Update email.go 2019-10-09 09:25:24 +02:00
Max H
220dc5add4
Update email.go 2019-10-09 09:20:07 +02:00
Max H
5246d1a20e
Update email.go
Added SubjectTag as variable
2019-10-09 09:18:39 +02:00
Simon Aronsson
ce6ba0801f feature: add optional email delay
resolves #256
2019-08-25 13:14:02 +02:00
Simon Aronsson
874180a518 fix: resolve merge issues 2019-07-23 09:36:04 +02:00
Luka Peschke
dff16dc639 Add support for Gotify notifications (#346)
This adds support for Gotify (https://gotify.net) notifications.

Work items:

* Two flags have been added to internal/flags/flags.go:
  "notification-gotify-url" and "notification-gotify-token".

* A Gotify notification driver has been added in
  notifications/gotify.go.

* "gotify" has been added to notification driver choices in
  notifications/notifier.go.

* Docs have been updated
2019-07-22 21:17:54 +02:00
Simon Aronsson
a425bf1024 refactor: move actions into internal 2019-07-21 22:22:30 +02:00