woodpecker/docs/docs/30-administration/11-forges/70-gogs.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 KiB

Gogs

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_GOGS

Default: false

Enables the Gogs driver.

WOODPECKER_GOGS_URL

Default: https://try.gogs.io

Configures the Gogs server address.

WOODPECKER_GOGS_GIT_USERNAME

Default: empty

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

WOODPECKER_GOGS_GIT_USERNAME_FILE

Default: empty

Read the value for WOODPECKER_GOGS_GIT_USERNAME from the specified filepath

WOODPECKER_GOGS_GIT_PASSWORD

Default: empty

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

WOODPECKER_GOGS_GIT_PASSWORD_FILE

Default: empty

Read the value for WOODPECKER_GOGS_GIT_PASSWORD from the specified filepath

WOODPECKER_GOGS_PRIVATE_MODE

Default: false

TODO

WOODPECKER_GOGS_SKIP_VERIFY

Default: false

Configure if SSL verification should be skipped.