Update Remote-Access_Containers/meshcentral/config.json

This commit is contained in:
2026-07-17 01:42:56 +00:00
parent 96ede7ff24
commit dcf302da9c
@@ -10,16 +10,20 @@
"AgentPong": 300,
"TLSOffload": true,
"SelfUpdate": false,
"AllowFraming": "false",
"WebRTC": "false",
"AllowFraming": false,
"WebRTC": false,
"agentAliasDNS": "${HOSTNAME}",
"trustedproxy": "CloudFlare",
"tlsStrict": true,
"strictTransportSecurity": true,
"mpsPort": 0,
"ignoreAgentHashCheck": false,
"maxInvalidLogin": {
"exclude": "${IP}/24",
"time": 3,
"count": 5,
"coolofftime": 1440
},
},
"__maxInvalid2fa": "Time in minutes, max amount of bad two-factor authentication from a source IP in the time before 2FA's are rejected.",
"maxInvalid2fa": {
"time": 3,
@@ -33,13 +37,9 @@
"from": "${FROM_EMAIL}",
"user": "${USER}",
"pass": "${PASSWORD}",
"__tls__": "When 'tls' is set to true, TLS is used immidiatly when connecting. For SMTP servers that use TLSSTART, set this to 'false' and TLS will still be used.",
"tls": false,
"___tlscertcheck__": "When set to false, the TLS certificate of the SMTP server is not checked.",
"_tlscertcheck": false,
"__tlsstrict__": "When set to true, TLS cypher setup is more limited, SSLv2 and SSLv3 are not allowed.",
"_tlsstrict": true,
"_emailDelaySeconds": 300,
"tlscertcheck": true,
"tlsstrict": true,
"_verifyEmail": false
},
"domains": {
@@ -55,17 +55,15 @@
"nonalpha": 3,
"reset": 365,
"force2factor": true,
"_skip2factor": "127.0.0.1,${IP}/24",
"oldPasswordBan": 10,
"_twoFactorTimeout": 300,
"_duo2factor": true
},
"userSessionIdleTimeout": 30,
"_title2": "Servername",
"_minify": true,
"NewAccounts": "true",
"_userNameIsEmail": true,
"NewAccounts": false,
"newAccountsCaptcha": true,
"verifyEmail": true,
"certUrl": "https://${HOSTNAME}",
"LoginKey": "${LOGIN_KEY}"
}