woodpecker/docs/docs/30-administration/11-forges/80-coding.md
Anbraten ee97977b93
Update and cleanup docs (#851)
- migrate step conditions back into pipeline syntax, but show 2-4 level in toc to be able to see `when` keywords
- create new backend section in admin docs
- update docusaurus
- remove prefix docker of container / container-image where possible
- replace terms SCM, VCS, Github with [forge](https://en.wikipedia.org/wiki/Forge_(software))
- add darkmode favicon variant
2022-04-06 17:15:28 +02:00

1.7 KiB

Coding

Configuration

This is a full list of configuration options. Please note that many of these options use default configuration values that should work for the majority of installations.

WOODPECKER_CODING

Default: false

Enables the Coding driver.

WOODPECKER_CODING_URL

Default: https://coding.net

Configures the Coding server address.

WOODPECKER_CODING_CLIENT

Default: empty

Configures the Coding OAuth client id. This is used to authorize access.

WOODPECKER_CODING_CLIENT_FILE

Default: empty

Read the value for WOODPECKER_CODING_CLIENT from the specified filepath

WOODPECKER_CODING_SECRET

Default: empty

Configures the Coding OAuth client secret. This is used to authorize access.

WOODPECKER_CODING_SECRET_FILE

Default: empty

Read the value for WOODPECKER_CODING_SECRET from the specified filepath

WOODPECKER_CODING_SCOPE

Default: user, project, project:depot

Comma-separated list of OAuth scopes.

WOODPECKER_CODING_GIT_MACHINE

Default: git.coding.net

TODO

WOODPECKER_CODING_GIT_USERNAME

Default: empty

This username is used to authenticate and clone all private repositories.

WOODPECKER_CODING_GIT_USERNAME_FILE

Default: empty

Read the value for WOODPECKER_CODING_GIT_USERNAME from the specified filepath

WOODPECKER_CODING_GIT_PASSWORD

Default: empty

The password is used to authenticate and clone all private repositories.

WOODPECKER_CODING_GIT_PASSWORD_FILE

Default: empty

Read the value for WOODPECKER_CODING_GIT_PASSWORD from the specified filepath

WOODPECKER_CODING_SKIP_VERIFY

Default: false

Configure if SSL verification should be skipped.