Initial runner configuration

This commit is contained in:
Nils-Johan Gynther
2026-05-12 19:16:47 +02:00
parent aacfde24e5
commit 6fb89ee820
4 changed files with 195 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Gitea Actions Runner Configuration
# Gitea instance URL (external, accessible from runner host)
GITEA_INSTANCE_URL=https://gitea.gynther.se
# Runner registration token
# Hämta från: https://gitea.gynther.se/repo/settings/actions/runners
# Klicka "Create New Runner" eller "Create Instance-level Runner"
# Kopiera tokenen och sätt här
GITEA_RUNNER_REGISTRATION_TOKEN=
# Runner name (optional, defaults to hostname if empty)
GITEA_RUNNER_NAME=recipe-app
# Runner labels (optional, defaults to ubuntu-latest if empty)
# Format: label:docker://image,label:docker://image
GITEA_RUNNER_LABELS=backend-node24:docker://node:24-bullseye,flutter-3-41:docker://ghcr.io/cirruslabs/flutter:stable