mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
ntfy improvements.
This commit is contained in:
@@ -1379,6 +1379,44 @@
|
||||
"token": { "type": "string", "description": "A Discord bot token that MeshCentral will use to login to Discord." }
|
||||
},
|
||||
"required": [ "token" ]
|
||||
},
|
||||
"xmpp": {
|
||||
"type": "object",
|
||||
"description": "Configure XMPP messaging system",
|
||||
"properties": {
|
||||
"service": { "type": "string", "description": "Host name of the XMPP server." },
|
||||
"credentials": {
|
||||
"type": "object",
|
||||
"description": "Login credentials for the XMPP server.",
|
||||
"properties": {
|
||||
"username": { "type": "string" },
|
||||
"password": { "type": "string" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [ "credentials" ]
|
||||
},
|
||||
"callmebot": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Enabled CallMeBot integration support."
|
||||
},
|
||||
"pushover": {
|
||||
"type": "object",
|
||||
"description": "Configure Pushover messaging system",
|
||||
"properties": {
|
||||
"token": { "type": "string", "description": "A Pushover application token that MeshCentral will use to login." }
|
||||
},
|
||||
"required": [ "token" ]
|
||||
},
|
||||
"ntfy": {
|
||||
"type": [ "boolean", "object" ],
|
||||
"default": false,
|
||||
"properties": {
|
||||
"host": { "type": "string", "description": "Host name of the ntfy server." },
|
||||
"userurl": { "type": "string", "description": "A URL given to users to help them setup this service." }
|
||||
},
|
||||
"description": "Enabled ntfy.sh integration support."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user