mirror of https://github.com/Box-boi/vubuntu.git
Update app.json
This commit is contained in:
parent
01226d9701
commit
404c74efd5
6
app.json
6
app.json
|
|
@ -6,12 +6,12 @@
|
|||
"keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote"],
|
||||
"stack": "container",
|
||||
"env": {
|
||||
"VNC_PASS": {
|
||||
"description": "VNC Server Password.",
|
||||
"PASSWORD": {
|
||||
"description": "VNC Server Password, w/o spaces",
|
||||
"required" : true
|
||||
},
|
||||
"VNC_TITLE" : {
|
||||
"description": "VNC Session Title, without spaces",
|
||||
"description": "VNC Session Title, w/o spaces",
|
||||
"value" : "Ubuntu_Desktop",
|
||||
"required" : true
|
||||
} ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue