Gitignore gitea app.ini and remove INTERNAL_TOKEN from template

Runtime config (app.ini) should not be tracked since secrets are
injected via env vars in docker-compose. The template remains as
source of truth. INTERNAL_TOKEN is removed from the template as
it is set exclusively via GITEA__security__INTERNAL_TOKEN env var.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 14:37:30 +01:00
parent 494f61f9c6
commit cdcef5ba96
3 changed files with 1 additions and 99 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ backend/token/
.env
gitea/data/*
gitea/config/app.ini
# Gitea runner
gitea-runner/.runner