fix: configure JD01 workspace git proxy
This commit is contained in:
@@ -54,7 +54,8 @@ targets:
|
||||
route: JD01
|
||||
homeDir: /root
|
||||
egress:
|
||||
mode: direct
|
||||
mode: http-connect-proxy
|
||||
proxyUrl: http://127.0.0.1:10808
|
||||
identities:
|
||||
- github.com
|
||||
G14:
|
||||
|
||||
@@ -785,6 +785,14 @@ lanes:
|
||||
node: JD01
|
||||
workspace: /root/workspace/hwlab-v03
|
||||
sourceWorkspace:
|
||||
git:
|
||||
remoteName: origin
|
||||
remoteUrl: git@github.com:pikasTech/HWLAB.git
|
||||
identityTarget: JD01
|
||||
identityId: github.com
|
||||
proxyEnvPath: /etc/unidesk/proxy.env
|
||||
verifyRemote: true
|
||||
requireUpToDate: true
|
||||
requiredCommands:
|
||||
- git
|
||||
- node
|
||||
|
||||
@@ -106,6 +106,11 @@ targets:
|
||||
apt: /etc/apt/apt.conf.d/90unidesk-proxy
|
||||
dockerSystemdDropIn: /etc/systemd/system/docker.service.d/10-unidesk-proxy.conf
|
||||
k3sSystemdDropIn: /etc/systemd/system/k3s.service.d/10-unidesk-proxy.conf
|
||||
trans:
|
||||
hostProxyEnv:
|
||||
enabled: true
|
||||
envFileRef: files.envFile
|
||||
applyTo: host-posix-commands
|
||||
apply:
|
||||
reloadSystemd: true
|
||||
restartDocker: true
|
||||
|
||||
Reference in New Issue
Block a user