Skip to content
Crow CI
Codeberg

Forge Integration

Configuration for forge (Git hosting) integration.

  • Name: CROW_FORGE_URL
  • Description: URL of the forge.
  • Default: none

  • Name: CROW_FORGE_CLIENT
  • Description: OAuth2 client ID.
  • Default: none

  • Name: CROW_FORGE_SECRET
  • Description: OAuth2 client secret.
  • Default: none

  • Name: CROW_EXPERT_FORGE_OAUTH_HOST
  • Description: Fully qualified public forge URL. Use it if your forge URL isn’t a public URL. Format: <scheme>://<host>[/<prefix path>]
  • Default: none

  • Name: CROW_FORGE_SKIP_VERIFY
  • Description: Skip SSL verification.
  • Default: false

  • Name: CROW_FORGE_TIMEOUT
  • Description: How many seconds before timeout when fetching the Crow configuration from a Forge.
  • Default: 5s

  • Name: CROW_FORGE_RETRY
  • Description: How many retries of fetching the Crow configuration from a forge are done before we fail.
  • Default: 3

  • Name: CROW_AUTHENTICATE_PUBLIC_REPOS
  • Description: Always use authentication to clone repositories even if they are public. Needed if the SCM requires to always authenticate as used by many companies.
  • Default: false

  • Name: CROW_ADDON_FORGE
  • Description: Path to forge addon executable.
  • Default: none

  • Name: CROW_FORGEJO
  • Description: Forgejo driver is enabled.
  • Default: false

  • Name: CROW_GITEA
  • Description: Gitea driver is enabled.
  • Default: false

  • Name: CROW_GITHUB
  • Description: GitHub driver is enabled.
  • Default: false

  • Name: CROW_GITHUB_MERGE_REF
  • Description: GitHub pull requests use merge ref.
  • Default: true

  • Name: CROW_GITHUB_PUBLIC_ONLY
  • Description: GitHub tokens should only get access to public repos.
  • Default: false

  • Name: CROW_GITLAB
  • Description: GitLab driver is enabled.
  • Default: false

  • Name: CROW_BITBUCKET
  • Description: Bitbucket driver is enabled.
  • Default: false

  • Name: CROW_BITBUCKET_DC
  • Description: Bitbucket DataCenter/Server driver is enabled.
  • Default: false

  • Name: CROW_BITBUCKET_DC_GIT_USERNAME
  • Description: Bitbucket DataCenter/Server service account username.
  • Default: none

  • Name: CROW_BITBUCKET_DC_GIT_PASSWORD
  • Description: Bitbucket DataCenter/Server service account password.
  • Default: none