mirror of https://github.com/caronc/apprise
Updated Notify_pushjet (markdown)
parent
43dfc17f47
commit
2ee8d50ca5
|
@ -8,16 +8,20 @@
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
If you want to use your own custom Pushjet server, then the following identify the syntax you may use:
|
If you want to use your own custom Pushjet server, then the following identify the syntax you may use:
|
||||||
* **pjet**://**{secret_key}**@**{host}**
|
* `pjet://{host}/{secret_key}`
|
||||||
* **pjet**://**{secret_key}**@**{host}**:**{port}**
|
* `pjet://{host}:{port}/{secret_key}`
|
||||||
* **pjets**://**{secret_key}**@**{host}**
|
* `pjet://{user}:{password}@{host}/{secret_key}`
|
||||||
* **pjets**://**{secret_key}**@**{host}**:**{port}**
|
* `pjets://{host}/{secret_key}`
|
||||||
|
* `pjets://{host}:{port}/{secret_key}`
|
||||||
|
* `pjets://{user}:{password}@{host}/{secret_key}`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| secret_key | Yes | The Secret Key associated with your Pushjet account.
|
| secret_key | Yes | The Secret Key associated with your Pushjet account.
|
||||||
| host | Yes | The Pushjet server you're hosting
|
| host | Yes | The Pushjet server you're hosting
|
||||||
|
| user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it.
|
||||||
|
| password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it.
|
||||||
| port | No | The Pushjet port optional and only required if you're hosting your own notification server on a different port then the standard ones. By default the port is **80** for **pjet://** and **443** for all **pjets://** references.
|
| port | No | The Pushjet port optional and only required if you're hosting your own notification server on a different port then the standard ones. By default the port is **80** for **pjet://** and **443** for all **pjets://** references.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
|
|
Loading…
Reference in New Issue