11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
GITEA_CONFIG="/var/actrunner/gitea-runner/config.yaml"
|
|
|
|
GITEA_RUNNER_OPTS=""
|
|
|
|
# To run an anonymous git safely, the following user should be able to only
|
|
# read your Git repositories. It should not be able to write to anywhere on
|
|
# your system, esp. not the repositories.
|
|
GITEA_RUNNER_USER="gitea-runner"
|
|
GITEA_RUNNER_GROUP="gitea-runner"
|
|
|