Paul Campbell
1cd56d953e
Some checks failed
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/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
ci/woodpecker/push/tag-created Pipeline is pending
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
Closes kemitix/git-next#44
20 lines
623 B
TOML
20 lines
623 B
TOML
[http]
|
|
addr = "0.0.0.0"
|
|
port = 8080
|
|
|
|
[webhook]
|
|
url = "https://localhost:8080"
|
|
|
|
[storage]
|
|
path = "./data"
|
|
|
|
[forge.default]
|
|
forge_type = "ForgeJo"
|
|
hostname = "git.example.net"
|
|
user = "git-next" # the user to perform actions as
|
|
token = "API-Token"
|
|
# path to private SSH key for user?
|
|
|
|
[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
|