# Home Assistant Add-on: Gitea act_runner ![Supports amd64 Architecture][amd64-shield] ![Supports aarch64 Architecture][aarch64-shield] This add-on runs the **[Gitea Actions runner](https://gitea.com/gitea/act_runner)** natively on your Home Assistant machine, perfect for: - Running CI/CD pipelines defined in your Gitea repositories - Building and testing software directly on your home server - Executing Docker-based job containers without a separate runner host It self-registers to your Gitea instance on first boot, persists the registration across restarts, and is fully configurable from the HA add-on UI. ## ⚙️ Configuration ```yaml gitea_url: "http://192.168.1.50:3000" runner_token: "your-registration-token" runner_name: "haos-runner" runner_labels: "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04" log_level: "info" ``` ### Parameters | Variable | Default | Description | |-----------------|-----------------------------------------------------------------------|--------------------------------------------------------------------------------------------------| | `gitea_url` | *(required)* | Full URL of your Gitea instance. **Must be a LAN IP**, not `localhost`. | | `runner_token` | *(required)* | Registration token from Gitea → Site Admin → Actions → Runners → Create new runner. | | `runner_name` | `haos-runner` | Display name shown in the Gitea runner list. | | `runner_labels` | `ubuntu-latest:docker://catthehacker/ubuntu:act-22.04` | Comma-separated `