Files
kagami/example-config.json

48 lines
980 B
JSON

{
"source_hosts": {
"pvv-git": {
"type": "gitea",
"host": "git.pvv.ntnu.no",
"token": null
}
},
"sources": {
"oysteikt-repos": {
"type": "user",
"source_host": "pvv-git",
"name": "oysteikt",
"clone": true
},
"drift-repos": {
"type": "organization",
"source_host": "pvv-git",
"name": "drift",
"clone": true
},
"oysteikt-stars": {
"type": "user-stars",
"source_host": "pvv-git",
"name": "oysteikt",
"clone": true
},
"h7x4-github-repos": {
"type": "user",
"source_host": "github",
"name": "h7x4",
"clone": true
},
"h7x4-gitlab-repos": {
"type": "user",
"source_host": "gitlab",
"name": "h7x4",
"clone": true
},
"programvareverkstedet-codeberg-repos": {
"type": "organization",
"source_host": "codeberg",
"name": "Programvareverkstedet",
"clone": true
}
}
}