Updated the config.json schema to better document the backup/restore options in the My Server tab, #4212

Ylian Saint-Hilaire committed Jul 2, 2022 at 11:58 UTC 4662a0a0b9cb5254ac28531908efd9919dba4715
1 file changed +2 -2
meshcentral-config-schema.json
+2 -2
@@ -442,8 +442,8 @@
442 "type": [ "object", "boolean" ],
443 "additionalProperties": false,
444 "properties": {
445 - "Backup": { "type": "boolean", "default": true, "description": "Allows administrators to backup the server from the My Server tab." },
446 - "Restore": { "type": "boolean", "default": true, "description": "Allows administrators to restore the server from the My Server tab." },
445 + "Backup": { "type": "boolean", "default": true, "description": "Allows administrators to backup the server from the My Server tab. This option can only enabled when the NeDB databse is in use. For other databases, this option disabled and the setting is ignored." },
446 + "Restore": { "type": "boolean", "default": true, "description": "Allows administrators to restore the server from the My Server tab. This option can only enabled when the NeDB databse is in use. For other databases, this option disabled and the setting is ignored." },
447 "Upgrade": { "type": "boolean", "default": true, "description": "Allows administrators to update the server from the My Server tab." },
448 "ErrorLog": { "type": "boolean", "default": true, "description": "Allows administrators to see the server crash log the server from the My Server tab." },
449 "Console": { "type": "boolean", "default": true, "description": "Allows administrators to access the server console from the My Server tab." },