added act runner quadlet

This commit is contained in:
2026-02-13 16:07:14 -05:00
parent 7b09101941
commit 8f617bfa89
3 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
CONFIG_FILE=/config.yaml
GITEA_INSTANCE_URL=https://gitea.loxthelion.com
GITEA_RUNNER_REGISTRATION_TOKEN=kjlCmnhyFQntdVnKZH8Lmkjsdj6xArqTCu6UGeyY
GITEA_RUNNER_NAME=PRODESK
GITEA_RUNNER_LABELS=ubuntu-latest
DOCKER_HOST=unix:///run/user/1001/podman/podman.sock
PUID=1001
PGID=1002