Update Remote-Access_Containers/meshcentral/config.json

This commit is contained in:
2026-07-17 01:55:04 +00:00
parent 67b7fca8d7
commit 1af1c49494
@@ -1,5 +1,5 @@
{
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"cert": "${HOSTNAME}",
"WANonly": true,
@@ -18,12 +18,21 @@
"strictTransportSecurity": true,
"mpsPort": 0,
"ignoreAgentHashCheck": false,
"allowLoginToken": false,
"cookieIpCheck": true,
"_syslogjson": "127.0.0.1:514",
"plugins": {
"enabled": false
},
"dbExpire": {
"events": 7776000
},
"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,
@@ -68,6 +77,8 @@
"NewAccounts": false,
"newAccountsCaptcha": true,
"verifyEmail": true,
"_localSessionRecording": true,
"notifications": true,
"certUrl": "https://${HOSTNAME}",
"LoginKey": "${LOGIN_KEY}"
}