Update Remote-Access_Containers/meshcentral/config.json
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"SelfUpdate": false,
|
||||
"AllowFraming": "false",
|
||||
"WebRTC": "false",
|
||||
"agentAliasDNS":"${HOSTNAME}",
|
||||
"agentAliasDNS": "${HOSTNAME}",
|
||||
"trustedproxy": "CloudFlare",
|
||||
"maxInvalidLogin": {
|
||||
"_exclude": "${IP}/24",
|
||||
@@ -25,6 +25,7 @@
|
||||
"time": 3,
|
||||
"count": 5,
|
||||
"coolofftime": 15
|
||||
}
|
||||
},
|
||||
"_smtp": {
|
||||
"host": "smtp.myserver.com",
|
||||
@@ -42,31 +43,31 @@
|
||||
"_verifyEmail": false
|
||||
},
|
||||
"domains": {
|
||||
"": {
|
||||
"_title": "MyServer",
|
||||
"allowedOrigin": [ "${HOSTNAME}", "${DOMAIN_NAME}" ],
|
||||
"passwordRequirements": {
|
||||
"min": 16,
|
||||
"max": 128,
|
||||
"upper": 3,
|
||||
"lower": 3,
|
||||
"numeric": 3,
|
||||
"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,
|
||||
"newAccountsCaptcha": true,
|
||||
"certUrl": "https://${HOSTNAME}",
|
||||
"LoginKey":"${LOGIN_KEY}"
|
||||
}
|
||||
"": {
|
||||
"_title": "MyServer",
|
||||
"allowedOrigin": [ "${HOSTNAME}", "${DOMAIN_NAME}" ],
|
||||
"passwordRequirements": {
|
||||
"min": 16,
|
||||
"max": 128,
|
||||
"upper": 3,
|
||||
"lower": 3,
|
||||
"numeric": 3,
|
||||
"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,
|
||||
"newAccountsCaptcha": true,
|
||||
"certUrl": "https://${HOSTNAME}",
|
||||
"LoginKey": "${LOGIN_KEY}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user