-
Notifications
You must be signed in to change notification settings - Fork 66
/
cloudnode.json
64 lines (63 loc) · 1 KB
/
cloudnode.json
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
{
"name": "Cloudnode",
"revision": "2013-07-11T11:15:54+02:00",
"url": "https://cloudno.de/",
"status": "beta",
"status_since": "2011-09-04",
"type": "Generic",
"hosting": {
"public": true,
"private": false
},
"pricings": [
{
"model": "free"
}
],
"scaling": {
"vertical": false,
"horizontal": false,
"auto": false
},
"runtimes": [
{
"language": "node",
"versions": [
"0.4.12",
"0.6.17",
"0.8.25"
]
}
],
"middlewares": null,
"frameworks": null,
"services": {
"native": [
{
"name": "couchdb",
"type": "datastore",
"versions": [
"1.5"
]
},
{
"name": "redis",
"type": "datastore",
"versions": [
"2.4.4"
]
}
],
"addon": [
]
},
"extensible": false,
"infrastructures": [
{
"continent": "EU",
"country": "IE",
"region": "Dublin",
"provider": "AWS"
}
]
}