mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add authorization to ntfy
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
31bb6d7864
commit
d8d13bda42
5 changed files with 17 additions and 2 deletions
|
@ -3410,6 +3410,10 @@ See description for information about each item.
|
|||
"userurl": {
|
||||
"type": "string",
|
||||
"description": "A URL given to users to help them setup this service."
|
||||
},
|
||||
"authorization": {
|
||||
"type": "string",
|
||||
"description": "Authorization Header to include in the request"
|
||||
}
|
||||
},
|
||||
"description": "Enabled ntfy.sh integration support."
|
||||
|
|
|
@ -202,7 +202,8 @@ For [self-hosting your own ntfy server](https://ntfy.sh/docs/install/) with [ACL
|
|||
"messaging": {
|
||||
"ntfy": {
|
||||
"host": "https://[my]ntfy.sh",
|
||||
"userurl": "https://[my]ntfy.sh/userhelp"
|
||||
"userurl": "https://[my]ntfy.sh/userhelp",
|
||||
"authorization": "Basic cGhpbDpteXBhc3M="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue