Skip to content

Commit

Permalink
Added Pushover documentation (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Oct 30, 2022
1 parent e59fac4 commit 6d69521
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added docs/docs/messaging/images/MC2-Pushover1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/messaging/images/MC2-Pushover2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/docs/messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[Discord Setup](#discord-setup)
[XMPP Setup](#xmpp-setup)
[CallMeBot Setup](#callmebot-setup)
[Pushover Setup](#pushover-setup)
[User Setup](#user-setup)
[Administrator Management](#administrator-management)
[Two-Factor Authentication](#two-factor-authentication)
Expand Down Expand Up @@ -137,6 +138,28 @@ Once enabled, users see the new "CallMeBot" option when trying to enable messagi

Once the user has enabled their account, they can cut & paste the CallMeBot URI into MeshCentral to validate their account.

## Pushover Setup

[Pushover](https://pushover.net/) is another notification service that makes it's own mobile application. To get started, download the Pushover application and create an account then go to the https://pushover.net/ web site and setup a new application like this:

![](images/MC2-Pushover2.png)

You can setup an application with a name and icon, then, once you get a application token you can add it to the config.json like this:

```json
{
"messaging": {
"pushover": {
"token": "xxxxxxxxxxxxxxxxxxxxx"
}
}
}
```

Once setup, the server will offer users the "Pushover" option when setting up messaging. Users will need to copy the Pushover user key into the dialog box to verify notifications are correct.

![](images/MC2-Pushover1.png)

## User Setup

Once one or more messaging systems are setup with MeshCentral, users will be able to register their handle and verify that they own that account by typing in a 6 digit code.
Expand Down

0 comments on commit 6d69521

Please sign in to comment.