remove olixero branding

This commit is contained in:
2026-07-13 20:56:50 +02:00
parent 40c822d3bf
commit 040a4aee37
16 changed files with 47 additions and 157 deletions
+7 -7
View File
@@ -1,21 +1,21 @@
GITEA_SERVER_URL=https://git.example.com
GITEA_REPOSITORY=owner/repository
CI_AGENT_BOT_LOGIN=olixero-agent
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=olixero-agent-controller:2.0.0
AGENT_EXECUTOR_IMAGE=olixero-agent-executor:2.0.0
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/olixero-agent/state
AGENT_WORKSPACE_DIR=/srv/olixero-agent/workspaces
OPENCODE_DATA_DIR=/srv/olixero-agent/opencode
CACHE_DIR=/srv/olixero-agent/cache
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