1.0.0 Alpha Release #59
5 changed files with 30 additions and 0 deletions
6
src/default_repositories/custom_repositories.json
Normal file
6
src/default_repositories/custom_repositories.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[
|
||||||
|
"github.json",
|
||||||
|
"gitlab.json",
|
||||||
|
"n64.json",
|
||||||
|
"nocturn9x.json"
|
||||||
|
]
|
6
src/default_repositories/github.json
Normal file
6
src/default_repositories/github.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "github",
|
||||||
|
"type": "github",
|
||||||
|
"host": "github.com",
|
||||||
|
"ssl": true
|
||||||
|
}
|
6
src/default_repositories/gitlab.json
Normal file
6
src/default_repositories/gitlab.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "gitlab",
|
||||||
|
"type": "gitlab",
|
||||||
|
"host": "gitlab.com",
|
||||||
|
"ssl": true
|
||||||
|
}
|
6
src/default_repositories/n64.json
Normal file
6
src/default_repositories/n64.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "n64",
|
||||||
|
"type": "gitlab",
|
||||||
|
"host": "git.n64.cc",
|
||||||
|
"ssl": true
|
||||||
|
}
|
6
src/default_repositories/nocturn9x.json
Normal file
6
src/default_repositories/nocturn9x.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "nocturn9x",
|
||||||
|
"type": "gitea",
|
||||||
|
"host": "git.nocturn9x.space",
|
||||||
|
"ssl": true
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue