Compare commits
2 Commits
81fbf84967
...
6e6ab658fd
Author | SHA1 | Date | |
---|---|---|---|
6e6ab658fd | |||
c0dca1fd16 |
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user