Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b2c48b5e4
commit
c0c4addb85
285 changed files with 25880 additions and 0 deletions
32
docs/services/pushover.md
Normal file
32
docs/services/pushover.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Pushover
|
||||
|
||||
## URL Format
|
||||
|
||||
!!! info ""
|
||||
pushover://shoutrrr:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...]
|
||||
|
||||
--8<-- "docs/services/pushover/config.md"
|
||||
|
||||
## Getting the keys from Pushover
|
||||
|
||||
At your [Pushover dashboard](https://pushover.net/) you can view your __`userKey`__ in the top right.
|
||||

|
||||
|
||||
The `Name` column of the device list is what is used to refer to your devices (__`device1`__ etc.)
|
||||

|
||||
|
||||
At the bottom of the same page there are links your _applications_, where you can find your __`apiToken`__
|
||||

|
||||
|
||||
The __`apiToken`__ is displayed at the top of the application page.
|
||||

|
||||
|
||||
## Optional parameters
|
||||
|
||||
You can optionally specify the __`title`__ and __`priority`__ parameters in the URL:
|
||||
*pushover://shoutrrr:__`token`__@__`userKey`__/?devices=__`device`__&title=Custom+Title&priority=1*
|
||||
|
||||
!!! note
|
||||
Only supply priority values between -1 and 1, since 2 requires additional parameters that are not supported yet.
|
||||
|
||||
Please refer to the [Pushover API documentation](https://pushover.net/api#messages) for more information.
|
Loading…
Add table
Add a link
Reference in a new issue