docs: fix stale references across all documentation

README.md: add missing configure_runners.sh, fix check count 22→24
USAGE_GUIDE.md: fix check refs 23-24→21-22, add CAP column to
  manage_runner list example
PLAN.md: fix mirror-sync→push_mirrors-sync endpoint
contracts/gitea-api.md: add 5 missing endpoints (DELETE tokens,
  repo-scoped runner registration, PUT/POST GitHub Pages, GitHub
  commits), remove unused actions/workflows endpoint, fix
  GET /settings/api Used-in to include Phase 2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 12:55:23 -05:00
parent 6f97f5f08f
commit 045283be50
4 changed files with 88 additions and 31 deletions

View File

@@ -254,7 +254,7 @@ If this fails, add your public key to the remote host's `~/.ssh/authorized_keys`
### Cross-host SSH fails (Unraid cannot reach Fedora or vice versa)
**Symptom**: Preflight checks 23-24 fail, or `backup/backup_primary.sh` fails on the SCP step.
**Symptom**: Preflight checks 21-22 fail, or `backup/backup_primary.sh` fails on the SCP step.
**Fix**: Run the cross-host SSH setup:
@@ -603,11 +603,11 @@ The script uses `.env.example` as a template to preserve section headers and com
Output:
```
NAME HOST LABELS TYPE STATUS
---- ---- ------ ---- ------
unraid-runner 192.168.1.10 linux docker online
fedora-runner 192.168.1.20 linux docker idle
macbook-runner local macos native online
NAME HOST LABELS TYPE CAP STATUS
---- ---- ------ ---- --- ------
unraid-runner 192.168.1.10 linux docker 2 online
fedora-runner 192.168.1.20 linux docker 2 idle
macbook-runner local macos native 1 online
```
### Adding a runner