FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Woodpecker CI Has a Free API — Lightweight CI/CD for Gitea and GitHub
How-ToDevOps

Woodpecker CI Has a Free API — Lightweight CI/CD for Gitea and GitHub

via Dev.to DevOpsAlex Spinov2h ago

Woodpecker CI is a community fork of Drone CI. It is simple, container-based, and perfect for self-hosted Git platforms like Gitea and Forgejo. What Is Woodpecker CI? Woodpecker runs your CI/CD pipelines in Docker containers. YAML config, multi-platform, and easy to self-host. Features: Docker-based pipelines YAML configuration GitHub, Gitea, Forgejo, GitLab support Multi-platform (Linux, ARM) Secrets management Free and open source Quick Start docker run -p 8000:8000 woodpeckerci/woodpecker-server Pipeline Example pipeline : test : image : node:20 commands : - npm install - npm test build : image : node:20 commands : - npm run build when : branch : main deploy : image : plugins/docker settings : repo : registry.example.com/myapp tags : latest when : branch : main REST API # List repos curl http://localhost:8000/api/repos \ -H "Authorization: Bearer YOUR_TOKEN" # Get pipeline curl http://localhost:8000/api/repos/OWNER/REPO/pipelines/1 \ -H "Authorization: Bearer YOUR_TOKEN" # Trigger b

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
2 views

Related Articles

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 2h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 4h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 6h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 6h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 13h ago

Discover More Articles