disinto/tools/edge-control/lib
Claude cd115a51a3
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
fix: edge control critical bugs - .env dedup, authorized_keys, Caddy routes
- Fix .env write in edge register to use single grep -Ev + mv pattern (not three-pass append)
- Fix register.sh to source authorized_keys.sh and call rebuild_authorized_keys directly
- Fix caddy.sh remove_route to use jq to find route index by host match
- Fix authorized_keys.sh operator precedence: { [ -z ] || [ -z ]; } && continue
- Fix install.sh Caddyfile to use { admin localhost:2019 } global options
- Fix deregister and status SSH to use StrictHostKeyChecking=accept-new
2026-04-10 19:26:41 +00:00
..
authorized_keys.sh fix: edge control critical bugs - .env dedup, authorized_keys, Caddy routes 2026-04-10 19:26:41 +00:00
caddy.sh fix: edge control critical bugs - .env dedup, authorized_keys, Caddy routes 2026-04-10 19:26:41 +00:00
ports.sh fix: feat: disinto edge command + SSH-forced-command control plane in tools/edge-control/ (#621) 2026-04-10 18:45:06 +00:00