add missing config json to config docs

si458 committed Nov 9, 2023 at 15:54 UTC ca64d1155232a48d8073b1b0f91285d011ebeb6b
1 file changed +11 -3
docs/docs/meshcentral/config.md
+11 -3
@@ -402,7 +402,6 @@ See description for information about each item.
402 "type": "boolean",
403 "default": false,
404 "description": "When set to true, MeshCentral will allow login tokens to be used in the URL as a replacement for user login. This is useful along with \"allowFraming\" option to embed MeshCentral features into another website"
405 -
405 },
406 "StrictTransportSecurity": {
407 "type": [
@@ -1048,6 +1047,11 @@ See description for information about each item.
1047 "default": 0,
1048 "description": "0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode"
1049 },
1050 + "scrollToTop": {
1051 + "type": "boolean",
1052 + "default": false,
1053 + "description": "If true, a Scroll To Top button in the devices tab."
1054 + },
1055 "userQuota": {
1056 "type": "integer"
1057 },
@@ -1385,7 +1389,7 @@ See description for information about each item.
1389 "certUrl": {
1390 "type": "string",
1391 "format": "uri",
1388 - "description": "https url when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like NGINX is used in front of MeshCentral."
1392 + "description": "https url when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like NGINX is used in front of MeshCentral. You can set this to file:// but it must be followed by the full path to the certificate file."
1393 },
1394 "myServer": {
1395 "type": [
@@ -1423,6 +1427,11 @@ See description for information about each item.
1427 "type": "boolean",
1428 "default": true,
1429 "description": "Allows administrators to access the server trace tab from from the My Server tab."
1430 + },
1431 + "Config": {
1432 + "type": "boolean",
1433 + "default": true,
1434 + "description": "Allows administrators remotely view server configuration on the My Server tab."
1435 }
1436 }
1437 },
@@ -3449,5 +3458,4 @@ See description for information about each item.
3458 }
3459 }
3460 }
3452 -
3461 ```
\ No newline at end of file