Commit Graph

22 Commits (d7d5b2588277f0e07895a63c12a2117262bdf9fc)

Author SHA1 Message Date
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>
3 years ago
Sebastiaan Tammer 12d323354f
Allows flags containing sensitive stuff to be passed as files (#545)
* Allows options containing sensitive stuff (passwords, tokens) to be passed as a file instead

* Fixed linter error, added tests, removed notification-url (due to being an array)
4 years ago
Matt Doran b436c0462d
Notification docs: Add SMTP port to gmail configuration (#573)
The notification shows an example of how to get it working for gmail smtp servers, but it's missing the port parameter required to get the SMTP connection working.

Without this setting, you get a "connection refused" connecting to port 25.

Given the popularity of gmail, it would be nice to have this example more accurate.
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
Sebastiaan Tammer 7052346570
Added --trace flag and new log.Trace() lines for sensitive information (#541) 4 years ago
Oliver Mueller 9b58ac759e
added documentation using an SMTP relay to #508 (#527) 4 years ago
Simon Aronsson cb4c58f714
Merge pull request #470 from mbrandau/add-shoutrrr
WIP: add shoutrrr support
4 years ago
Maximilian Brandau 21e8799ce3
Update documentation 4 years ago
Oliver Cervera 82640959d4
Start up notification (#473)
Add section regarding the ability to disable start up notification
4 years ago
Maximilian Brandau b5df48279c
Adjust documentation 4 years ago
Maximilian Brandau 59ce378a35
Adjust flags 4 years ago
Maximilian Brandau be2376a4e1
add shoutrrr 4 years ago
Simon Aronsson 9389e8f34f
update instruction on multiple notifications
closes #412
5 years ago
Simon Aronsson 68a6903685
Update notifications.md 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
Simon Aronsson 8b2eda7bdf
Update notifications.md 5 years ago
foxbit19 81540bcb59 Insert nota bene about docker-compose into notification doc page (#392) 5 years ago
Simon Aronsson ce6ba0801f feature: add optional email delay
resolves #256
5 years ago
Armando Lüscher 7a30fd7102 Correcting a few typos and text styling. (#359) 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 ac05caa609 also keep the original markdown docs :P~ 5 years ago