Added Default Repositories

This commit is contained in:
Netkas 2022-12-15 22:28:28 -05:00
parent 134c26452a
commit d1367ad05d
5 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[
"github.json",
"gitlab.json",
"n64.json",
"nocturn9x.json"
]

View file

@ -0,0 +1,6 @@
{
"name": "github",
"type": "github",
"host": "github.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "gitlab",
"type": "gitlab",
"host": "gitlab.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "n64",
"type": "gitlab",
"host": "git.n64.cc",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "nocturn9x",
"type": "gitea",
"host": "git.nocturn9x.space",
"ssl": true
}