mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Merge branch 'master' of https://github.com/Ylianst/MeshCentral
This commit is contained in:
commit
0505f88ba3
@ -187,12 +187,12 @@
|
|||||||
"description": "Enabled automated upload of the server backups to a Google Drive account, once enabled you need to go in \"My Server\" tab as administrator to associate the account.",
|
"description": "Enabled automated upload of the server backups to a Google Drive account, once enabled you need to go in \"My Server\" tab as administrator to associate the account.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"folderName": {
|
"folderName": {
|
||||||
"type": "integer",
|
"type": "string",
|
||||||
"default": "MeshCentral-Backups",
|
"default": "MeshCentral-Backups",
|
||||||
"description": "The name of the folder to create in the Google Drive account."
|
"description": "The name of the folder to create in the Google Drive account."
|
||||||
},
|
},
|
||||||
"maxFiles": {
|
"maxFiles": {
|
||||||
"type": "string",
|
"type": "integer",
|
||||||
"default": null,
|
"default": null,
|
||||||
"description": "The maximum number of files to keep in the Google Drive folder, older files will be removed if needed."
|
"description": "The maximum number of files to keep in the Google Drive folder, older files will be removed if needed."
|
||||||
}
|
}
|
||||||
@ -215,12 +215,12 @@
|
|||||||
"description": "WebDAV account password."
|
"description": "WebDAV account password."
|
||||||
},
|
},
|
||||||
"folderName": {
|
"folderName": {
|
||||||
"type": "integer",
|
"type": "string",
|
||||||
"default": "MeshCentral-Backups",
|
"default": "MeshCentral-Backups",
|
||||||
"description": "The name of the folder to create in the WebDAV account."
|
"description": "The name of the folder to create in the WebDAV account."
|
||||||
},
|
},
|
||||||
"maxFiles": {
|
"maxFiles": {
|
||||||
"type": "string",
|
"type": "integer",
|
||||||
"default": null,
|
"default": null,
|
||||||
"description": "The maximum number of files to keep in the WebDAV folder, older files will be removed if needed."
|
"description": "The maximum number of files to keep in the WebDAV folder, older files will be removed if needed."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user