git-next/server-default.toml
Paul Campbell 8d42945c37
All checks were successful
Rust / build (push) Successful in 2m35s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
docs(readme): flesh out and update README
2024-05-31 19:08:31 +01:00

22 lines
632 B
TOML

[http]
addr = "0.0.0.0"
port = 8080
[webhook]
url = "https://localhost:8080"
[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"
# 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