From aac1b1a498fd45ac3cafc01b3b2e5e72fc9e1b99 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sat, 13 Sep 2025 02:25:46 -0500 Subject: [PATCH] Adding auth, media, and messaging. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d2ee388..97c3ffc 100755 --- a/app.js +++ b/app.js @@ -16,7 +16,7 @@ const path = require('path'); const Docker = require('dockerode'); const docker = new Docker({ socketPath: '/var/run/docker.sock' }); const sshConfig = { - host:'192.168.1.62', port:22, username:'charles' + host:'192.168.1.62', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ), }; const buffer = require('buffer'); -- 2.43.0