mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
add lockAgentDownload to schema and config
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
dd92aa6628
commit
fb8883a9d9
3 changed files with 22 additions and 0 deletions
|
@ -385,6 +385,11 @@ See description for information about each item.
|
|||
],
|
||||
"description": "The HTTP proxy to use when contacting the time stamping server, if false, no proxy is used. By default, the npmproxy value is used."
|
||||
},
|
||||
"lockAgentDownload": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When enabled, MeshCentral will block all downloads of MeshAgent including install scripts, if the user is not logged in"
|
||||
},
|
||||
"ignoreAgentHashCheck": {
|
||||
"type": [
|
||||
"boolean",
|
||||
|
@ -1700,6 +1705,11 @@ See description for information about each item.
|
|||
}
|
||||
}
|
||||
},
|
||||
"lockAgentDownload": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When enabled, MeshCentral will block all downloads of MeshAgent including install scripts, if the user is not logged in"
|
||||
},
|
||||
"geoLocation": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue