Added Git Hosting category with GitLab, Gitea, and Gogs

This commit is contained in:
Lucas
2025-03-30 15:37:59 -07:00
parent 8e29e5850e
commit add3cd6e19
2 changed files with 43 additions and 0 deletions

View File

@@ -5253,6 +5253,43 @@
"category": "ide",
"stars": 0,
"flags": []
},
{
"name": "Gogs",
"description": "Gogs is a painless self-hosted Git service",
"link": "https://github.com/gogs/gogs",
"tags": [],
"platforms": [
"SelfHost"
],
"category": "git-hosting",
"stars": 0,
"flags": []
},
{
"name": "Gitea",
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"link": "https://github.com/go-gitea/gitea",
"tags": [],
"platforms": [
"SelfHost"
],
"category": "git-hosting",
"stars": 0,
"flags": []
},
{
"name": "GitLab",
"description": "GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com",
"link": "https://github.com/gitlabhq/gitlabhq",
"tags": [],
"platforms": [
"SelfHost",
"Web"
],
"category": "git-hosting",
"stars": 0,
"flags": []
}
]
}