diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/diplocaulus.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/nodes/diplocaulus.json b/nodes/diplocaulus.json deleted file mode 100644 index bed0b92..0000000 --- a/nodes/diplocaulus.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ip_address": "199.119.112.150", - "services": "static", - "tags": [ - "dc", - "production" - ], - "static": { - "domains":{ - "bitmask.net": { - "tls_only": true, - "locations": { - "front": { - "path": "/", - "format": "amber", - "source": { - "type": "git", - "repo": "https://leap.se/git/bitmask_help.git", - "revision": "origin/master" - } - } - }, - "ca_cert": "= file('cert/lets_encrypt_ca.crt')", - "key": "= file('cert/bitmask.net.key')", - "cert": "= file('cert/bitmask.net.crt')" - } - } - }, - "dns":{ - "aliases": [ - "bitmask.net", - "www.bitmask.net", - "diplocaulus.bitmask.net" - ] - } -} |