Is there something that's like the FOSS/EFF ethic, but for hosting code?
Is there a non-corporate alternative to GitHub?
1–10 of 13 posts
Re: Is there a non-corporate alternative to GitHub?
#2You haven't checked out GitLab?
Re: Is there a non-corporate alternative to GitHub?
#3Stand up your own git server.
Re: Is there a non-corporate alternative to GitHub?
#4Gitlab, Sourcehut, Gitea, or Gogs? Or cgit?
Re: Is there a non-corporate alternative to GitHub?
#5Any Linux server with sshd installed is a git server if you want. There is even a bundled gitweb front end (some perl dependencies) if you need it. No other software needed
I've ran that set up for many years with no need for GitHub/gitlab features
Re: Is there a non-corporate alternative to GitHub?
#6Gitlab, Sourcehut, Gitea, or Gogs? Or cgit?
why is gitlab non-corporate?
Re: Is there a non-corporate alternative to GitHub?
#7Re: Is there a non-corporate alternative to GitHub?
#8[deleted]
Re: Is there a non-corporate alternative to GitHub?
#9https://libreplanet.org/wiki/FSF_forge_evaluation
Lots of FOSS projects run their own places, e.g. debian salsa, and of course you can run git anywhere. I guess you are mostly refering to the showcase/discovery aspect of github. For that many people just use github or gitlab for the visibility.
I am not aware of a "brandname" FOSS-only place, but apparently the fsf wants to change that.
Re: Is there a non-corporate alternative to GitHub?
#10You might like https://codeberg.org/.