log: level: info runner: # Where to store the registration result. file: .runner capacity: 1 envs: # Extra environment variables to run jobs from a file. # It will be ignored if it's empty or the file doesn't exist. # env_file: .env timeout: 3h # Whether skip verifying the TLS certificate of the Gitea instance. insecure: false # The timeout for fetching the job from the Gitea instance. fetch_timeout: 5s # The interval for fetching the job from the Gitea instance. fetch_interval: 2s # The labels of a runner are used to determine which jobs the runner can run, and how to run them. # Like: "macos-arm64:host" or "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" # Find more images provided by Gitea at https://gitea.com/gitea/runner-images . # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" cache: enabled: false dir: "" host: "" port: 0 external_server: "" host: workdir_parent: