-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAppDef.json
41 lines (41 loc) · 982 Bytes
/
AppDef.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
{
"name": "Jupyter Notebook Demo",
"description": "Demo for jupyter notebook on JARVICE",
"author": "nimbix",
"licensed": true,
"classifications": [
"Software Development"
],
"machines": [
"n0"
],
"vault-types": [
"FILE",
"BLOCK",
"BLOCK_ARRAY",
"OBJECT"
],
"commands": {
"Notebook": {
"path": "/usr/local/bin/run-jupyter.sh",
"interactive": true,
"name": "Launch notebook",
"description": "Start Jupyter notebook",
"url": "http://%PUBLICADDR%:8888?token=%RANDOM64%",
"parameters": {
}
},
"Server": {
"path": "/sbin/init",
"interactive": true,
"name": "Launch Ubuntu",
"description": "Start Ubuntu",
"parameters": {
}
}
},
"image": {
"type": "image/png",
"data": ""
}
}