mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-02 19:17:39 +01:00
switch to http client for pushover notifier
This commit is contained in:
@@ -12,6 +12,7 @@ You can send notifications using [Pushover](https://pushover.net/).
|
||||
recipient: gznej3rKEVAvPUxu9vvNnqpmZpokzF
|
||||
priority: -2
|
||||
sound: none
|
||||
timeout: 10s
|
||||
templateTitle: "{{ .Entry.Image }} released"
|
||||
templateBody: |
|
||||
Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released.
|
||||
@@ -25,6 +26,7 @@ You can send notifications using [Pushover](https://pushover.net/).
|
||||
| `recipientFile` | | Use content of secret file as User key if `recipient` not defined |
|
||||
| `priority` | | Priority of the notification |
|
||||
| `sound` | | Notification sound to be used |
|
||||
| `timeout` | `10s` | Timeout specifies a time limit for the request to be made |
|
||||
| `templateTitle`[^1] | See [below](#default-templatetitle) | [Notification template](../faq.md#notification-template) for message title |
|
||||
| `templateBody`[^1] | See [below](#default-templatebody) | [Notification template](../faq.md#notification-template) for message body |
|
||||
|
||||
@@ -35,6 +37,7 @@ You can send notifications using [Pushover](https://pushover.net/).
|
||||
* `DIUN_NOTIF_PUSHOVER_RECIPIENTFILE`
|
||||
* `DIUN_NOTIF_PUSHOVER_PRIORITY`
|
||||
* `DIUN_NOTIF_PUSHOVER_SOUND`
|
||||
* `DIUN_NOTIF_PUSHOVER_TIMEOUT`
|
||||
* `DIUN_NOTIF_PUSHOVER_TEMPLATETITLE`
|
||||
* `DIUN_NOTIF_PUSHOVER_TEMPLATEBODY`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user