docs: record login-after-setup root cause (deployment data persistence)

This commit is contained in:
Macky
2026-08-07 20:21:00 +07:00
parent 334ef4e00c
commit 7d778d780d
2 changed files with 36 additions and 0 deletions

View File

@@ -36,3 +36,4 @@ Informed by MiroFish (CrowdSight engine) + the hermes-brain-and-tools CrowdSight
- `2026-08-07-security-ux.md` — security hardening (path traversal, IDOR, XSS) + UX/UI polish.
- `2026-08-07-auth-gitea.md` — username login + first-time admin setup + Gitea push.
- `2026-08-07-docker-final.md` — Docker build fix: ship prebuilt frontend/dist, no npm in image (resolves repeated `vite: not found`).
- `2026-08-07-login-after-setup.md` — can't-login-after-setup = deployment data non-persistence, not login logic (verified).