forked from GithubBackups/healthchecks
Wording tweaks
This commit is contained in:
parent
6e4e7d737f
commit
5d8c5637b6
27
README.md
27
README.md
@ -310,26 +310,27 @@ To enable Discord integration, you will need to:
|
|||||||
|
|
||||||
### Pushover
|
### Pushover
|
||||||
|
|
||||||
Pushover integration works by creating an 'application' on Pushover.net which
|
Pushover integration works by creating an application on Pushover.net which
|
||||||
is then subscribed to by Healthchecks users. Registration workflow is as follows:
|
is then subscribed to by Healthchecks users. The registration workflow is as follows:
|
||||||
|
|
||||||
* On Healthchecks, user adds a 'Pushover' integration to a project
|
* On Healthchecks, the user adds a "Pushover" integration to a project
|
||||||
* Healthchecks redirects to a Pushover.net subscription page
|
* Healthchecks redirects user's browser to a Pushover.net subscription page
|
||||||
* User approves adding the Healthchecks subscription to their pushover account
|
* User approves adding the Healthchecks subscription to their Pushover account
|
||||||
* Pushover.net HTTP redirects back to Healthchecks with a subscription token
|
* Pushover.net HTTP redirects back to Healthchecks with a subscription token
|
||||||
* Healthchecks instance uses subscription token for Pushover notifications
|
* Healthchecks saves the subscription token and uses it for sending Pushover
|
||||||
|
notifications
|
||||||
|
|
||||||
To enable Pushover integration, you will need to:
|
To enable the Pushover integration, you will need to:
|
||||||
|
|
||||||
* Register a new 'application' on Pushover via https://pushover.net/apps/build .
|
* Register a new application on Pushover via https://pushover.net/apps/build.
|
||||||
* Within the Pushover 'application' configuration, enable subscriptions.
|
* Within the Pushover 'application' configuration, enable subscriptions.
|
||||||
Make sure to subscription type is set to 'URL'. Also make sure the redirect
|
Make sure the subscription type is set to "URL". Also make sure the redirect
|
||||||
URL is configured to point back to the root of the Healthchecks instance
|
URL is configured to point back to the root of the Healthchecks instance
|
||||||
(eg http://healthchecks.example.com/).
|
(e.g., `http://healthchecks.example.com/`).
|
||||||
* Add the Pushover application API Token and the Pushover subscription URL in
|
* Put the Pushover application API Token and the Pushover subscription URL in
|
||||||
`PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
|
`PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
|
||||||
variables. The pushover subscription URL should appear similar to
|
variables. The Pushover subscription URL should look similar to
|
||||||
https://pushover.net/subscribe/yourAppName-randomAlphaNumericData .
|
`https://pushover.net/subscribe/yourAppName-randomAlphaNumericData`.
|
||||||
|
|
||||||
### Telegram
|
### Telegram
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user