Live data from Hacker News

Gitea: Open source, self-hosted GitHub alternative

gitea.io

21–30 of 241 posts

Re: Gitea: Open source, self-hosted GitHub alternative

#24
For those curious, I'm a sysadmin, and I used Gitea to deploy a Git server for a very small project with just 8 users.

It was a lot simpler than setting up a full blown Gitlab instance. It is just one binary to get running and that's it.

The 8 users are instantly familiar with the interface because of its similarity to GitHub.

We even have other users who are not contributors read the source through Gitea interface, rather than cloning the repos and reading locally.

It's a pleasant experience for small scale needs.

Re: Gitea: Open source, self-hosted GitHub alternative

#29
post #18

I've been using Gogs for a team of 40 people for over two years. This is the second time I've heard about Gitea, and I know it is a popular fork of Gogs. Can anyone sell me on why it's better than Gogs and why I should switch?

"Never change a running system", right? Stay with Gogs, it's not worth the hassle. Here are some differences Gitea users colleced https://github.com/go-gitea/website/issues/40 but many of them were implemented in Gogs as well since then. We're using Gogs at work and didn't see a need to change.

Re: Gitea: Open source, self-hosted GitHub alternative

#30
post #12

I would like to see a full-fledged docker installer something to the effect of the discourse installer that I can put on something like digital ocean or my own machine, handles https in an opinionated way (let's encrypt), and integrates with popular email services like sendgrid or mailgun (with generous free tiers).

https://docs.gitea.io/en-us/install-with-docker/
Post reply on HN