From c0dca1fd1671acb431d3508701ee6c85d8f47c27 Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 27 Sep 2023 19:26:12 +0200 Subject: [PATCH] Remove GitLab Forge from Woodpecker CI --- pages/02.linux/woodpecker-ci/default.en.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pages/02.linux/woodpecker-ci/default.en.md b/pages/02.linux/woodpecker-ci/default.en.md index 580cd5f..3c62d99 100644 --- a/pages/02.linux/woodpecker-ci/default.en.md +++ b/pages/02.linux/woodpecker-ci/default.en.md @@ -87,17 +87,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/) -#### 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 > [Official Documentation](https://woodpecker-ci.org/docs/administration/agent-config)