add VNCVM

This commit is contained in:
Elijah R
2024-06-11 13:46:24 -04:00
parent 1c0ee235dd
commit 794b801628
9 changed files with 286 additions and 28 deletions

View File

@@ -11,6 +11,11 @@ origin = false
# Origins to accept connections from.
originAllowedDomains = ["computernewb.com"]
[tcp]
enabled = false
host = "0.0.0.0"
port = 6014
[auth]
enabled = false
apiEndpoint = ""
@@ -24,6 +29,9 @@ vote = true
[vm]
type = "qemu"
[qemu]
qemuArgs = "qemu-system-x86_64"
vncPort = 5900
snapshots = true
@@ -33,6 +41,14 @@ snapshots = true
# Comment out qmpSockDir if you're using Windows.
qmpSockDir = "/tmp/"
[vncvm]
vncHost = "127.0.0.1"
vncPort = 5900
# startCmd = ""
# stopCmd = ""
# rebootCmd = ""
# restoreCmd = ""
[collabvm]
node = "acoolvm"
displayname = "A <b>Really</b> Cool CollabVM Instance"