Live data from Hacker News

Gitea – Alternative to GitLab and GitHub

gitea.io

1–10 of 124 posts

Re: Gitea – Alternative to GitLab and GitHub

#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.

Re: Gitea – Alternative to GitLab and GitHub

#5
This is the announcement of Gitea, which is a fork of Gogs.

https://blog.gitea.io/2016/12/welcome-to-gitea/

"We’re a growing group of former Gogs users and contributors who found the single-maintainer management model of Gogs frustrating and thus decided to make an effort to build a more open and faster development model."

This is a guide to run it with Docker https://docs.gitea.io/en-us/install-with-docker/

Re: Gitea – Alternative to GitLab and GitHub

#6
post #3

> Gitea is a community managed fork of Gogs Why fork the project instead of keeping a single one ?

There was an issue with the Gogs maintainer going AWOL for long periods of time. An earlier fork was merged back in when he returned, but a subsequent incident resulted in a permanent fork.

Also there were some governance issues IIRC.

Re: Gitea – Alternative to GitLab and GitHub

#7
Entertainingly the code is hosted on github. :-)

I'd have more confidence in it if it could self-host and I was able to see gitea inside of a gitea instance and that was the main workflow. Like this, it feels like maintainers aren't prepared to eat their own dog food just yet. That's fine, but I'll take a pass until that's fixed.

Re: Gitea – Alternative to GitLab and GitHub

#10

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?

They don't use it because it doesn't have all the features yet: https://github.com/go-gitea/gitea/issues/1029
Post reply on HN