feat. rebuild service in Go
Rebuild the Gitea Codex review bot from the product contract with a Go HTTP service, durable SQL queue, typed Gitea client, isolated runner, and deployment updates. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -52,3 +52,8 @@ REVIEW_RUNNER_IMAGE=node:22-bookworm-slim
|
||||
|
||||
# Security: fork PRs are skipped unless explicitly enabled.
|
||||
ALLOW_UNTRUSTED_FORKS=false
|
||||
|
||||
# Optional SQLite/MariaDB override. When unset, DB_* values compose a MariaDB DSN.
|
||||
DATABASE_URL=sqlite://./gitea-codex.db
|
||||
WEBHOOK_MAX_BYTES=2097152
|
||||
PORT=8000
|
||||
|
||||
Reference in New Issue
Block a user