2022-02-04 09:53:03 +00:00
# Awesome Woodpecker
A curated list of awesome things related to Woodpecker-CI.
If you have some missing resources, please feel free to [open a pull-request ](https://github.com/woodpecker-ci/woodpecker/edit/master/docs/docs/92-awesome.md ) and add them.
## Official Resources
- [Woodpecker CI pipeline configs ](https://github.com/woodpecker-ci/woodpecker/tree/master/.woodpecker ) - Complex setup containing different kind of pipelines
- [Golang tests ](https://github.com/woodpecker-ci/woodpecker/blob/master/.woodpecker/test.yml )
- [Typescript, eslint & Vue ](https://github.com/woodpecker-ci/woodpecker/blob/master/.woodpecker/web.yml )
2022-11-09 07:12:17 +00:00
- [Docusaurus & publishing to GitHub Pages ](https://github.com/woodpecker-ci/woodpecker/blob/master/.woodpecker/docs.yml )
2022-02-04 09:53:03 +00:00
- [Docker container building ](https://github.com/woodpecker-ci/woodpecker/blob/master/.woodpecker/docker.yml )
- [Helm chart linting & releasing ](https://github.com/woodpecker-ci/woodpecker/blob/master/.woodpecker/helm.yml )
## Projects using Woodpecker
- [Woodpecker-CI ](https://github.com/woodpecker-ci/woodpecker/tree/master/.woodpecker ) itself
- [All official plugins ](https://github.com/woodpecker-ci?q=plugin&type=all )
2023-05-18 10:10:05 +00:00
- [dessalines/thumb-key ](https://github.com/dessalines/thumb-key/blob/main/.woodpecker.yml ) - Android Jetpack compose linting and building
2022-02-04 09:53:03 +00:00
2022-07-30 19:08:01 +00:00
## Tools
- [Convert Drone CI pipelines to Woodpecker CI ](https://codeberg.org/lafriks/woodpecker-pipeline-transform )
2022-08-28 11:38:48 +00:00
- [Ansible NAS ](https://github.com/davestephens/ansible-nas/ ) - a homelab Ansible playbook that can set up Woodpecker-CI and Gitea
2022-10-28 15:38:53 +00:00
- [picus ](https://github.com/windsource/picus ) - Picus connects to a Woodpecker CI server and creates an agent in the cloud when there are pending workflows.
2023-01-02 04:30:10 +00:00
- [Hetzner cloud ](https://www.hetzner.com/cloud ) based [Woodpecker compatible autoscaler ](https://git.ljoonal.xyz/ljoonal/hetzner-ci-autoscaler ) - Creates and destroys VPS instances based on the count of pending & running jobs.
2022-07-30 19:08:01 +00:00
2022-02-04 09:53:03 +00:00
## Templates
2022-10-22 18:01:14 +00:00
## Pipelines
- [Collection of pipeline examples ](https://codeberg.org/Codeberg-CI/examples )
2022-09-25 17:04:47 +00:00
## Posts & tutorials
2022-02-04 09:53:03 +00:00
2022-09-25 17:04:47 +00:00
- [Setup Gitea with Woodpecker CI ](https://containers.fan/posts/setup-gitea-with-woodpecker-ci/ )
- [Step-by-step guide to modern, secure and Open-source CI setup ](https://devforth.io/blog/step-by-step-guide-to-modern-secure-ci-setup/ )
- [Using Woodpecker CI for my static sites ](https://jan.wildeboer.net/2022/07/Woodpecker-CI-Jekyll/ )
- [Woodpecker CI @ Codeberg ](https://www.sarkasti.eu/articles/post/woodpecker/ )
- [Deploy Docker/Compose using Woodpecker CI ](https://hinty.io/vverenko/deploy-docker-compose-using-woodpecker-ci/ )
2023-06-03 07:21:51 +00:00
- [Installing Woodpecker CI in your personal homelab ](https://pwa.io/articles/installing-woodpecker-in-your-homelab/ )
2022-09-25 17:04:47 +00:00
## Videos
2022-04-14 07:16:16 +00:00
2023-05-22 21:50:01 +00:00
- [Replace Ansible Semaphore with Woodpecker CI ](https://www.youtube.com/watch?v=d610YPvCB0E )
2022-02-04 09:53:03 +00:00
## Plugins
We have a separate [index ](/plugins ) for plugins.