mirror of https://github.com/Box-boi/vubuntu.git
add ngrok_authtoken option
This commit is contained in:
parent
262e908db9
commit
983f6c67e1
15
app.json
15
app.json
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "Vubuntu",
|
||||
"description": "Fully fledged Ubuntu NoVNC, refer readme for more info.",
|
||||
"name": "Vubuntu-PureVNC",
|
||||
"description": "Fully fledged Ubuntu with pure VNC, 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"],
|
||||
"keywords": ["docker","ubuntu", "vscode", "purevnc", "pure", "firefox", "brave", "fluxbox", "linux", "remote", "ssh", "vnc", "vubuntu"],
|
||||
"stack": "container",
|
||||
"env": {
|
||||
"VNC_TITLE" : {
|
||||
"description": "VNC Session Title, w/o spaces.",
|
||||
"value" : "Vubuntu",
|
||||
"value" : "Vubuntu-PureVNC",
|
||||
"required" : true
|
||||
} ,
|
||||
"VNC_PASS": {
|
||||
|
|
@ -19,6 +19,11 @@
|
|||
"description": "VNC Server Resolution in WxH, 720p is preferrable.",
|
||||
"value" : "1280x720",
|
||||
"required" : true
|
||||
}
|
||||
},
|
||||
"NGROK_AUTH_TOKEN" : {
|
||||
"description": "Ngrok Auth-Token",
|
||||
"value" : "",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue