26 lines
664 B
YAML
26 lines
664 B
YAML
---
|
|
gitea_runner_user: gitea-runner
|
|
gitea_runner_home: /home/gitea-runner
|
|
gitea_runner_version: "0.2.13"
|
|
gitea_runner_arch: linux-amd64
|
|
gitea_runner_capacity: 4
|
|
|
|
# Multiple Gitea instances to run actions runners for
|
|
gitea_runners:
|
|
- name: debyl
|
|
instance_url: https://git.debyl.io
|
|
- name: skudak
|
|
instance_url: https://git.skudak.com
|
|
|
|
# Old single-instance format (replaced by gitea_runners list above):
|
|
# gitea_instance_url: https://git.debyl.io
|
|
|
|
# Paths
|
|
act_runner_bin: /usr/local/bin/act_runner
|
|
act_runner_config_dir: /etc/act_runner
|
|
act_runner_work_dir: /var/lib/act_runner
|
|
|
|
# ESP-IDF configuration
|
|
esp_idf_version: v5.4.1
|
|
esp_idf_path: /opt/esp-idf
|