VNC client

This commit is contained in:
2026-09-15 00:51:19 -04:00
parent 8f93efba73
commit 92c0348740
69 changed files with 8410 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ export const vncRouter = express.Router();
vncRouter.get('/novnc/vnc.html', (req, res) =>
res.sendFile(path.join(__dirname, '../../public/vnc.html'))
);
vncRouter.use('/novnc/app', express.static(path.join(__dirname, '../../public/vnc')));
vncRouter.use('/novnc', express.static(NOVNC));
vncRouter.get('/', (req, res) =>