This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ci-agent-runner/deploy/.env.example
T
2026-07-13 20:56:50 +02:00

23 lines
792 B
Bash

GITEA_SERVER_URL=https://git.example.com
GITEA_REPOSITORY=owner/repository
CI_AGENT_BOT_LOGIN=gitea-agent
# Configure at least one allowlist. Numeric Gitea user IDs are preferred.
CI_AGENT_ALLOWED_ACTOR_IDS=10,11
CI_AGENT_ALLOWED_ACTORS=
AGENT_CONTROLLER_IMAGE=gitea-agent-controller:2.0.0
AGENT_EXECUTOR_IMAGE=gitea-agent-executor:2.0.0
AGENT_LISTEN_ADDRESS=127.0.0.1
AGENT_HTTP_PORT=8080
# Use local filesystems; SQLite WAL is not supported on network filesystems.
AGENT_STATE_DIR=/srv/gitea-agent/state
AGENT_WORKSPACE_DIR=/srv/gitea-agent/workspaces
OPENCODE_DATA_DIR=/srv/gitea-agent/opencode
CACHE_DIR=/srv/gitea-agent/cache
GITEA_WRITE_TOKEN_FILE=./secrets/gitea-write-token
GITEA_READ_TOKEN_FILE=./secrets/gitea-read-token
GITEA_WEBHOOK_SECRET_FILE=./secrets/gitea-webhook-secret