'Generic Commit'

This commit is contained in:
Your Name
2025-06-01 17:37:45 +12:00
parent fcee3fd99d
commit ffd61cd754
11 changed files with 142 additions and 2 deletions

View 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"