mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-23 18:35:14 +01:00
77246cc9c9dec4e25ce275a8958b6811eba84a4e
…
…
…
Highly experimental branch that implements the following features:
- Pluggable database backends
- Pluggable queue
- Matrix builds
- Build plugins
- New Yaml syntax
- and more ...
Running Drone:
./drone --config="/path/to/config.toml"
Configuring Drone:
[server]
addr = ":80"
cert = ""
key = ""
[session]
secret = ""
expires = ""
[database]
path = "/etc/drone/drone.db"
[docker]
cert = ""
key = ""
nodes = [
"unix:///var/run/docker.sock",
"unix:///var/run/docker.sock"
]
[service]
name = "github"
base = "https://github.com"
orgs = []
open = false
private_mode = false
skip_verify = true
[service.oauth]
client = ""
secret = ""
authorize = "https://github.com/login/oauth/authorize"
access_token = "https://github.com/login/oauth/access_token"
request_token = ""
Description
Languages
Go
85.1%
Vue
9.4%
TypeScript
2.9%
CSS
1.8%
Makefile
0.6%
Other
0.1%