Creating self/community-hosted replacement(s) for GitHub

Apologies for my lack of participation here. I have been reading ‘Ours to Hack and Own’, and following some pretty rapid developments in a range of areas relevant to the OAE, particularly the rapid fediverse evolution prompted by the formal release of the ActivityPub standard, and the reaction to the acquisition of GitHub. If you’ve been living under a rock for the last week or so, it transpires that Microsoft, a company that spent a decade or two spreading FUD about GNU-Linux, and the GNU GPL being a “viral license” and so on, has now bought GH. A lot of people have always felt conflicted about doing free code development on a proprietary platforms that locks in users in every way it can.
This announcement seems to have been the straw that broke the camel’s back for a lot of people, and it looks like there is going to be a mass exodus from GH. Already, there is an explosion of new self/community-hosted instances of GitLab and other code forges like Gogs / Gitea, and a renewed interest in creating federation between instances to allow this cluster of independent servers to form a united meta-platform to replace the convenient of GH. I propose that the OAE move any code and documentation it has stored on GH to either a self-hosted GitLab instance, or an existing community-run one, and I further propose that all apps who currently do their dev on GH consider moving it to the same instances, so we can all continue working together easily.
EDIT: updated link, fixed typos

Graham Tue 12 Jun 2018 7:05AM
One to consider: https://git.coop

Danyl Strype Tue 12 Jun 2018 10:33AM
Here's another alternative for hosting git repositories: Phabricator.
Thanks for the tip @wouter . My understanding is that this is also in the same category of project management platforms as RedMine, which the pioneering BetterMeans was a fork of. It looks like RM can now host its own Git repos with this plug-in:
http://redmine-git-hosting.io/
One thing I like about GitLab is that despite a very noob-friendly web UI, everything is a Git repo under the hood, including Issue tickets and documentation wikis. This means power users can track and contribute to everything from the command line, edit conflicts on wiki pages can be solved with Git merge, and backups / exports/ imports are simple Git pull/ Git push operations. Can Phabricator do this too?
@bobhaugen
We're working an ActivityPub-based OAE project
What's it called? I'm keeping a list here (for now, soon to be moved to the wiki on that project):
https://gitlab.com/fediverse/fediverse.gitlab.io/issues/8
I saw that. Cool concept, and timely ;) For anyone new to GitPub, it's a proposed standard that extends the ActivityPub standard (used by Mastodon, Hubzilla, PeerTube ec), in a way that could allow federation between community-hosted code forges, whether they run on GitLab, Gogs, Gitea, Phabricator, RedMine etc. Work on plug-ins for each widely used platform need to be in progress as the spec is drafted, to keep the draft focused on getting things working ASAHP.
@graham2
One to consider: https://git.coop
Ae, this is a GL instance run by an existing coop. Groups can get access by buying a share in the coop (share price negotiable, minimum $1), not sure what membership criteria are though. Social.coop is looking at buying in and using it.

Bob Haugen Tue 12 Jun 2018 10:46AM
@strypey
We're working an ActivityPub-based OAE project
What's it called?
https://docs.opencoopecosystem.net/
I don't think that doc says anything about ActivityPub yet, though. We just decided on that as our substrate, after looking a lot at SSB and some at Holochain. And it's tentative, we're pretty sure it will work, but don't have it up and running yet.
Here's @ivan116 's doc about the first app, called Agent. It will be an agent-centric architecture.

Danyl Strype Tue 12 Jun 2018 2:06PM
Sweet as, I'm just making a list of projects to watch. Once they're production-ready, and can interoperate successfully with other AP apps they get added here:
http://fediverse.party/

Chris Croome (Webarchitects Co-operative) Wed 24 Oct 2018 9:32PM
One to consider: https://git.coop
Ae, this is a GL instance run by an existing coop. Groups can get access by buying a share in the coop (share price negotiable, minimum $1), not sure what membership criteria are though.
You just need to agree to the rules and complete a membership form and buy some shares.

