18 lines
711 B
Bash
18 lines
711 B
Bash
# 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
|