forked from vital987/vubuntu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 810 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Vubuntu",
"description": "Fully fledged Ubuntu NoVNC, refer readme for more info.",
"repository": "https://github.com/vital987/vubuntu.git",
"logo": "https://imgur.com/1qCGUwK.png",
"keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote", "ssh", "vnc", "vubuntu"],
"stack": "container",
"env": {
"VNC_TITLE" : {
"description": "VNC Session Title, w/o spaces.",
"value" : "Vubuntu",
"required" : true
} ,
"VNC_PASS": {
"description": "VNC server password w/o spaces.",
"required" : true
},
"VNC_RESOLUTION" : {
"description": "VNC Server Resolution in WxH, 720p is preferrable.",
"value" : "1280x720",
"required" : true
}
}
}