diff --git a/README.md b/README.md index dde8d97..498e7ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

[ definitive-opensource ]

The definitive list of the best of everything open source

-

Status: Active - Projects: 423

+

Status: Active - Projects: 426

> [!TIP] > Discussions and contributions are welcome! This project is in it's early stages and a lot hasn't been ironed out yet. For more information on [contributing](.github/CONTRIBUTING.md) and [guidelines](.github/GUIDELINES.md) for open-source software submissions, consult their respective pages. @@ -163,6 +163,7 @@ Abandoned - Development Halted - [Game Launcher](#game-launcher) - [Games](#games) - [Git GUI](#git-gui) +- [Git Hosting](#git-hosting) - [Graphics](#graphics) - [Home Automation](#home-automation) - [Home Server](#home-server) @@ -254,6 +255,7 @@ Abandoned - Development Halted - [Dev Tools](#dev-tools) - [Game Engine](#game-engine) - [Git GUI](#git-gui) + - [Git Hosting](#git-hosting) - [IDE](#ide) - [Language Package Manager](#language-package-manager) - Entertainment @@ -579,6 +581,14 @@ Abandoned - Development Halted | --- | --- | --- | --- | | [GitHub Desktop](https://github.com/desktop/desktop) | Focus on what matters instead of fighting with Git. | `Cross` | ![GitHub Repo stars](https://img.shields.io/github/stars/desktop/desktop?style=for-the-badge&label=%20&color=white) | +### Git Hosting + +| Name | Description | Platform | Stars | +| --- | --- | --- | --- | +| [Gitea](https://github.com/go-gitea/gitea) | 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 | `SelfHost` | ![GitHub Repo stars](https://img.shields.io/github/stars/go-gitea/gitea?style=for-the-badge&label=%20&color=white) | +| [GitLab](https://github.com/gitlabhq/gitlabhq) | GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com | `SelfHost` `Web` | ![GitHub Repo stars](https://img.shields.io/github/stars/gitlabhq/gitlabhq?style=for-the-badge&label=%20&color=white) | +| [Gogs](https://github.com/gogs/gogs) | Gogs is a painless self-hosted Git service | `SelfHost` | ![GitHub Repo stars](https://img.shields.io/github/stars/gogs/gogs?style=for-the-badge&label=%20&color=white) | + ### IDE | Name | Description | Platform | Stars | diff --git a/readmes/linux.md b/readmes/linux.md index da2da7c..bd4652e 100644 --- a/readmes/linux.md +++ b/readmes/linux.md @@ -95,6 +95,7 @@ - [Game Launcher](#game-launcher) - [Games](#games) - [Git GUI](#git-gui) +- [Git Hosting](#git-hosting) - [Graphics](#graphics) - [Home Automation](#home-automation) - [Home Server](#home-server) @@ -186,6 +187,7 @@ - [Dev Tools](#dev-tools) - [Game Engine](#game-engine) - [Git GUI](#git-gui) + - [Git Hosting](#git-hosting) - [IDE](#ide) - [Language Package Manager](#language-package-manager) - Entertainment @@ -470,6 +472,11 @@ | --- | --- | --- | --- | | [GitHub Desktop](https://github.com/desktop/desktop) | Focus on what matters instead of fighting with Git. | `Cross` | ![GitHub Repo stars](https://img.shields.io/github/stars/desktop/desktop?style=for-the-badge&label=%20&color=white) | +### Git Hosting + +| Name | Description | Platform | Stars | +| --- | --- | --- | --- | + ### IDE | Name | Description | Platform | Stars | diff --git a/readmes/macos.md b/readmes/macos.md index 7afad2e..b9f2eef 100644 --- a/readmes/macos.md +++ b/readmes/macos.md @@ -95,6 +95,7 @@ - [Game Launcher](#game-launcher) - [Games](#games) - [Git GUI](#git-gui) +- [Git Hosting](#git-hosting) - [Graphics](#graphics) - [Home Automation](#home-automation) - [Home Server](#home-server) @@ -186,6 +187,7 @@ - [Dev Tools](#dev-tools) - [Game Engine](#game-engine) - [Git GUI](#git-gui) + - [Git Hosting](#git-hosting) - [IDE](#ide) - [Language Package Manager](#language-package-manager) - Entertainment @@ -473,6 +475,11 @@ | --- | --- | --- | --- | | [GitHub Desktop](https://github.com/desktop/desktop) | Focus on what matters instead of fighting with Git. | `Cross` | ![GitHub Repo stars](https://img.shields.io/github/stars/desktop/desktop?style=for-the-badge&label=%20&color=white) | +### Git Hosting + +| Name | Description | Platform | Stars | +| --- | --- | --- | --- | + ### IDE | Name | Description | Platform | Stars | diff --git a/readmes/selfhost.md b/readmes/selfhost.md index efe3c88..b2ff54a 100644 --- a/readmes/selfhost.md +++ b/readmes/selfhost.md @@ -95,6 +95,7 @@ - [Game Launcher](#game-launcher) - [Games](#games) - [Git GUI](#git-gui) +- [Git Hosting](#git-hosting) - [Graphics](#graphics) - [Home Automation](#home-automation) - [Home Server](#home-server) @@ -186,6 +187,7 @@ - [Dev Tools](#dev-tools) - [Game Engine](#game-engine) - [Git GUI](#git-gui) + - [Git Hosting](#git-hosting) - [IDE](#ide) - [Language Package Manager](#language-package-manager) - Entertainment @@ -442,6 +444,14 @@ | Name | Description | Platform | Stars | | --- | --- | --- | --- | +### Git Hosting + +| Name | Description | Platform | Stars | +| --- | --- | --- | --- | +| [Gitea](https://github.com/go-gitea/gitea) | 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 | `SelfHost` | ![GitHub Repo stars](https://img.shields.io/github/stars/go-gitea/gitea?style=for-the-badge&label=%20&color=white) | +| [GitLab](https://github.com/gitlabhq/gitlabhq) | GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com | `SelfHost` `Web` | ![GitHub Repo stars](https://img.shields.io/github/stars/gitlabhq/gitlabhq?style=for-the-badge&label=%20&color=white) | +| [Gogs](https://github.com/gogs/gogs) | Gogs is a painless self-hosted Git service | `SelfHost` | ![GitHub Repo stars](https://img.shields.io/github/stars/gogs/gogs?style=for-the-badge&label=%20&color=white) | + ### IDE | Name | Description | Platform | Stars | diff --git a/readmes/windows.md b/readmes/windows.md index 32ab8c6..b3d12da 100644 --- a/readmes/windows.md +++ b/readmes/windows.md @@ -95,6 +95,7 @@ - [Game Launcher](#game-launcher) - [Games](#games) - [Git GUI](#git-gui) +- [Git Hosting](#git-hosting) - [Graphics](#graphics) - [Home Automation](#home-automation) - [Home Server](#home-server) @@ -186,6 +187,7 @@ - [Dev Tools](#dev-tools) - [Game Engine](#game-engine) - [Git GUI](#git-gui) + - [Git Hosting](#git-hosting) - [IDE](#ide) - [Language Package Manager](#language-package-manager) - Entertainment @@ -469,6 +471,11 @@ | --- | --- | --- | --- | | [GitHub Desktop](https://github.com/desktop/desktop) | Focus on what matters instead of fighting with Git. | `Cross` | ![GitHub Repo stars](https://img.shields.io/github/stars/desktop/desktop?style=for-the-badge&label=%20&color=white) | +### Git Hosting + +| Name | Description | Platform | Stars | +| --- | --- | --- | --- | + ### IDE | Name | Description | Platform | Stars |