fix: configure JD01 workspace git proxy

This commit is contained in:
Codex
2026-06-29 14:34:15 +00:00
parent 10c5daf618
commit 2f21b7836b
9 changed files with 308 additions and 22 deletions
+2 -1
View File
@@ -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:
+8
View File
@@ -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
+5
View File
@@ -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