-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.jps
54 lines (52 loc) · 1.21 KB
/
manifest.jps
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
{
"version": 0.99,
"type": "install",
"id": "linuxgsm",
"name": "LinuxGSM",
"description": {
"text": "LinuxGSM is the command-line tool for quick, simple deployment and management of Linux dedicated game servers."
},
"logo": "https://raw.githubusercontent.com/dynacentri/Jelastic-LinuxGSM/master/images/LinuxGSM.png",
"homepage": "https://linuxgsm.com/",
"categories": [
"apps/entertainment"
],
"targetRegions": {
"type": "vz7"
},
"engine": "vps",
"nodes": [
{
"count": 1,
"fixedCloudlets": 1,
"cloudlets": 16,
"nodeGroup": "vps",
"nodeType": "ubuntu18",
"image": "jelastic/ubuntuvps",
"tag": "18.04",
"extip": true,
"displayName": "",
"startService": true,
"env": {
"JELASTIC_PORTS": ""
}
}
],
"ssl": false,
"ha": false,
"settings": {
"fields": [
]
},
"onInstall": [
{
"nodeType": "ubuntu18",
"cmd [vps]": [
]
}
],
"success": {
"text": "",
"email": ""
}
}