sourcebot/configs/self-hosted.json

26 lines
561 B
JSON
Raw Normal View History

2024-10-17 20:31:18 +00:00
{
"$schema": "../schemas/v2/index.json",
"repos": [
{
"type": "github",
"url": "https://github.example.com",
"orgs": [
"my-org-name"
]
},
{
"type": "gitlab",
"url": "https://gitlab.example.com",
"groups": [
"my-group"
]
2024-11-01 17:51:14 +00:00
},
{
"type": "gitea",
"url": "https://gitea.example.com",
"orgs": [
"my-org-name"
]
2024-10-17 20:31:18 +00:00
}
]
}