diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4971f35 --- /dev/null +++ b/.env.example @@ -0,0 +1,30 @@ +# custom-gitea-runner environment template +# Copy this file to .env and fill in real values. +# Never commit .env to version control. + +# ─── Required for bootstrap registration (Mode B) ──────────────────────────── +GITEA_INSTANCE_URL=https://git.example.com +GITEA_RUNNER_TOKEN=your-registration-token-here +GITEA_RUNNER_NAME=unraid-runner-01 + +# ─── Optional registration settings ───────────────────────────────────────── +# Comma-separated label list. Each label maps a GitHub Actions runner label +# to an act_runner execution environment. +# Format: