mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 16:01:05 +00:00
780 B
780 B
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://github.com
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_PASSWORD
Default: empty
The password is used to authenticate and clone all private repositories.
WOODPECKER_GOGS_PRIVATE_MODE
Default:
false
TODO
WOODPECKER_GOGS_SKIP_VERIFY
Default:
false
Configure if SSL verification should be skipped.