Lynn Foster Mon 25 Jun 2018 3:01PM
Apologies if I missed this, but does anyone know if any of these options can support federated instances? Even better if there is any movement towards being able to federate instances of different git based software so we an re-create the network effect that brought many of us to github?

Danyl Strype Fri 7 Sep 2018 12:39PM
There are folks working on two different approaches to federating software forges. One is ForgeFed (formerly GitPub), who are working on a set of extensions to the ActivityPub standard for this. The other is Drew DeVault, who is working on a system using Git and email protocols (see his test bed at sr.ht). I was initially really excited by the idea of using my fediverse account to follow a software repo, or comment on an issue, and having @mentions from that repo come up in my fediverse app. But Drew makes a good case for using the email-based tools that are already built into Git.
Maybe the answer is some combination of both? After all, Git has its own set of protocols, email makes use of a number of protocols (POP, IMAP, SMTP etc), and ActivityPub is a standard set that includes a number of protocols (ActivitySteams, JSON, some AP apps use Webfinger for @mentions etc). Hopefully the ForgeFed folks take Drew’s comments on board, and come up with a standard set of protocols that together provide everything we need to federate software forges, while being as easy to implement as possible.

Michel Bauwens Sun 30 Sep 2018 2:51PM
not the right place I know, but just wanted to express my gratitude at being able to meet you, even if we talked way to little, but great to have seen you in Hong Kong

Simon Grant Sun 30 Sep 2018 3:16PM
It's great to have met both of you this year for the first time in real life, separately, so it gives me pleasure to know that you have also met each other! Face-to-face just adds that extra depth, doesn't it!

Jim Whitescarver Mon 25 Jun 2018 3:23PM
We are running a community base gitlab on cloudron at https://gitlab.divvydao.net. Installation was a breeze. We have not enabled any federated login yet. It seems to use a lot of system resources and I would not put a lot of projects on one instance. I worry that a project becoming too successful will overload the system. We are using it for projects not ready due to security concerns etc to be put publically on github later. The intention is to publish on github when we go public.

Christopher Sat 29 Sep 2018 12:20PM
This is quite interesting: https://superuser.com/questions/1162907/setting-up-an-encrypted-git-repository
I have a very strong desire to move away from github, since the Microsoft fiasco. As usual.
Will keep an eye on this space

Danyl Strype Sat 29 Sep 2018 3:14PM
Sure, but setting up a private Git repo is not the problem. That's easy
if you are comfortable using Git on the command line. You can do it on
any computer you can install Git on. There are ways to allow certain
people to pull and push from a private repo, and you can also make it
public. That's not the service that makes GH unique.
Neither is providing a web interface for interacting with Git repos.
There are various free code packages for hosting a web front-end for
Git, including GitLab, Gogs, Gitea, Phabricator, and possibly others.
Many organizations and projects now use one of these for their own
community-hosted web front-end for Git:
https://wiki.p2pfoundation.net/List_of_Community-Hosted_GitLab_Instances
What makes GitHub unique is simply it's network effect. It's a place where
there are many, many projects, and many, many developers have accounts
there. This is what both ForgeFed and Sr.ht are attempt to replace, by
providing a common protocol that can be used to connect up community
hosted Git forges,

Christopher Sun 30 Sep 2018 10:54AM
Well, thats very thorough, thank you.
My operating system has basic version control built into the user-interface layer, but the perspective is slightly different, because it operates at the point of decision, rather than at the point of storage.
still, I expect we will use git as it is excellent.
I assume in the last paragraph you are referring to the NetworkEffect of GitHub. Yes, we need to build a bilateral gateway between github and whatever other tools we intend to migrate to. This is the way to deal with the network effect in any scenario
Be prepared to have your predictions come true
ᐧ

Jon Richter Wed 17 Oct 2018 6:09PM
Please note that Cloudron cannot be considered Free software, since they tie their users to a central organisation.
We're also using GitLab, also for project management via issues and boards, and offer an instance at lab.allmende.io. Other known instances are framagit.org, git.indie.host, next to others.
Trivia: Since Redmine has been mentionned here, and people are also asking about nice group organisation interfaces, I can only suggest to have a look at https://taiga.io, which started out with the code name "Greenmine" ;)

