woodpecker/docs/versioned_docs/version-0.15/30-administration/11-vcs/70-gogs.md
2022-09-01 01:52:52 +02:00

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.