mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Version 0.7.64
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
"npmPath": { "type": "string" },
|
||||
"npmProxy": { "type": "string", "format": "uri" },
|
||||
"allowHighQualityDesktop": { "type": "boolean", "default": true },
|
||||
"desktopMultiplex": { "type": "boolean", "default": false },
|
||||
"publicPushNotifications": { "type": "boolean", "default": false, "description": "When true, this server uses MeshCentral.com a push notification relay for Android notifications. Push notifications work even if the Android app is not open." },
|
||||
"desktopMultiplex": { "type": "boolean", "default": false, "description": "When true, enabled a server modules that efficiently splits a remote desktop stream to multiple browsers. Also allows slow browsers to not slow down the session for fast ones, this comes at the cost of extra server memory and processing for all remote desktop sessions." },
|
||||
"userAllowedIP": { "type": [ "string", "array" ] },
|
||||
"userBlockedIP": { "type": [ "string", "array" ] },
|
||||
"agentAllowedIP": { "type": [ "string", "array" ] },
|
||||
|
||||
Reference in New Issue
Block a user