mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 23:25:53 -05:00
commit
40e19f0764
@ -194,9 +194,20 @@ Once setup, the server will offer users the "Pushover" option when setting up me
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
For [self-hosting your own ntfy server](https://ntfy.sh/docs/install/) with [ACL support](https://ntfy.sh/docs/config/#access-control)
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"messaging": {
|
||||||
|
"ntfy": {
|
||||||
|
"host": "https://[my]ntfy.sh",
|
||||||
|
"userurl": "https://[my]ntfy.sh/userhelp"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
![](images/MC2-Ntfy1.png)
|
![](images/MC2-Ntfy1.png)
|
||||||
|
|
||||||
## Zulip setup
|
## Zulip setup
|
||||||
|
Loading…
Reference in New Issue
Block a user