Added AgentSelfGuestSharing to config.json schema.
Ylian Saint-Hilaire committed
Dec 13, 2021 at 18:51 UTC
60d3373c43a9775962248742d3997343b17afdc0
1 file changed
+10
-2
meshcentral-config-schema.json
+10
-2
@@ -309,8 +309,16 @@
309
"loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
310
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
311
"autoRemoveInactiveDevices": { "type": "integer", "default": 0, "minimum": 0, "maximum": 2000, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
312
- "DeviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." },
313
- "PreconfiguredRemoteInput": {
312
+ "deviceSearchBarServerAndClientName": { "type": "boolean", "default": false, "description": "When set to true, the devices search box will match on both the server name and client name of a device." },
313
+ "AgentSelfGuestSharing": {
314
+ "type": [ "boolean", "object" ],
315
+ "default": false,
316
+ "description": "When set to true, MeshCentral Asssitant can create it's own guest sharing links.",
317
+ "properties": {
318
+ "expire": { "type": "number", "description": "When set, limits the self-created guest sharing link to this number of minutes." }
319
+ }
320
+ },
321
+ "preConfiguredRemoteInput": {
322
"type": "array",
323
"default": null,
324
"description": "When set, you can right click on the input button in the desktop tab and instantly remotely type one of these pre-configured strings.",