Added Pushover documentation (#4691)
Ylian Saint-Hilaire committed
Oct 30, 2022 at 12:36 UTC
6d69521b713473569e384337073e7a9cc7adc5f0
3 files changed
+23
docs/docs/messaging/images/MC2-Pushover1.png
Binary files /dev/null and b/docs/docs/messaging/images/MC2-Pushover1.png differ
docs/docs/messaging/images/MC2-Pushover2.png
Binary files /dev/null and b/docs/docs/messaging/images/MC2-Pushover2.png differ
docs/docs/messaging/index.md
+23
@@ -7,6 +7,7 @@
7
[Discord Setup](#discord-setup)
8
[XMPP Setup](#xmpp-setup)
9
[CallMeBot Setup](#callmebot-setup)
10
+[Pushover Setup](#pushover-setup)
11
[User Setup](#user-setup)
12
[Administrator Management](#administrator-management)
13
[Two-Factor Authentication](#two-factor-authentication)
@@ -137,6 +138,28 @@ Once enabled, users see the new "CallMeBot" option when trying to enable messagi
138
139
Once the user has enabled their account, they can cut & paste the CallMeBot URI into MeshCentral to validate their account.
140
141
+## Pushover Setup
142
+
143
+[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:
144
+
145
+
146
+
147
+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:
148
+
149
+```json
150
+{
151
+ "messaging": {
152
+ "pushover": {
153
+ "token": "xxxxxxxxxxxxxxxxxxxxx"
154
+ }
155
+ }
156
+}
157
+```
158
+
159
+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.
160
+
161
+
162
+
163
## User Setup
164
165
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.