Danyl Strype Wed 5 Dec 2018 3:29PM
@jonrichter
Please note that Cloudron cannot be considered Free software, since they tie their users to a central organisation.
This is exactly the sort of discussion that this group is useful for. Can you supply more details about this? The GH link you provided here gives a links to another thread in this group, which in turn features this link:
https://cloudron.io/documentation/installation/#cloudron-store-setup
On the face of it, the situation seems similar to Docker and DockerHub. The software itself is free code, published under an FSF-approved license. But as you say, the default install is set up to use a non-free network service, that can be used to install proprietary add-ons. Docker can be used without DockerHub and still be useful. Is this the case with Cloudron, or is it useless without the non-free app store?

wouter@freeknowledge.eu Thu 6 Dec 2018 7:29AM
Last year we've been running some Cloudron instances, and at first it matched very well with the ideas we had with the #CommonsCloud project, in that it provides a unified user account and a catalogue of free software webapps. Their setup makes maintenance really easy, and you can have their remote update service for a low cost. I have been in conversations with Johannes and his co-founder, and I understand their model for sustainability. So far I haven't found any non-free dependency. Now I don't recall about their app store but thought it was already or was going to be free, how's the status on that?
What @jonrichter says about a "central organisation" isn't really disqualifying it as free software. But I also would like a more decentralised set-up, which one could develop based on the CloudRon setup.
That said, with CommonsCloud.coop we decided to part ways and base our infrastructure on a combination of:
* an LDAP scheme prepared for decentralised nodes/clusters with users that can belong to collectives and have access to services at a node
* we built a webclient to manage the onboarding and allow for the decentralised management of collectives at a node
* ansible scripts, building on and contributing to the work of WebArchitects, for the quick deployment of NextCloud/Discourse/Phabricator + Zabbix monitoring + nightly backups + a synchronised local copy of the LDAP consumer
I'm sure our lead developer Chris Fanning can explain better; we're documenting on our Phabricator instance,. The code is on gitLab so far, but we will open a git repo at the Phabricator project platform soon.
I think an important difference lies in the sustainability model. The Cloudron team makes a living from maintenance fees and SaaS services. CommonsCloud is co-owned by its users through the cooperative and seeks to be sustainable based on contributions from users and collectives that want dedicated instances authenticating with their CommonsCloud account. Our vision is to emancipate users in this process, so they learn what is possible and decide+commit to make ongoing improvements and additional network services.

Jon Richter Sun 9 Dec 2018 4:07PM
Thank you all for these wise remarks. Indeed it is tricky to find a suitable environment for managing cloud environments, if one doesn't want to stick to Kubernetes right from the start. Portainer was another alternative, but also has caveats at hands. By strictly binding to Docker Swarm, or single docker nodes, it gives us the ominous vendor lock-in the Open Container Initiative tried to avoid. I'm not certainly sure if we get there, soon. The technical stacks are often prepared and growing in very specific environments. The modularity of swappable components will still need to agree on certain protocols and conventions to do things.
In my understanding the Cloudron App store is not free, and as such its whole computing environment. When running a libre cluster environment, we want to make sure all parts can be reproduced locally.
Please feel highly invited to share views on this with the emerging LibreHosters network:

Danyl Strype Tue 11 Dec 2018 9:00AM
Is it ok if we keep this thread on topic (Creating self/community-hosted replacement(s) for GitHub), and open a new thread to discuss the hosting options for organizations wanting to run their own "cloud" in full software freedom? I, for one, have often found myself very confused by all this talk of Cloudron and Kubernetes and OpenStack and Sandstorm and other similar systems, and it would be great to have a thread specifically for pooling our knowledge of these systems, how they compare to each other, and what they are useful for (or not).
Josh Fairhead Tue 27 Nov 2018 4:26PM
Just an fyi for those interested: hack.aragon.one

