VNC setup

This commit is contained in:
2026-09-15 00:36:20 -04:00
parent 6f83981242
commit 4c8e18b682
4 changed files with 439 additions and 32 deletions
+8 -10
View File
@@ -9,14 +9,20 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@novnc/novnc": "^1.7.0",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"node-gpsd": "^0.3.4"
"express": "^5.2.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
},
"node_modules/@novnc/novnc": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.7.0.tgz",
"integrity": "sha512-ucEJOx4T2avIRCleodk7YobZj5O2Ga2AeLfQ69A/yjG9HHba2+PDgwSkN3FttrmG+70ZGx21sElNFouK13RzyA==",
"license": "MPL-2.0"
},
"node_modules/accepts": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
@@ -723,14 +729,6 @@
"node": ">= 0.6"
}
},
"node_modules/node-gpsd": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/node-gpsd/-/node-gpsd-0.3.4.tgz",
"integrity": "sha512-sI9hPfHiaWDmhjE1oJZnhMo7UF2vQVGl3qk0K4HbN1L8BkS0I+rd6V687eHOj/6ervXiHrhwXzYYsWdXxGy0Qg==",
"engines": {
"node": ">=v0.8.0"
}
},
"node_modules/nodemon": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz",