1
0
Fork 0
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:
Simon Smith 2023-10-04 12:49:55 +00:00
parent 31bb6d7864
commit d8d13bda42
5 changed files with 17 additions and 2 deletions

View file

@ -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."

View file

@ -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="
}
}
}