README.md: correct the stale Gitea redirect claim

The jayfield->jens rename note claimed the old /jayfield/... paths
still 200 via an automatic redirect. Re-verified live: they 404, and
Gitea's user_redirect table is empty. Fixed the claim and pointed at
TODO.md's fuller writeup.
This commit is contained in:
2026-07-26 22:24:13 +02:00
parent 8670911613
commit 7153fd761b
+15 -8
View File
@@ -360,14 +360,21 @@ Internet → Apache :80/:443 (git.jayfield.org vhost)
outright.
- **Admin user renamed `jayfield` → `jens` 2026-07-26** (password rotated at
the same time), via Gitea's own web admin panel (Site Administration →
User Accounts → Edit Account) rather than a direct DB/API edit — that's
the one code path that correctly moves the on-disk repo storage
directories and sets up a redirect together, rather than risking an
inconsistent rename. Verified: new credentials authenticate
(`GET /api/v1/user` → `"username":"jens"`), both the new canonical path
(`/jens/docs-alpha.jayfield.org`) and the old one (`/jayfield/...`, via
Gitea's automatic redirect) return `200`, and this repo's local `origin`
remote and stored git credentials were updated to match.
User Accounts → Edit Account) rather than a direct DB/API edit. There
was only ever this one account, and it owned all 89 repos — since
Gitea tracks repo ownership by numeric user id, not username, renaming
it instantly relabels every repo's owner as `jens`; nothing was moved
or duplicated. Verified: new credentials authenticate (`GET
/api/v1/user` → `"username":"jens"`), the new canonical path
(`/jens/docs-alpha.jayfield.org`) returns `200`, and this repo's local
`origin` remote and stored git credentials were updated to match.
**No redirect from the old `/jayfield/...` paths**: re-checked
2026-07-26 — both the bare old profile URL and old repo paths `404`,
and Gitea's own `user_redirect` table is empty, so this isn't just a
slow propagation. Whether a redirect was ever actually created here is
unclear; either way there's no functional impact (every real reference
already uses `/jens/...`) beyond old bookmarked/shared `/jayfield/...`
links no longer resolving. See `TODO.md` for the full investigation.
### Gitea backup to `vlda-01` (`SYNC-PLAN.md` item 2b)