feat(gitea): establish MCP security baseline (phase 0)

This commit is contained in:
chengma
2026-07-14 12:00:53 +08:00
parent 795a852aa9
commit 56fb3a7547
7 changed files with 206 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# Copy to $HOME/.codex/gitea.env and replace every example value locally.
GITEA_URL=http://gitea.example.invalid:3000
GITEA_TOKEN=【replace-with-minimum-scope-token】
# Required only when the team explicitly accepts HTTP credential exposure risk.
GITEA_ALLOW_INSECURE_HTTP=1
# Optional: bypass local HTTP/SOCKS proxy for this Gitea instance.
GITEA_DIRECT=1