'Generic Commit'

This commit is contained in:
Your Name
2025-06-01 16:09:46 +12:00
parent 41287ec041
commit 86bae74779
8 changed files with 125 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
# This file is replaced from the template whenever there is an update.
# Edit the service.env file to make changes.
# Template to use - always required!
TEMPLATE=gitea-runner
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=true

View File

@ -0,0 +1,10 @@
# 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://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster"