Only working with this modified config File ``` { "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "settings": { "plugins":{"enabled": false}, "mongoDb": "mongodb://mongodbadmin:mongodbpasswd@mongodb:27017", "cert": "mesh.dev.mertens.digital", "_WANonly": true, "_LANonly": true, "_sessionKey": "MyReallySecretPassword1", "port": 80, "_aliasPort": 443, "redirPort": 81, "_redirAliasPort": 80, "AgentPong": 300, "TLSOffload": true, "SelfUpdate": false, "AllowFraming": false, "WebRTC": false }, "domains": { "": { "_title": "MyServer", "_title2": "Servername", "minify": true, "NewAccounts": true, "localSessionRecording": false, "_userNameIsEmail": true, "certUrl": "https://mesh.dev.mertens.digital:443" } }, "_letsencrypt": { "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>", "_email": "myemail@mydomain.com", "_names": "myserver.mydomain.com", "production": false } } ```