Implement Gitea Actions runner substrate
Some checks failed
Forge Runner Smoke / compatibility-smoke (push) Has been cancelled

This commit is contained in:
2026-06-08 00:31:06 +02:00
parent 3fb63c9a03
commit 19ee47fe82
15 changed files with 1032 additions and 3 deletions

24
runner/README.md Normal file
View File

@@ -0,0 +1,24 @@
# Runner Templates
This directory contains non-secret templates for the first forge-owned Gitea
Actions runner.
Use `docs/gitea-actions-runner-substrate.md` as the authoritative runbook. The
templates here are intentionally examples because the final host paths,
installer, and generated `act_runner` config must come from the attended runner
host.
Files:
- `act-runner.env.example` documents the non-secret environment shape and the
approved token file reference.
- `act-runner.service.example` is a systemd service skeleton for a binary
`act_runner` installation.
- `act-runner.openrc.example` is an OpenRC service skeleton for Alpine-style
hosts such as haskelseed.
- `act-runner-haskelseed.openrc.example` matches the current haskelseed
registration layout, where `/root/.runner` already exists and `act_runner`
runs from `/root`.
Do not commit `.runner`, generated configs containing host-specific state, token
files, logs with secret material, or downloaded runner binaries.