Lynn Foster Fri 26 Jul 2019 10:38PM
This thread has been a bit stale - and for our part (ValueFlows) inertia set in and we never moved from github. And would prefer to go en masse, all agreeing on where. But, now a new reason: https://help.github.com/en/articles/github-and-trade-controls. Yipes! There are reports from people from Iran who actually got kicked off.
So I thought I would check here -- did anyone make the move? If so, where to?

Chris Croome (Webarchitects Co-operative) Sat 27 Jul 2019 9:34AM
You could consider our GitLab server at https://git.coop/

Bob Haugen Sat 27 Jul 2019 1:26PM
@chriscroome thanks a lot for the offer. We're on the run today but will have a lot of questions, starting tomorrow. Should we chat here, or elsewhere? @lynnfoster is also starting a github issue in the valueflows org, and we could alternatively chat there, or wherever else you like.
Anybody else here interested in some gory details about this topic?

Bob Haugen Sat 27 Jul 2019 1:31PM
https://github.com/valueflows/valueflows/issues/526
(We thought it was fitting to post a "get out of github" issue on github...)

Chris Croome (Webarchitects Co-operative) Sat 27 Jul 2019 2:19PM
Here is fine, or there is a thread on the open CoTech forum we could use:
https://community.coops.tech/t/git-hosting-for-co-operators-gitlab-at-git-coop/544
Or open a ticket by emailing support@webarchitects.coop

Danyl Strype Sun 4 Aug 2019 3:01PM
FWIW another host you could consider is Codeberg, a non-profit entity based in Germany, which is funded by donations (and maybe paid memberships?). Their platform is an instance of Gitea. When I asked on the fediverse, the Codeberg folks said they are working with the ForgeFed team: https://codeberg.org/
A similar, slightly older service is NotaBug, which is an instance of Gogs. Not sure whether either of these projects is working with ForgeFed, but it seems likely:
https://notabug.org/
From what @chriscroome has described, Git.coop seems like an ideal solution for teams like social.coop, with a fairly bounded membership. But perhaps Codeberg or NotaBug might be more suitable for an open-ended standards collaboration like ValueFlows?

Bob Haugen Sun 4 Aug 2019 4:08PM
Our rough plan is to move first to someplace easy, which means probly a gitlab instance where we can import at least most of the current contents.
After that, experiment with a federated setup. But to do that, we want to do a ValueFlows treatment of all of the work and components that go into it, including code commits, repos, issues, PRs, etc etc. In other words, full dogfood.

Bob Haugen Sun 28 Jul 2019 2:54PM
@chriscroome if you look at that ValueFlows issue, the early returns on moving to git.coop are favorable. And I've looked around a bit and like what I see.
But one early question, which you can see in that thread, is about open registration for contributors and commenters.
I see on git.coop,
If you join as an organisation we will whitelist your domain so all your members can register accounts, if you join as an individual we will create a @webarch.coop email alias for you to use to register an account here.
We would join as an organization, altho we are not a formal one, and nobody has valueflo.ws email addresses. Everybody has some other home base and email address. But because of its domination of git hosting, everybody has a github account.
How would this work for us at git.coop? Can everybody freely register at git.coop and participate in our repos? Contribute code? Raise and comment on issues? Review pull requests? etc etc?
Would you need to give them webarch.coop email aliases? Will that be a problem? What would each individual need to use that email alias for? Would they need to be aware of it at all, or is that just for your internal use?
I'm trying to explore this situation and so far, Lynn is having a hard time understanding what I am trying to ask, but maybe you can respond with enuf details that we can sync up better, and I can ask better questions?

Bob Haugen Sun 28 Jul 2019 2:56PM
Related question: the signup form at git.coop says you can sign in with github. If our contributors do that, do they have smoother sailing to our repos?

