feat: add act_runner service for Gitea Actions

Runs alongside Gitea, mounts Docker socket for Docker-based workflows.
Token passed via GITEA_RUNNER_TOKEN env var (set in gitea/.env on server).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-28 01:47:25 +01:00
parent 7a1d031bc8
commit 215fef2be3
2 changed files with 15 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ recover_project \
# ── Data directories ───────────────────────────────────────────────────────────
log "Creating data directories..."
mkdir -p "${DATA_DIR}/gitea"
mkdir -p "${DATA_DIR}/gitea" "${DATA_DIR}/act_runner"
# ── Ownership ──────────────────────────────────────────────────────────────────