mirror of https://github.com/Box-boi/vubuntu.git
29 lines
957 B
JSON
29 lines
957 B
JSON
{
|
|
"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" : "Ubuntu_Desktop",
|
|
"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
|
|
} ,
|
|
"NGROK_TOKEN" : {
|
|
"description": "Use private ngrok token to prevent tunnel termination.",
|
|
"required" : false
|
|
}
|
|
}
|
|
}
|