diff --git a/meshcentral/README.md b/meshcentral/README.md index 742119e..d1c0ff7 100644 --- a/meshcentral/README.md +++ b/meshcentral/README.md @@ -19,7 +19,7 @@ You will need the files in this GitHubs folder (Dockerfile, startup.sh, and conf Remember to `docker exec -w /etc/caddy caddy caddy reload` after editing your Caddyfile. ``` -meshcentral.joindigital.com { +meshcentral.YOURDOMAIN.com { reverse_proxy meshcentral:4430 { header_up Host {http.reverse_proxy.upstream.hostport} header_up X-Real-IP {http.request.remote} diff --git a/meshcentral/config.json.template b/meshcentral/config.json.template index d1b6cad..1e283b1 100644 --- a/meshcentral/config.json.template +++ b/meshcentral/config.json.template @@ -6,7 +6,7 @@ "_LANonly": true, "_sessionKey": "MyReallySecretPassword1", "port": 4430, - "_aliasPort": 443, + "aliasPort": 443, "redirPort": 80, "_redirAliasPort": 80, "AgentPong": 300, @@ -16,19 +16,10 @@ "WebRTC": false }, "domains": { - "": { - "_title": "MyServer", - "_title2": "Servername", - "_minify": true, - "NewAccounts": true, - "_userNameIsEmail": true, - "_certUrl": "my.reverse.proxy" - } - }, - "_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 + "": { + "title": "MeshCentral", + "_NewAccounts": false, + "certUrl": "https://joindigital.com:443" + } } } \ No newline at end of file