Compare commits

...

2 Commits

Author SHA1 Message Date
exu
6e6ab658fd Add note about other Forges 2023-09-27 19:26:25 +02:00
exu
c0dca1fd16 Remove GitLab Forge from Woodpecker CI 2023-09-27 19:26:12 +02:00

View File

@ -6,6 +6,7 @@ visible: true
[toc] [toc]
This page details installation instructions for Woodpecker CI with a connection to a self-hosted [Gitea](/linux/gitea) instance. This page details installation instructions for Woodpecker CI with a connection to a self-hosted [Gitea](/linux/gitea) instance.
Other Git Forges are also available, [learn more here](https://woodpecker-ci.org/docs/administration/forges/overview).
Woodpecker will be deployed as a container. Woodpecker will be deployed as a container.
## Podman ## Podman
@ -87,17 +88,6 @@ A simple workaround is adding an override rule in OPNsense under `Services > Unb
> [Helpful Reddit post](https://www.reddit.com/r/OPNsenseFirewall/comments/lrmtsz/a_potential_dns_rebind_attack/) > [Helpful Reddit post](https://www.reddit.com/r/OPNsenseFirewall/comments/lrmtsz/a_potential_dns_rebind_attack/)
#### GitLab
Add these environment variables to enable GitLab in Woodpecker.
```sh
-e WOODPECKER_GITLAB=true \
-e WOODPECKER_GITLAB_URL=https://(gitlab url) \
-e WOODPECKER_GITLAB_CLIENT=(oauth client id) \
-e WOODPECKER_GITLAB_SECRET=(oauth client secret) \
```
### Application agent ### Application agent
> [Official Documentation](https://woodpecker-ci.org/docs/administration/agent-config) > [Official Documentation](https://woodpecker-ci.org/docs/administration/agent-config)