fix vnc on windows
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@computernewb/nodejs-rfb": "^0.3.0",
|
||||
"@computernewb/superqemu": "^0.1.0",
|
||||
"@computernewb/superqemu": "^0.2.1",
|
||||
"@cvmts/cvm-rs": "*",
|
||||
"@maxmind/geoip2-node": "^5.0.0",
|
||||
"execa": "^8.0.1",
|
||||
|
||||
@@ -74,7 +74,10 @@ async function start() {
|
||||
let def: QemuVmDefinition = {
|
||||
id: Config.collabvm.node,
|
||||
command: Config.qemu.qemuArgs,
|
||||
snapshot: Config.qemu.snapshots
|
||||
snapshot: Config.qemu.snapshots,
|
||||
forceTcp: false,
|
||||
vncHost: '127.0.0.1',
|
||||
vncPort: Config.qemu.vncPort,
|
||||
};
|
||||
|
||||
VM = new QemuVM(def);
|
||||
|
||||
Reference in New Issue
Block a user