vubuntu/app.json

40 lines
1.3 KiB
JSON

{
"name": "Vubuntu-PureVNC-minimal",
"description": "Ubuntu with direct VNC, refer readme for more info.",
"repository": "https://github.com/vital987/vubuntu.git",
"logo": "https://raw.githubusercontent.com/vital987/vubuntu/master/assets/icons/64x64.png",
"keywords": ["docker","ubuntu", "vscode", "purevnc", "pure", "firefox", "brave", "fluxbox", "linux", "remote", "ssh", "direct-vnc", "vnc", "vubuntu"],
"stack": "container",
"env": {
"APP_NAME" : {
"description": "Name of the app, same as mentioned above.",
"value" : "",
"required" : true
},
"VNC_TITLE" : {
"description": "VNC Session Title, without spaces.",
"value" : "Vubuntu-PureVNC",
"required" : true
},
"VNC_PASS": {
"description": "VNC server password without spaces.",
"required" : true
},
"VNC_RESOLUTION" : {
"description": "VNC Server Resolution in WxH, 720p is preferrable.",
"value" : "1280x720",
"required" : true
},
"NGROK_AUTH_TOKEN" : {
"description": "Ngrok Auth-Token",
"value" : "",
"required" : true
},
"NO_SLEEP" : {
"description": "Prevent app from sleeping, 1=on, 0=off",
"value" : "0",
"required" : true
}
}
}