]> PHS Git Server - phs-api.git/commitdiff
Adding auth, media, and messaging.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 07:25:46 +0000 (02:25 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 07:25:46 +0000 (02:25 -0500)
app.js

diff --git a/app.js b/app.js
index d2ee388782f4e8e04b9ed94a174c1ffbbddc4e40..97c3ffcf82113465ba51fe4c3c561d5045715f25 100755 (executable)
--- 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');