mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 23:25:53 -05:00
Added ntfy and Zulip (#4694) documentation.
This commit is contained in:
parent
7f183ac2fd
commit
e19caeefe4
BIN
docs/docs/messaging/images/MC2-Ntfy1.png
Normal file
BIN
docs/docs/messaging/images/MC2-Ntfy1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
@ -8,6 +8,8 @@
|
|||||||
[XMPP Setup](#xmpp-setup)
|
[XMPP Setup](#xmpp-setup)
|
||||||
[CallMeBot Setup](#callmebot-setup)
|
[CallMeBot Setup](#callmebot-setup)
|
||||||
[Pushover Setup](#pushover-setup)
|
[Pushover Setup](#pushover-setup)
|
||||||
|
[ntfy Setup](#ntfy-setup)
|
||||||
|
[Zulip Setup](#zulip-setup)
|
||||||
[User Setup](#user-setup)
|
[User Setup](#user-setup)
|
||||||
[Administrator Management](#administrator-management)
|
[Administrator Management](#administrator-management)
|
||||||
[Two-Factor Authentication](#two-factor-authentication)
|
[Two-Factor Authentication](#two-factor-authentication)
|
||||||
@ -160,6 +162,35 @@ Once setup, the server will offer users the "Pushover" option when setting up me
|
|||||||
|
|
||||||
![](images/MC2-Pushover1.png)
|
![](images/MC2-Pushover1.png)
|
||||||
|
|
||||||
|
## ntfy setup
|
||||||
|
|
||||||
|
[ntfy](https://ntfy.sh/) is a completely free notification service. You can enable the ntfy integration with the following config.json section:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"messaging": {
|
||||||
|
"ntfy": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
No setup is reqired to enable this. When using ntfy, make sure you use a suffisently random topic name so that others can't guess the name and subscribe to it to receive your messages.
|
||||||
|
|
||||||
|
![](images/MC2-Ntfy1.png)
|
||||||
|
|
||||||
|
## Zulip setup
|
||||||
|
|
||||||
|
You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the following config.json section:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"messaging": {
|
||||||
|
email: "your-bot@zulip.com",
|
||||||
|
api_key: "your_32_character_api_key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## User Setup
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user