Paul Campbell
1010eaec64
All checks were successful
Rust / build (push) Successful in 1m5s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful
21 lines
647 B
TOML
21 lines
647 B
TOML
[http]
|
|
addr = "0.0.0.0"
|
|
port = 8080
|
|
|
|
[webhook]
|
|
url = "https://localhost:8080" # don't include any query path or a trailing slash
|
|
|
|
[storage]
|
|
path = "./data"
|
|
|
|
[forge]
|
|
|
|
[forge.default]
|
|
forge_type = "ForgeJo"
|
|
hostname = "git.example.net"
|
|
user = "git-next" # the user to perform actions as
|
|
token = "API-Token"
|
|
|
|
[forge.default.repos]
|
|
hello = { repo = "user/hello", branch = "main", gitdir = "/opt/git/projects/user/hello.git" } # maps to https://git.example.net/user/hello on the branch 'main'
|
|
world = { repo = "user/world", branch = "master", main = "master", next = "upcoming", "dev" = "develop" } # maps to the 'master' branch
|