mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 18:47:26 +01:00
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
# Pushover notifications
|
|
|
|
You can send notifications using [Pushover](https://pushover.net/).
|
|
|
|
## Configuration
|
|
|
|
!!! example "File"
|
|
```yaml
|
|
notif:
|
|
pushover:
|
|
token: uQiRzpo4DXghDmr9QzzfQu27cmVRsG
|
|
recipient: gznej3rKEVAvPUxu9vvNnqpmZpokzF
|
|
```
|
|
|
|
| Name | Default | Description |
|
|
|--------------------|---------------|---------------|
|
|
| `token` | | Pushover [application/API token](https://pushover.net/api#registration) |
|
|
| `tokenFile` | | Use content of secret file as Pushover application/API token if `token` not defined |
|
|
| `recipient` | | User key to send notification to |
|
|
| `recipientFile` | | Use content of secret file as User key if `recipient` not defined |
|
|
|
|
!!! abstract "Environment variables"
|
|
* `DIUN_NOTIF_PUSHOVER_TOKEN`
|
|
* `DIUN_NOTIF_PUSHOVER_TOKENFILE`
|
|
* `DIUN_NOTIF_PUSHOVER_RECIPIENT`
|
|
* `DIUN_NOTIF_PUSHOVER_RECIPIENTFILE`
|
|
|
|
## Sample
|
|
|
|

|