No description
Find a file
jtricerolph cc5fc99242 Fix SSH known_hosts noise — add UserKnownHostsFile=/dev/null to all SSH calls
/root/.ssh is mounted read-only in the management container, causing stderr
noise on every SSH connection. Routing to /dev/null avoids the write attempt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-14 09:38:56 +00:00
backup Initial commit: management 2026-07-01 12:09:54 +00:00
updater Fix SSH known_hosts noise — add UserKnownHostsFile=/dev/null to all SSH calls 2026-07-14 09:38:56 +00:00
.env.example Replace static deploy-map with dynamic auth registry 2026-07-01 20:49:39 +00:00
.gitignore Initial commit: management 2026-07-01 12:09:54 +00:00
docker-compose.yml Pass CENTRAL_AUTH_SECRET and AUTH_URL to updater container 2026-07-01 20:55:51 +00:00