mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-15 00:35:06 -04:00
Assistant customization added to schema.
This commit is contained in:
parent
e338101965
commit
64e3d30f50
@ -446,6 +446,15 @@
|
|||||||
"fileName": { "type": "string", "default": "meshagent", "description": "The agent filename." }
|
"fileName": { "type": "string", "default": "meshagent", "description": "The agent filename." }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"assistantCustomization": {
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"description": "Use this section to customize the MeshCentral Assistant.",
|
||||||
|
"properties": {
|
||||||
|
"title": { "type": "string", "default": "MeshCentral Assistant", "description": "Name to show as MeshCentral Assistant dialog title." },
|
||||||
|
"image": { "type": "string", "default": null, "description": "The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Assistant, image should be square and from 64x64 to 128x128." }
|
||||||
|
}
|
||||||
|
},
|
||||||
"userAllowedIP": { "type": "string" },
|
"userAllowedIP": { "type": "string" },
|
||||||
"userBlockedIP": { "type": "string" },
|
"userBlockedIP": { "type": "string" },
|
||||||
"agentAllowedIP": { "type": "string" },
|
"agentAllowedIP": { "type": "string" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user