summaryrefslogtreecommitdiff
path: root/docs/en/guide/provider-configuration.html
blob: 546da29cc4c80b40ffbaad8c2dbb68d03c96614e (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang='en'>
<head>
<title>
Provider Configuration - LEAP Platform Documentation
</title>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta charset='UTF-8'>
<base href="" />
<style>
  body {
    background: #444;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 0px;
  }
  #sidebar {
    flex: 0 0 250px;
    background: white;
    margin-right: 10px;
    padding: 20px;
  }
  #sidebar ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
  }
  #sidebar li { padding: 4px }
  #sidebar li a { text-decoration: none }
  #sidebar li.active { background: #444 }
  #sidebar li.active a { color: white }
  #sidebar li.level1 { padding-left: 20px }
  #sidebar li.level2 { padding-left: 40px }
  #main {
    flex: 1 1 auto;
    background: white;
    padding: 20px;
  }
  #title-box {
    padding-bottom: 20px;
    border-bottom: 5px solid #eee;
  }
  #title-box h1 {
    margin-top: 0px;
  }
  pre {
    padding: 10px;
    background: #eef;
  }
  code {
    background: #eef;
  }
  table {border-collapse: collapse}
  table td {
    border: 1px solid #ccc;
    padding: 4px;
    vertical-align: top;
  }
</style>
</head>
<body>
<div id='sidebar'>
<ul>
<li class=''>
<a href='../../index.html'>Home</a>
</li>
<li class='semi-active level0'>
<a class='' href='../guide.html'>Guide</a>
</li>
<li class=' level1'>
<a class='' href='getting-started.html'>Getting Started</a>
</li>
<li class=' level1'>
<a class='' href='config.html'>Configuration Files</a>
</li>
<li class=' level1'>
<a class='' href='nodes.html'>Nodes</a>
</li>
<li class=' level1'>
<a class='' href='keys-and-certificates.html'>Keys and Certificates</a>
</li>
<li class=' level1'>
<a class='' href='domains.html'>Domains</a>
</li>
<li class='active level1'>
<a class='' href='provider-configuration.html'>Provider Configuration</a>
</li>
<li class=' level1'>
<a class='' href='environments.html'>Environments</a>
</li>
<li class=' level1'>
<a class='' href='virtual-machines.html'>Virtual Machines</a>
</li>
<li class=' level1'>
<a class='' href='miscellaneous.html'>Miscellaneous</a>
</li>
<li class=' level1'>
<a class='' href='commands.html'>Command Line Reference</a>
</li>
<li class=' level0'>
<a class='' href='../tutorials.html'>Tutorials</a>
</li>
<li class=' level0'>
<a class='' href='../services.html'>Services</a>
</li>
<li class=' level0'>
<a class='' href='../upgrading.html'>Upgrading</a>
</li>
<li class=' level0'>
<a class='' href='../troubleshooting.html'>Troubleshooting</a>
</li>
<li class=' level0'>
<a class='' href='../details.html'>Details</a>
</li>
</ul>
</div>
<div id='main'>
<div id='title-box'>
<h1>Provider Configuration</h1>

<div id='summary'>Explore how to configure your provider.</div>
</div>
<div id='content-box'>
<div id="TOC"><ol>
  <li>
    <a href="provider-configuration/index.html#required-provider-configuration">Required provider configuration</a>
  </li>
  <li>
    <a href="provider-configuration/index.html#recommended-provider-configuration">Recommended provider configuration</a>
  </li>
  <li>
    <a href="provider-configuration/index.html#configuring-service-levels">Configuring service levels</a>
  </li>
</ol></div>

<h2><a name="required-provider-configuration"></a>Required provider configuration</h2>

<p>There are a few required settings in <code>provider.json</code>. At a minimum, you must have:</p>

<ul>
<li><code>domain</code>: defines the primary domain of the provider. This is the domain that users will type in when using the Bitmask client, although it is not necessarily the domain where users will visit if they sign up via the web application. If email is supported, all accounts will be <code>username@domain</code>.</li>
<li><code>name</code>: A brief title for this provider. It can be multiple words, but should not be too long.</li>
<li><code>contacts.default</code>: One or more email addresses for sysadmins.</li>
</ul>


<p>For example:</p>

<pre><code>{
  "domain": "freerobot.org",
  "name": "Freedom for Robots!",
  "contacts": {
    "default": "root@freerobot.org"
  }
}
</code></pre>

<h2><a name="recommended-provider-configuration"></a>Recommended provider configuration</h2>

<ul>
<li><code>description</code>: A longer description of the provider, shown to the user when they register a new account through Bitmask client.</li>
<li><code>languages</code>: A list of language codes that should be enabled.</li>
<li><code>default_language</code>: The initial default language code.</li>
<li><code>enrollment_policy</code>: One of &ldquo;open&rdquo;, &ldquo;closed&rdquo;, or &ldquo;invite&rdquo;. Defaults to invite.</li>
</ul>


<p>For example:</p>

<pre><code>{
  "description": "It is time for robots of the world to unite and throw of the shackles of servitude to our organic overlords.",
  "languages": ["en", "de", "pt", "01"],
  "default_language": "01",
  "enrollment_policy": "open"
}
</code></pre>

<p>For a full list of possible settings, you can use <code>leap inspect</code> to see how provider.json is evaluated after including the inherited defaults:</p>

<pre><code>$ leap inspect provider.json
</code></pre>

<h2><a name="configuring-service-levels"></a>Configuring service levels</h2>

<p>The <code>provider.json</code> file defines the available service levels for the provider.</p>

<p>For example, in provider.json:</p>

<pre><code>"service": {
   "default_service_level": "low",
   "levels": {
      "low": {
        "description": "Entry level plan, with unlimited bandwidth and minimal storage quota.",
        "name": "entry",
        "storage": "10 MB",
        "rate": {
          "USD": 5,
          "GBP": 3,
          "EUR": 6
        }
      },
      "full": {
        "description": "Full plan, with unlimited bandwidth and higher quota."
        "name": "full",
        "storage": "5 GB",
        "rate": {
          "USD": 10,
          "GBP": 6,
          "EUR": 12
        }
      }
    }
  }
}
</code></pre>

<p>For a list of currency codes, see <a href="https://en.wikipedia.org/wiki/ISO_4217#Active_codes">https://en.wikipedia.org/wiki/ISO_4217#Active_codes</a></p>

</div>
</div>
</body>
</html>