Files
dropshell-templates/gitea-runner-docker/config/service.env
j 8194500a38
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 45s
Update 2 files
2025-12-17 23:16:47 +13:00

18 lines
960 B
Bash

# Service settings specific to this server
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
# $HOME etc expanded on remote server by bash.
GITEA_RUNNER_DIRECTORY="${HOME}/.gitea-runner"
ACT_RUNNER_VERSION="0.2.11"
GITEA_URL="https://gitea.jde.nz"
GITEA_TOKEN="GITEA_TOKEN"
GITEA_RUNNER_NAME="${SERVER}-${SERVICE}"
GITEA_RUNNER_LABELS="ubuntu-latest:docker://gitea/runner-images:ubuntu-latest,ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04,ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04,linux/amd64:docker://gitea/runner-images:ubuntu-latest,linux/x86_64:docker://gitea/runner-images:ubuntu-latest,x86_64:docker://gitea/runner-images:ubuntu-latest,amd64:docker://gitea/runner-images:ubuntu-latest,amd:docker://gitea/runner-images:ubuntu-latest,native:docker://gitea/runner-images:ubuntu-latest"
CONTAINER_NAME="gitea-runner-${SERVICE}"
# Server Settings
SSH_USER="dropshell"