docs - updating config
silversword411 committed
Jul 19, 2022 at 10:38 UTC
73e5f39897f02690a1d6766f6ca2e56b3bb9f731
1 file changed
+11
-2
docs/docs/meshcentral/config.md
+11
-2
@@ -206,7 +206,7 @@ See description for information about each item.
206
"type": "object",
207
"properties": {
208
"mongoDumpPath": { "type": "string" },
209
- "mysqlDumpPath": { "type": "string"},
209
+ "mysqlDumpPath": { "type": "string" },
210
"backupIntervalHours": { "type": "integer" },
211
"keepLastDaysBackup": { "type": "integer" },
212
"zipPassword": { "type": "string" },
@@ -257,6 +257,7 @@ See description for information about each item.
257
}
258
}
259
},
260
+ "rootCertCommonName" : { "type": "string", "default": "MeshCentralRoot-XXXXXX", "description": "The common name of the MeshCentral server root certificate. By default it's 'MeshCentralRoot-' followed by the first 6 HEX digits of the public key fingerprint. For this setting to take effect, all generated certificates need to be deleted and reset. Existing agents will not be able to connect anymore." },
261
"redirects": { "type": "object" },
262
"maxInvalidLogin": {
263
"type": "object",
@@ -622,10 +623,18 @@ See description for information about each item.
623
"MaxSingleUserSessions": { "type": "integer", "default": null, "description": "Maximum number of sessions a single user can have. Each time a user opens a new browser tab or opens a new browser on a different computer, a new user session is created." }
624
}
625
},
626
+ "files": {
627
+ "type": "object",
628
+ "description": "Values that affect the files feature",
629
+ "properties": {
630
+ "sftpConnect" : { "type": "boolean", "default": true, "description": "When false, removes the 'SFTP Connect' button from the files tab unless this is the only possible option." }
631
+ }
632
+ },
633
"terminal": {
634
"type": "object",
635
"description": "Values that affect the terminal feature",
636
"properties": {
637
+ "sshConnect" : { "type": "boolean", "default": true, "description": "When false, removes the 'SSH Connect' button from the terminal tab unless this is the only possible option." },
638
"linuxShell": {
639
"type": "string",
640
"enum": [ "any", "root", "user", "login" ],
@@ -643,7 +652,7 @@ See description for information about each item.
652
},
653
"desktop": {
654
"type": "object",
646
- "description": "Values that affect the remote desktop feature",
655
+ "description": "Values that affect the desktop feature",
656
"properties": {
657
"viewonly": {
658
"type": "boolean",