Live data from Hacker News

Gitea – Alternative to GitLab and GitHub

gitea.io

111–120 of 124 posts

Re: Gitea – Alternative to GitLab and GitHub

#111
post #9

Gogs, the project Gitea has been forked off, works just as well. As far as I can see there's no technical reason to prefer the fork over the original. Judging from Github stars, Gogs is also vastly more popular.

The best way to compare the features could be https://docs.gitea.io/en-us/comparison/ which is a really fair comparision.

Edit: This list have been created on best efford, if you find any wrong information a pull request is always welcome.

Re: Gitea – Alternative to GitLab and GitHub

#113
post #4

It is an awesome product, I really want to try it a bit more at home later in the evening. Don't you think it could be a good idea that considering it is to self host git projects, to self host your own project? I mean, why don't you use your own product?

It's probably a cost question, to my knowledge gitea.io is a github pages website. The only running cost is really the domain. Running the git service is probably a bit expensive and you loose the network effect of github. They could probably migrate to gitlab though.

gitea.io is run on Digital ocean. You can see the expenses here: https://opencollective.com/gitea

Re: Gitea – Alternative to GitLab and GitHub

#116
post #59

> Open Source: It’s all on GitHub! There's some level of irony in a GitHub alternative that's hosted on GitHub.

It is currently something that is being worked on. See this issue for status: https://github.com/go-gitea/gitea/issues/1029

Self-hosting also takes resources such as time and money, and not all open source projects have the latter.

Re: Gitea – Alternative to GitLab and GitHub

#118
post #76

Just wondering if it's time to start to decouple the client and the server. I did that with mail and use a native client only, and hosting a git repo on DO or similar should not be too big of an issue either.

For a solo dev, running a remote is a great idea and way cheaper than paying for GH private repos. You're giving up some availability and disaster recovery, but as a solo dev those aren't big problems (spin up a new host, configure your SSH keys, push). I did this years ago! When the remote is shared (with other devs or tools), then you have the hassle of provisioning accounts, updating keys when they get lost, imple…

Gitea is working on federation so there wouldn't be lock-in.

Re: Gitea – Alternative to GitLab and GitHub

#119

I have always seen GitHub as the social Git. Of course I use Gitea for personal & private projects, but if you want visibility and gain from network effect, GitHub is where you needed to be. With this MS acquisition, that proposition is starting to become a problem and an uncool dependancy on MS.

Gitea is working on federation, so lock-in wouldn't be a problem

Re: Gitea – Alternative to GitLab and GitHub

#120
post #38

Earlier quoted context omitted.

Sending patches to mailing lists is a popular way of working that is well supported by git.

Playing the devil's advocate: then you still need somewhere that people can get the current repository state from. This place might not need to do anything with pull requests or any other write action on the repository, but somewhere to clone from is necessary. This would then be the "hosted" repo, and the patches sent via mail are just that, patches.

Sounds like you're talking around semantics. Yes, any server you connect to as a client to clone a repo is "hosting" that repo. But that can be practically any computer it doesn't need to be a _dedicated_ host in a server farm, it could be a devs laptop.
Post reply on HN