Commit Graph

41 Commits (f508c92ae0b0188f71b0b5dbff628cb52f7f10fe)

Author SHA1 Message Date
nils måsén d38e52b5c6
fix: merge artifacts and broken shoutrrr tests (#929)
* test: add missing container test suite
* fix broken tests
* fix: remove duplicate merge artifact

Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
nils måsén 6f281b727a
feat: update shoutrrr to v0.4.4 (#914) 3 years ago
nils måsén 4142f7966a
fix: move notify URL to trace log (#907) 3 years ago
nils måsén b644ec6829
fix(notifier): don't panic on unconfigured notifier (#869) 3 years ago
nils måsén 9fa2fd82a6
feat: include additional info in startup (#809) 3 years ago
nils måsén 738215a1f7
Update Shoutrrr to v0.4 (#810) 3 years ago
Zois Pagoulatos d04d71508f
fix: Disallow log level 'trace' (#765)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
nils måsén 40ab6fd5ba
Fix notifications and old instance cleanup (#748)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
4 years ago
Simon Aronsson d7d5b25882
Prometheus support (#450)
Co-authored-by: nils måsén <nils@piksel.se>
Co-authored-by: MihailITPlace <ya.halo-halo@yandex.ru>
Co-authored-by: Sebastiaan Tammer <sebastiaantammer@gmail.com>
4 years ago
Simon Aronsson 35490c853d
cherrypick notification changes from #450 (#745) 4 years ago
Simon Aronsson 8b81fbd48d
Revert "feat(config): swap viper and cobra for config (#684)"
This reverts commit ff8cb884a0.
4 years ago
nils måsén ff8cb884a0
feat(config): swap viper and cobra for config (#684) 4 years ago
Simon Aronsson a7a28ec984
fix fmt and vetting issues 4 years ago
Cédric Finance fdecd40189
Make sure all shoutrrr notifications are sent (#564) 4 years ago
Possible Triangle f76c48a95e
Add string functions for lowercase, uppercase and capitalize to shoutrrr templates (#593)
* Added string functions for lowercase, uppercase and capitalize to shoutrrr templates

* Update pkg/notifications/shoutrrr.go

Co-authored-by: nils måsén <nils@piksel.se>

* Update pkg/notifications/shoutrrr.go

Co-authored-by: nils måsén <nils@piksel.se>

* Update pkg/notifications/shoutrrr.go

Co-authored-by: nils måsén <nils@piksel.se>

* Update pkg/notifications/shoutrrr_test.go

Co-authored-by: nils måsén <nils@piksel.se>

* escape quotation marks in test

Co-authored-by: nils måsén <nils@piksel.se>
4 years ago
nils måsén 1081f3c24c
fix(shoutrrr): make shoutrrr init failure a fatal error (#561)
also writes out any (unlikely) errors from template.Execute instead of ignoring
4 years ago
nils måsén 70bd4e2c8b
fix(shoutrrr): display errors on init failure (#558) 4 years ago
Sebastiaan Tammer dccdf708a9
Adds the option to skip TLS verification for a Gotify instance (#544) 4 years ago
Arne Jørgensen 10fd81a2c1
feat: add template support for shoutrrr notifications (#515) 4 years ago
nils måsén 46f43764d2
fix(email): always use configured delay for notifications (#536) 4 years ago
Simon Aronsson 4672811983 fix linting and formatting 4 years ago
Simon Aronsson cb4c58f714
Merge pull request #470 from mbrandau/add-shoutrrr
WIP: add shoutrrr support
4 years ago
Simon Aronsson fac26dfc72 fix: improve logging 4 years ago
Maximilian Brandau 480f4c8ccb
reuse router 4 years ago
Maximilian Brandau 5869bc52aa
Use CreateSender instead of calling Send multiple times 4 years ago
Maximilian Brandau 59ce378a35
Adjust flags 4 years ago
Maximilian Brandau 2b21bd46be
add shoutrrr.go 4 years ago
Maximilian Brandau be2376a4e1
add shoutrrr 4 years ago
Paul Götzinger ecc96d6ce0
return on error after http.Post to gotify instance
Should fix #454
4 years ago
Simon Aronsson 15a9281624 feat: add support for multiple email recipients 5 years ago
Simon Aronsson ea596ea747 fix some var ref errors 5 years ago
Simon Aronsson 2a6e296838
Added Mail Subject Tag to email.go (#389)
* Update email.go

Added SubjectTag as variable

* Update email.go

* Update email.go

* Update email.go

* Update flags.go

* Update flags.go
5 years ago
Max H fd2a006c6b
Update email.go 5 years ago
Gina Häußge 1954520447 Fix a small typo (#384) 5 years ago
Max H 505a5ec715
Update email.go 5 years ago
Max H 220dc5add4
Update email.go 5 years ago
Max H 5246d1a20e
Update email.go
Added SubjectTag as variable
5 years ago
Simon Aronsson ce6ba0801f feature: add optional email delay
resolves #256
5 years ago
Simon Aronsson 874180a518 fix: resolve merge issues 5 years ago
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
5 years ago
Simon Aronsson a425bf1024 refactor: move actions into internal 5 years ago