- 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>
7 lines
201 B
Text
7 lines
201 B
Text
# 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
|