Create config.json.template
Einar Stenberg committed
Nov 2, 2021 at 14:56 UTC
9d32a03c8244a1edae55c69981fba928df0b8f36
1 file changed
+34
docker/config.json.template
new
+34
@@ -0,0 +1,34 @@
1
+{
2
+ "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
3
+ "settings": {
4
+ "cert": "myserver.mydomain.com",
5
+ "_WANonly": true,
6
+ "_LANonly": true,
7
+ "_sessionKey": "MyReallySecretPassword1",
8
+ "port": 443,
9
+ "_aliasPort": 443,
10
+ "redirPort": 80,
11
+ "_redirAliasPort": 80,
12
+ "AgentPong": 300,
13
+ "TLSOffload": false,
14
+ "SelfUpdate": false,
15
+ "AllowFraming": false,
16
+ "WebRTC": false
17
+ },
18
+ "domains": {
19
+ "": {
20
+ "_title": "MyServer",
21
+ "_title2": "Servername",
22
+ "_minify": true,
23
+ "NewAccounts": true,
24
+ "_userNameIsEmail": true,
25
+ "_certUrl": "my.reverse.proxy"
26
+ }
27
+ },
28
+ "_letsencrypt": {
29
+ "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
30
+ "_email": "myemail@mydomain.com",
31
+ "_names": "myserver.mydomain.com",
32
+ "production": false
33
+ }
34
+}