top | item 46100421

(no title)

michael_michael | 3 months ago

Are there any alternatives to Github that offer similar bang for the buck? Particularly for very small teams or solo devs that need private repos? The author here specifically mentions Codeberg, which seems like it's just for FOSS projects.

discuss

order

NewJazz|3 months ago

You can self host the software underlying Codeberg, which is Forgejo. Then there is also GitLab which has a lot more features but is arguably more intensive to maintain. And then there is the long tail, such as the projects Forgejo was forged from (Gitea and Gogs) and various other FOSS forges e.g. Phorge which was forked from the now discontinued Phabricator.

Biganon|3 months ago

What are the advantages of Forgejo over Gitea?

jcelerier|3 months ago

The point of GitHub is not technical - the website is terrible. It's the social network.

tyre|3 months ago

That’s interesting. I would have said the opposite. I’ve never used any of the social features, but the technical aspects (including integrations) are where the value is.

It does break and go down; and GHA are a real pain in the ass. But the basic hosting and PR workflow are fine.

markstos|3 months ago

Some competitors like Gitlab have reduced friction by offering "Login with Github", so if you've already got a Github account, the bar for signing up some alternative forges is low.

I help with one of the most popular projects on Codeberg, Fuzzel. I can say we get no shortage of issues and feature requests from being on an alternative forge. Indeed, we have plenty!

bikelang|3 months ago

What is the value of the social network? I discover code by looking for a package in my language via a search engine. Whether it’s GitHub/GitLab/Gittea/etc doesn’t matter as long as it’s indexed by the search engine.

ackyshake|3 months ago

I like sourcehut. It's the only forge out there that isn't set out to copy the Github UI like everyone else. And its UI itself feels instantaneous, as if it was running locally.

ISSOtm|3 months ago

I also like it, particularly for its outstanding CI, but I don't like the patch/email-centric approach. (Gave it a try, didn't have a good time.)

myaccountonhn|3 months ago

sourcehut is a product that feels like it was just built for me and what I care about, I absolutely love the design. But it's tough to use for a team that isn't building open source software. Your teammates will probably be perplexed by the UI because it's so different. The tooling for sending and receiving patches is quite poor, there is no decent GUI email client with patch support. There's also no organization support or ability to apply principle of least access like with a codeowners file.

thayne|3 months ago

The UI is fast, but it can be difficult to navigate, at least if you aren't familiar with it. In particular, unless it is explicitly mentioned in the README, it isn't at all clear how to report a bug, or submit a patch, or view relevant mailing list archives.

keithnz|3 months ago

Stick with Github if it solves your problem. No particular reason to move off, only reasons I've seen so far is "don't like Microsoft" and "Don't like the UI". But overall, GitHub is the leading tech in this space. For FOSS, I can see why some may want to move off, but for commercial work, it's great. Seems to be a bit of a bandwagon of articles of people moving off hitting hackernews (which in reality represents a tiny percentage of users), no need to hop on the bandwagon unless you have some compelling reasons for something else.

docsaintly|3 months ago

GitLab. There's also the option of self hosting it on a cheap server if you don't like cloud services.

justinclift|3 months ago

Unfortunately, GitLab is no longer Fit for Purpose since it caps the maximum size of Merge Requests (aka PRs), and anything over that size just isn't shown in the Merge Request.

This bit us recently at my work where there was an important MR needing review, and over 1/2 of it couldn't be viewed in the GitLab web interface by any means.

It's a (mis) "feature" they're aware of, and have no plan to fix before 2027 at the earliest.

Needless to say, we're migrating off it and recommend others do the same.

bloppe|3 months ago

If you want bang for your buck, and you use free GitHub Actions, then no.

jvilalta|3 months ago

Azure Devops, free for up to 5 users. Free runners Free private repositories Plus work item tracking

chanux|3 months ago

I looked into this recently. But came up with.. nothing that worked me.

I think I was looking for something like Migadu[1] for git hosting. Cheap, private and for personal use. The best option is probably to self host.

I tried to fish out some ideas with an ASK HN thread but it did not get any attention: https://news.ycombinator.com/item?id=46011054

I have started putting my new stuff in Codeberg. Some of the private projects have manually update private mirrors on GCP (free so far).

[1] https://migadu.com/pricing/

actinium226|3 months ago

Gitlab is pretty good, plus you can self host it if you really want. It's an interesting company too, they're 100% remote.

ISSOtm|3 months ago

Note that private repos are supported on Codeberg. (I would link to one of mine, but you'd just see a 404 :P)

crote|3 months ago

Yes, but you are still not allowed to use them for proprietary software development. That makes it quite useless for most teams developing commercial software.

rr808|3 months ago

bitbucket?

Gittea for self hosting is something I always wanted to try.

LexiMax|3 months ago

I have to interact with bitbucket on a daily basis. My advice is not just "no" but "heck no."

Bitbucket is slow to push to and pull from. From a reliability standpoint I have far more issues with Bitbucket than Github. The web UI feels completely off in a way that's hard to describe if you've never used it - it's like it was created as an afterthought or a skin on an older system, without any sort of craftsmanship behind it. There's also no source code search.

There's probably more, but quite honestly I try and stay out of the web interface of my bitbucket repos as much as humanly possible, so I shall stay happily ignorant of the rest. It's a shame, because I remember Bitbucket when it was the Github for Mercurial with a decent (if derivative) interface, and they allowed you to have private repositories without paying money.

Now, Bitbucket no longer supports Mercurial and Github gives you private repositories. Given those realities, why anybody would ever choose Bitbucket in TYOOL 2025 is beyond my ken.

femiagbabiaka|3 months ago

<s>There's nothing about Codeberg that's FOSS only afaict.</s>

This was incorrect, I misread the changes to the TOS.

MYEUHD|3 months ago

Codeberg requires that the repos you host are FOSS