fix: share host ssh with codex queue

Mount the host root SSH directory into codex-queue read-only and include SSH key readiness in dev-ready health checks and docs.
This commit is contained in:
Codex
2026-05-08 04:34:03 +00:00
parent 41fdaba973
commit a278de032d
4 changed files with 15 additions and 3 deletions
+1
View File
@@ -107,6 +107,7 @@ export function writeComposeEnv(config: UniDeskConfig, freshLogPrefix: boolean):
UNIDESK_PROVIDER_UPGRADE_RUNNER_IMAGE: config.providerGateway.upgrade.runnerImage,
UNIDESK_LOG_DIR: logDir,
UNIDESK_LOG_PREFIX: logPrefix,
UNIDESK_HOST_ROOT_SSH_DIR: process.env.UNIDESK_HOST_ROOT_SSH_DIR || "/root/.ssh",
UNIDESK_HOST_SSH_KEY_DIR: config.sshForwarding.keyDir,
UNIDESK_HOST_SSH_HOST: config.sshForwarding.host,
UNIDESK_HOST_SSH_PORT: String(config.sshForwarding.port),