Danyl Strype Fri 2 Aug 2019 9:37AM
I've been trying to track this to some degree in a page on the P2PF wiki, which I linked in the OP: https://wiki.p2pfoundation.net/List_of_Community-Hosted_GitLab_Instances
Two projects that are also relevant here. One is working on the [ForgeFed standard](https://talk.feneas.org/c/forgefed), which is making good progress on using ActivityPub protocols to allow federation between code forges. Also worth looking at is the [Sourcehut code forge server](https://sourcehut.org/), which uses Git and email protocols to facilitate federation between instances of the Sourcehut software.

Bob Haugen Fri 2 Aug 2019 10:33AM
We're planning to move first to something like git.coop, but don''t have answers to our questions from @chriscroome yet.
After that move, we plan to experiment with ForgeFed with one project to begin with.
Sourcehut is also interesting but sr.ht is based on the US and is subject to US sanctions.

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 10:41AM
Hi Bob, 6 days ago you asked:
Should we chat here, or elsewhere?
On the same day I replied:
Here is fine, or there is a thread on the open CoTech forum we could use:
https://community.coops.tech/t/git-hosting-for-co-operators-gitlab-at-git-coop/544
Or open a ticket by emailing support@webarchitects.coop
Sorry if I have missed other questions, I find the threading on Loomio hard to follow.

Bob Haugen Fri 2 Aug 2019 10:50AM
@chriscroome yeah, the threading on Loomio can be goofy.
Here are my questions (copied from upthread):
if you look at that ValueFlows issue, the early returns on moving to git.coop are favorable. And I've looked around a bit and like what I see.
But one early question, which you can see in that thread, is about open registration for contributors and commenters.
I see on git.coop,
If you join as an organisation we will whitelist your domain so all your members can register accounts, if you join as an individual we will create a @webarch.coop email alias for you to use to register an account here.
We would join as an organization, altho we are not a formal one, and nobody has valueflo.ws email addresses. Everybody has some other home base and email address. But because of its domination of git hosting, everybody has a github account.
How would this work for us at git.coop? Can everybody freely register at git.coop and participate in our repos? Contribute code? Raise and comment on issues? Review pull requests? etc etc?
Would you need to give them webarch.coop email aliases? Will that be a problem? What would each individual need to use that email alias for? Would they need to be aware of it at all, or is that just for your internal use?
I'm trying to explore this situation and so far, Lynn is having a hard time understanding what I am trying to ask, but maybe you can respond with enuf details that we can sync up better, and I can ask better questions?
Related question: the signup form at git.coop says you can sign in with github. If our contributors do that, do they have smoother sailing to our repos?

Bob Haugen Fri 2 Aug 2019 10:51AM
If you would prefer that I move the questions to one of those other locations, let me know.

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 11:09AM
Hi Bob, my suggestion for you would be to do things the way social.coop is doing them, we could add the valueflo.ws
domain to our mail server, you could then use our mail server to create @valueflo.ws
email aliases for the members of your organisation and then people could use their @valueflo.ws
email addresses to sign up for accounts at git.coop.
This way you would be in control of who has the ability to create valueflo.ws
accounts.
The GitHub login was added to aid migration of projects from GitHub rather than to allow account sign on / creation from GitHub.

Bob Haugen Fri 2 Aug 2019 11:35AM
@chriscroome
then people could use their @valueflo.ws email addresses to sign up for accounts at git.coop.
Nobody has a @valueflo.ws email address. That's the problem. Valueflows is not a formal org, it is a (github for now) set of related projects whose only close-to-formal org identity is as a github org.

Danyl Strype Fri 2 Aug 2019 11:50AM
the threading on Loomio can be goofy.
I believe it's possible to turn comment threading off, and I strongly recommend doing so in a group like this. It has a tendency to make threads metastasize into unwieldy mega-threads instead of sticking to a topic, especially when folks are dialing in via email a lot and can't see the comment they're replying to in the context of the rest of the thread.

Danyl Strype Fri 2 Aug 2019 11:53AM
sr.ht is based on the US and is subject to US sanctions.
OK, but that doesn't stop you hosting a Sourcehut instance in whichever jurisdiction pleases you, and interacting with all the projects on sr.ht and other instances via Git and email (which seem to be sanction-proof so far).

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 11:55AM
Nobody has a @valueflo.ws email address.
That is why I suggested adding the valueflo.ws
domain to our mail server so you could create aliases for people.

Bob Haugen Fri 2 Aug 2019 11:57AM
@strypey
that doesn't stop you hosting a Sourcehut instance in whichever jurisdiction pleases you
I spose that's possible, but I think way too big a leap for valueflows in one move from github. And I think a forgefed experiment would be a more interesting step for the future.

Danyl Strype Fri 2 Aug 2019 11:59AM
@Bob Haugen
Nobody has a @valueflo.ws email address. That's the problem
You don't need to be an organization to have email addresses, just a domain name. My @disintermedia.net.nz address is just an alias, provided by the company where I register the domain name. What @Chris Croome (Webarchitects Co-operative) is suggesting is that Web Architects/ Git.coop could provide that same service using your valueflo.ws domain. To do this, they would
> add the valueflo.ws
domain to our mail server, you could then use our mail server to create @valueflo.ws
email aliases for the members of your organisation

Bob Haugen Fri 2 Aug 2019 12:00PM
@chriscroome
Nobody has a @valueflo.ws email address.
That is why I suggested adding the valueflo.ws domain to our mail server so you could create aliases for people.
I'm missing something. How would those aliases work when everybody has a different email domain? And what would happen with new people who want to pop in and raise and comment on issues, which has happened fairly often?

Bob Haugen Fri 2 Aug 2019 12:04PM
You don't need to be an organization to have email addresses, just a domain name. My @disintermedia.net.nz address is just an alias, provided by the company where I register the domain name.
So a casual visitor to a valueflows repo in git.coop would need to create an email alias e.g. somebody@valueflo.ws which redirects to their "real" email address, and then sign up for a git.coop account, in order to comment on an issue?

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 12:12PM
How would those aliases work when everybody has a different email domain?
That is the nature of a email alias, they can be used to forward bob@valueflo.ws to bob-valueflows-ws@gmail.com or whatever.
Sorry that it isn't clear that accounts on git.coop are only available to members of our co-op, you can join our co-op as an organisation or as an individual.
We are not a capital rich global corporation like Microsoft so I'm afraid that we are unable to provide free services to anybody who wants to use our services.
In addition we have allocated a lot more resources to the GitLab runner server that you get using the free GitLab service at gitlab.com and don't want this to be available to be potentially abused by anybody.

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 12:14PM
So a casual visitor to a valueflows repo in git.coop would need to create an email alias e.g. somebody@valueflo.ws which redirects to their "real" email address, and then sign up for a git.coop account, in order to comment on an issue?
Yes, but the ability to create the alias would be limited to the people with admin access to manage the aliases.
Alternatively they could join our co-op as an individual and get git.cop access that way.

Bob Haugen Fri 2 Aug 2019 12:31PM
@chriscroome we're good joining up as an organization and paying for the services. But I still am probably misunderstanding something. Sorry if I am just dense...
If I understand correctly, git.coop can automatically create aliases for people who have @valueflo.ws email addresses (which is nobody, unless they have created such aliases themselves beforehand). But
the ability to create the alias would be limited to the people with admin access to manage the aliases.
Does that mean that for example, I would be able to have admin access to the valueflows git.coop organizational account and create aliases for people who do not already have one? Or I would need to do that from the admin facilities of the valueflo.ws domain registrar?
The ability for new people to easily participate was the first question from the current VF crowd. That's one of the reasons people publish repos on github or gitlab.com.

Bob Haugen Sat 3 Aug 2019 10:25AM
@chriscroome I think this is my only unanswered question before I report back to the valueflows crowd:
the ability to create the alias would be limited to the people with admin access to manage the aliases.
Does that mean that for example, I would be able to have admin access to the valueflows git.coop organizational account and create aliases for people who do not already have one? Or I would need to do that from the admin facilities of the valueflo.ws domain registrar?
I can imagine a scenario where we have some fairly open place where casual visitors can engage and ask questions and if they want to do something more serious, like write up use cases or comment on issues, we could give them a @valueflo.ws email alias. Just asking which way to do that: valueflo.ws registrar, or the valueflows git.coop account, or a mail server which Webarchitects can also provide?
And I apologize for the number of questions I have asked. This should be the end.
I should also explain that we are not in a hurry, and want to think thru the implications of a move before we do anything. We currently have no participants from US-sanctioned nations.

Chris Croome (Webarchitects Co-operative) Sat 3 Aug 2019 11:23AM
the ability to create the alias would be limited to the people
with admin access to manage the aliases.Does that mean that for example, I would be able to have admin
access to the valueflows git.coop organizational account and
create aliases for people who do not already have one? Or I would
need to do that from the admin facilities of the valueflo.ws
domain registrar?
You would use the mail server admin interface to manage email aliases.
I can imagine a scenario where we have some fairly open place
where casual visitors can engage and ask questions and if they
want to do something more serious, like write up use cases or
comment on issues, we could give them a @valueflo.ws email alias.
An open discussion forum might work for casual visitors.
Just asking which way to do that: valueflo.ws registrar, or the
valueflows git.coop account, or a mail server which Webarchitects
can also provide?
Yes our mail server could be used for this.
I should also explain that we are not in a hurry, and want to
think thru the implications of a move before we do anything. We
currently have no participants from US-sanctioned nations.
We are based in the UK.

Chris Croome (Webarchitects Co-operative) Sun 4 Aug 2019 9:37AM
Another option, which might make more sense for your group, would be to
have your own GitLab server, then you could allow anyone to open accounts
using email or GitHub account, we could provide this, see
https://webarch.coop/git however the minimum memory requirement is now
8GB, see
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md#memory
so this wouldn't be a cheap option, but would be the most flexible.

Chris Croome (Webarchitects Co-operative) Fri 2 Aug 2019 12:45PM
git.coop can automatically create aliases for people
No, we can white list domains for account creation at git.coop, if you join as an organisation we can white list your domain.
For the creation of email aliases you would need to use a mail server, we can also provide this.
You would have the ability to add and delete email aliases and also optionally control which git.coop accounts have access to your projects.
I'm sorry that we can't offer free accounts to anyone in the world but we have to try to cover the cost of providing the service somehow, I realise that this is hard for people who are used to advertising funded corporate Internet services to understand this, I'm not sure how we could explain it better?

Danyl Strype Fri 2 Aug 2019 12:54PM
On 2019-08-02 12:45, Chris Croome (Webarchitects Co-operative) (Loomio)
I’m sorry that we can’t offer free accounts to anyone in the world ... to advertising funded corporate Internet services to understand this, I’m not sure how we could explain it better?
I wrote this blog post to try to draw out the differences between the
capitalist-funded, "cancerous growth" model for running online
platforms, and the member-funded "sustainable growth" model:
https://www.coactivate.org/projects/disintermedia/blog/2017/10/11/libre-apps-platforms-with-invite-only-membership/
FWIW this problem of reproducing the low-barrier, open-ended
collaboration possible on GH (because of it's huge pool of non-paying
developers accounts), without simply moving the massive server load that
creates to GitLab.com or another centralized service, is precisely what
we need federated code forges to solve. This is why projects like
ForgeFed and Sourcehut are so important to the future of free code and
open source collaboration in general.

Bob Haugen Fri 2 Aug 2019 1:47PM
@chriscroome just to get this issue off the table, we do not want you to create free accounts for everybody in the world.
If you did, they would be mostly spam with a smattering of griefers of one flavor or another. We want you to have a gatehouse. The questions are about how that works.
I am just exploring what it would take for valueflows to move to git.coop, in enuf detail so we can report back to the VF crew with as few after-move surprises as we can manage. I appreciate your help in thinking thru these issues, which will probably be the same for many non-corporate hosting services.
Lynn Foster · Mon 11 Jun 2018 8:42PM
Really good thought. Will stay tuned to the discussion.