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 18:50:38 +02:00

23 lines
806 B
Bash

GITEA_SERVER_URL=https://git.example.com
GITEA_REPOSITORY=owner/repository
CI_AGENT_BOT_LOGIN=olixero-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=olixero-agent-controller:2.0.0
AGENT_EXECUTOR_IMAGE=olixero-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/olixero-agent/state
AGENT_WORKSPACE_DIR=/srv/olixero-agent/workspaces
OPENCODE_DATA_DIR=/srv/olixero-agent/opencode
CACHE_DIR=/srv/olixero-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