summaryrefslogtreecommitdiff
path: root/nodes/frog.json
blob: 5795bee6287ac6d98bb64ec1ae75e20a472801f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "ip_address": "199.119.112.23",
  "services": ["static"],
  "tags": ["production"],
  "ssh":{
    "port": 22
  },
  "static": {
    "domains":{
      "bitmask.net": {
        "tls_only": true,
        "locations": {
          "front": {
            "path": "/",
            "format": "amber",
            "source": {
              "type": "git",
              "repo": "https://leap.se/git/bitmask_net",
              "revision": "origin/master"
            }
          },
          "help": {
            "path": "/help",
            "format": "amber",
            "source": {
              "type": "git",
              "repo": "https://leap.se/git/bitmask_help",
              "revision": "origin/master"
            }
          }
        },
        "cert": "= file [:commercial_cert, domain.full_suffix]",
        "key": "= file [:commercial_key, domain.full_suffix]",
        "ca_cert": "= try_file :commercial_ca_cert"
      }
    }
  }
}