vubuntu/app.json

38 lines
1.2 KiB
JSON

{
"name": "UbuntuWithNoVNC",
"description": "Ubuntu with Fluxbox, Firefox, VS Code & more.",
"repository": "https://github.com/apoorvvyavahare/vubuntu.git",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Ubuntu_logoib.svg/240px-Ubuntu_logoib.svg.png",
"keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote"],
"stack": "container",
"env": {
"PASSWORD": {
"description": "Please set the password in your Dockerfile from GitHub.",
},
"VNC_TITLE" : {
"description": "VNC Session Title, w/o spaces",
"value" : "Ubuntu_Desktop",
"required" : true
} ,
"VNC_RESOLUTION" : {
"description": "VNC Server Resolution in WxH.",
"value" : "1280x720",
"required" : true
} ,
"DISPLAY" : {
"description": "Display Port",
"value" : ":0",
"required" : true
} ,
"NOVNC_PORT" : {
"description": "NoVNC HTTP/HTTPS Port.",
"value" : "$PORT",
"required" : true
} ,
"NGROK_TOKEN" : {
"description": "Ngrok Token, use private token to prevent clashing with other users.",
"required" : false
}
}
}