diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index bb0ca7f8..9ea8f3dc 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -57,7 +57,6 @@ theme: - navigation.expand - navigation.top - navigation.instant - - toc.integrate extra_css: - stylesheets/extra.css extra: @@ -84,7 +83,7 @@ markdown_extensions: - pymdownx.mark - pymdownx.smartsymbols - codehilite: - guess_lang: false + guess_lang: true - toc: permalink: true - pymdownx.emoji: diff --git a/sample-config-advanced.json b/sample-config-advanced.json index 38ed43b3..c2ff425d 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -6,11 +6,14 @@ "_mongoDb": "mongodb://127.0.0.1:27017", "_mongoDbName": "meshcentral", "_mongoDbChangeStream": true, + "_mongoDbBulkOperations": true, "_WANonly": true, "_LANonly": true, + "_maintenanceMode": true, + "_certificatePrivateKeyPassword": [ "password1", "password2" ], + "_sessionTime": 60, "_sessionKey": "MyReallySecretPassword1", "_sessionSameSite": "strict", - "_certificatePrivateKeyPassword": [ "password1", "password2" ], "_dbEncryptKey": "MyReallySecretPassword2", "_dbRecordsEncryptKey": "MyReallySecretPassword", "_dbRecordsDecryptKey": "MyReallySecretPassword", @@ -30,24 +33,38 @@ "_agentPortBind": "127.0.0.1", "_agentAliasPort": 1234, "_agentAliasDNS": "agents.myserver.mydomain.com", - "_agentPortTls": true, + "_agentPortTls": false, + "_agentLogDump": true, + "_agentCoreDump": true, + "_agentCoreDumpUsers": "user1,user2", + "_agentSignLock": true, + "_ignoreAgentHashCheck": true, "_exactPorts": true, "_allowLoginToken": true, + "_StrictTransportSecurity": true, "_allowFraming": true, "_cookieIpCheck": false, "_cookieEncoding": "hex", - "_compression": true, - "_wscompression": false, - "_agentwscompression": true, - "_agentsInRam": false, "_webRTC": false, "_nice404": false, "_selfUpdate": true, + "_cleanNpmCacheOnUpdate": true, "_browserPing": 60, "_browserPong": 60, + "_agentsInRam": false, "_agentPing": 60, "_agentPong": 60, + "_orphanAgentUser": "admin", "_agentIdleTimeout": 150, + "_webPageLengthRandomization": false, + "_compression": true, + "_wsCompression": false, + "_agentWsCompression": true, + "_noAgentUpdate": 1, + "_agentUpdateSystem": 1, + "_temporaryAgentUpdate": false, + "_amtScanner": false, + "_meshScanner": false, "_meshErrorLogPath": "c:\\tmp", "_npmPath": "c:\\npm.exe", "_npmProxy": "http://1.2.3.4:80", @@ -59,7 +76,6 @@ "_userBlockedIP": "127.0.0.1,::1,192.168.0.100", "_agentAllowedIP": "192.168.0.100/24", "_agentBlockedIP": "127.0.0.1,::1", - "_agentSignLock": true, "_authLog": "c:\\temp\\auth.log", "_InterUserMessaging": [ "user//admin" ], "_manageAllDeviceGroups": [ "user//admin" ], @@ -272,7 +288,6 @@ "_userBlockedIP": "127.0.0.1,::1,192.168.0.100", "_agentAllowedIP": "192.168.0.100/24", "_agentBlockedIP": "127.0.0.1,::1", - "_orphanAgentUser": "admin", "___userSessionIdleTimeout__": "Number of user idle minutes before auto-disconnect", "_userSessionIdleTimeout": 30, "userConsentFlags": {