docs: add admin password-reset recipe; gitignore local secret notes

- README maintenance: reset admin password via UI or 'forgejo admin
  user change-password' (no email/old password needed)
- .gitignore: secrets.local.md + *.local.secret so off-git credential
  backups can never be committed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Josh Bairstow 2026-06-02 22:12:11 +10:00
parent 7a3a8fb400
commit 74b1c3fcbb
2 changed files with 11 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
# Forgejo runner registration file — contains a secret, never commit.
runner/.runner
*.env
# Local secret notes — backup of credentials kept off git. NEVER commit.
secrets.local.md
*.local.secret