List of Community-Hosted GitLab Instances: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
(fixed typo)
(added Briar and sourcehut.org)
Line 6: Line 6:


= List of GitLab instances =
= List of GitLab instances =
* Briar: https://code.briarproject.org/explore - used for development of the Briar P2P chat/social network app for mobile devices.


* Federated Networks Association: https://git.feneas.org/explore/projects - used for a range of federated social networking projects that support the federation protocols used by Diaspora.
* Federated Networks Association: https://git.feneas.org/explore/projects - used for a range of federated social networking projects that support the federation protocols used by Diaspora.
Line 53: Line 55:
There are two projects working on ways to enable self-hosted code forges like to form a federated network, allowing them to compete with the network effect of large, centralized services like GitHub and BitBucket:
There are two projects working on ways to enable self-hosted code forges like to form a federated network, allowing them to compete with the network effect of large, centralized services like GitHub and BitBucket:
* ForgeFed: https://github.com/forgefed/forgefed/ - extending the ActivityPub standard for code-sharing purposes
* ForgeFed: https://github.com/forgefed/forgefed/ - extending the ActivityPub standard for code-sharing purposes
* Sr.ht: https://drewdevault.com/2018/07/23/Git-is-already-distributed.html - using email protocols for code-sharing between web forges
* Sr.ht: https://drewdevault.com/2018/07/23/Git-is-already-distributed.html - using email protocols for code-sharing between web forges, the demo site is at: https://sourcehut.org/

Revision as of 07:53, 22 May 2019

Introduction

GitLab is one replacement for proprietary 'code forge' (software project management) platforms like GitHub. GitLab.com is the flagship instance hosted by the company that develops the software, using its Enterprise Edition (EE). Unlike GH, GitLab also offers a fully free code Community Edition (CE) that can be self-hosted as a ready-to-use code forge, although it lacks some "enterprise" features available in EE. Developers have a choice to either host their code on GitLab.com (both gratis and commercial options available), or they can host their own instance for their own use, or for a community of developers. Because all project data can be exported and imported, they can switch from one option to the other, and back again, as their circumstances require. --Strypey (talk) 08:39, 26 April 2018 (UTC)


List of GitLab instances

  • GNU Project: https://git.gnu.io/explore/projects - used for development of various GNU projects, including the MediaGoblin media-hosting package, and the GNU Social micro-blogging server (and web client).
  • Jami (a GNU project, formerly Ring): https://git.jami.net/explore/projects - used for development of the various components of the GNU Ring P2P voice/ video chat app developed by the savoirfairelinux team
  • Open Educational Resources Universitas: https://git.oeru.org/explore - used by some developers and projects associated with the OERU and OER Foundation.

Enabling federation across instances

There are two projects working on ways to enable self-hosted code forges like to form a federated network, allowing them to compete with the network effect of large, centralized services like GitHub and BitBucket: