13 lines
459 B
Bash
13 lines
459 B
Bash
# Gitea instance URL (used for runner registration and API validation)
|
|
GITEA_URL=https://git.example.com
|
|
|
|
# Runner registration token from Gitea admin panel:
|
|
# Admin → Actions → Runners → Create Registration Token
|
|
GITEA_REGISTRATION_TOKEN=your-registration-token
|
|
|
|
# Default SSH user for remote hosts (optional, overrides --user)
|
|
# GITEA_RUNNER_USER=ubuntu
|
|
|
|
# Default SSH private key path (optional, overrides --key)
|
|
# GITEA_RUNNER_KEY=~/.ssh/id_ed25519
|