From: charleswrayjr Date: Sun, 7 Sep 2025 20:23:52 +0000 (-0500) Subject: Testing vpn paths. X-Git-Url: https://git.phasecustomsoft.com/static/%7B?a=commitdiff_plain;h=ebf7321b6958382719970d5be305790e9921b079;p=phs-api.git Testing vpn paths. --- diff --git a/app.js b/app.js index 2a27486..7503355 100755 --- a/app.js +++ b/app.js @@ -15,7 +15,7 @@ const fs = require('fs'); const Docker = require('dockerode'); const docker = new Docker({ socketPath: '/var/run/docker.sock' }); const sshConfig = { - host:'localhost', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ), + host:'192.168.1.62', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ), }; const buffer = require('buffer');