2024-04-13 11:59:59 +01:00
|
|
|
[webhook]
|
|
|
|
url = "https://localhost:8080/webhook"
|
|
|
|
|
2024-04-07 12:16:50 +01:00
|
|
|
[forge.default]
|
2024-04-07 20:55:16 +01:00
|
|
|
forge_type = "ForgeJo"
|
2024-04-07 16:14:05 +01:00
|
|
|
hostname = "git.example.net"
|
2024-04-13 11:59:59 +01:00
|
|
|
user = "git-next" # the user to perform actions as
|
2024-04-08 12:08:42 +01:00
|
|
|
token = "API-Token"
|
2024-04-07 12:16:50 +01:00
|
|
|
# path to private SSH key for user?
|
|
|
|
|
|
|
|
[forge.default.repos]
|
2024-04-19 18:15:27 +01:00
|
|
|
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
|