'Generic Commit'
This commit is contained in:
10
gitea-runner-docker/config/.template_info.env
Normal file
10
gitea-runner-docker/config/.template_info.env
Normal 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
|
16
gitea-runner-docker/config/service.env
Normal file
16
gitea-runner-docker/config/service.env
Normal file
@ -0,0 +1,16 @@
|
||||
# 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"
|
||||
|
||||
CONTAINER_NAME="gitea-runner-${SERVICE}"
|
||||
|
||||
# Server Settings
|
||||
SSH_USER="dropshell"
|
||||
|
Reference in New Issue
Block a user