enkrs 17 hours ago

I'm wondering, now almost three years in after the Forgejo/Gitea fork, which side of the fork ended up better. Both still seem very active with thousands of commits each.

I run a Gitea server (since long before the fork, constantly updated) that handles issues, pull requests, signed commits, CI/CD, actions, and even serves my containers and packages. It's been amazing.

Of course Forgejo can do the same. For those who’ve followed both projects closely — which fork would you say has come out ahead? Codeberg being Forgejo's SaaS offering likely gives them more resources, but I also wonder if that means their priorities lean more toward SaaS than self-hosting.

  • homebrewer 16 hours ago

    > their priorities lean more toward SaaS than self-hosting

    It was FUD when the fork was announced, it is FUD now. Look at commercial images and what differentiates them from MIT — it's pretty much just SAML and not much else. Their actual development policy is "you pay us for the feature you need — we build it under MIT and ship for everyone"; their collaboration with Blender is the most prominent example of this that I know of.

    I've also been wondering whether to jump ship, and have been going by comparing release notes — how many features were shipped within the same period of time, which bugs were fixed, etc. I've seen no reason to migrate, Gitea continues to advance faster, even though Forgejo copies some of their commits that still apply relatively easily.

    Forget about commit counts, issues closed, and other artificial metrics — they're significantly inflated on Forgejo's side by heavy use of bots (like bumping dependencies) and merge commits (which Gitea development process doesn't use). Look at release notes.

  • pityJuke 14 hours ago

    How is Gogs, the original project doing these days?

iamdamian 12 hours ago

I self-host forgejo but still want a way to publish open-source. I've been using GitHub for this and didn't realize that codeberg.org was an option. Glad to see them getting the press.

ge96 14 hours ago

I remember when private repos cost $7/mo before they were free on GitHub

blitzo 17 hours ago

I always wonder what GitHub has that Codeberg doesn't. It's a shame this isn't as popular. It seems like developers, of all people, are willingly letting their code be AI piggybacked.

  • latexr 17 hours ago

    For many it isn’t easy to just up and abandon what they built on GitHub, especially if they have a big community and open issues and PRs. Familiarity also plays a big role, you can’t simply expect to open an account on a different forge and be done, it consumes time to get acquainted with the new stuff. Also GitHub may give access to more resources: For example, you can just use GitHub actions in your repo, private or public; to use the equivalent on Codeberg you have to request access and be approved.

    https://docs.codeberg.org/ci/

    None of this is a defence of GitHub. But if you want to enact change, you have to understand the reasons why people remain in the status quo.

    • blibble 17 hours ago

      > For many it isn’t easy to just up and abandon what they built on GitHub, especially if they have a big community and open issues and PRs.

      it's really easy because the codeberg importer is really good

      it correctly imports all your pull requests and issues, preserving usernames, everything

      you then put the new URL in the GitHub description and archive the project

      and then a year down the line you delete the GitHub repository entirely

      I moved about 70 projects, half a dozen with several hundred stars and forks

      and each major project that leaves does n^2 damage to GitHub, it's the network effect in reverse!

  • max_ 17 hours ago

    Codeberg suffers from the same problem as sourcehut.

    They are so fanatical that many groups are unable to use them.

    Sourcehut for example is hostile towards cryptocurrency related projects.

    Coderberg is hostile towards private repos.

    • juliangmp an hour ago

      > They are so fanatical that many groups are unable to use them.

      > Coderberg is hostile towards private repos.

      Disclaimer: I'm a member of Codeberg e.V., though not part of the presidium or any official representative position.

      We're a non-profit (charitable) with the explicit goal of being host to free and open source projects. We run on donations, donations that are made with that specific goal. Why should we provide storage and git hosting for proprietary projects? That is not and has not been the goal of the entire organization. Yeah, I guess that makes us unusable to many groups, technically. But Codeberg was founded for that specific purpose, after all we're a nonprofit, not a business.

      If you want to host proprietary projects, Codeberg isn't the place for it and it doesn't want to be.

      Also, no you won't be immediately banned if you make 3 private repositories. I myself have a few private repos, mostly projects that never got anywhere close to finished but also personal notes or my nginx server config.

      https://docs.codeberg.org/getting-started/faq/#before-i-star...

    • daneel_w 16 hours ago

      > "They are so fanatical that many groups are unable to use them."

      I had open-sourced stuff there licensed under Creative Commons, which was forcibly removed. They do spell the license requirements out in their terms, I just can't wrap my head around the obstinacy. Calling it unhelpful do-goodery would be flattering. Fanatical is indeed the right word.

    • type0 11 hours ago

      > Coderberg is hostile towards private repos

      Get real. It's a community project with limited resources. If they had the money for hosting I'm sure that would be offered for FOSS projects, which their bylaws requires to focus on.

    • eesmith 15 hours ago

      Where you see a problem, I see a market niche.

      I pay for Sourcehut hosting. I like that I'm on a system which rejects cryptocurrency projects.

  • steeleduncan 17 hours ago

    An incredibly generous free tier offering for CI/CD

    • mcny 17 hours ago

      That and I don't feel as guilty putting my hare brained nonsensical half baked at best personal projects that nobody other than me will ever clone on GitHub.

  • rglullis 17 hours ago

    Saying that as someone who keeps my open source projects primarily on codeberg: Getting access to Codeberg CI is a bureaucracy, it has outages due to DDOS attacks every other week and there are a good number of open source developers who are making non-negligible money via GH sponsors.

    • archargelod 10 hours ago

      Forgejo CI is really easy to setup, though. Just get a cheap VPS or Oracle Free Tier and you don't have to worry about freeloading.

      • rglullis 3 hours ago

        Sure, for my private projects I already run my own Gitea and Woodpecker CI (and my own docker registry, and my own Taiga server for project management, and my own baserow server to replace airtable, etc...) but the moment you say "just get a VPS to run this service that is available for free at $BIGCORP", you lost 90% of the potential users.

        • archargelod 2 hours ago

          > available for free at $BIGCORP

          Is it really free, though? You get free service - MS gets everyone's code for free. Only a fool would believe that they don't use private repos for training.

          And even if it was free, do you really believe it is sustainable to just offer unlimited service for free to anyone? They've created an environment where you're punished for using anything but github. This is not good.

  • dragonwriter 17 hours ago

    > I always wonder what GitHub has that Codeberg doesn't.

    Aside from previously established dominance and associated network effects, a whole lot of individually little things which add up to a lot.

    > It's a shame this isn't as popular. It seems like developers, of all people, are willingly letting their code be AI piggybacked.

    So long as the AI firms operate under the assumption (and courts so far in the US at least seem inclined to favor this view) that training AI on copyright-protected material isn't infringement, any publicly-exposed code is going to be subject to AI piggybacking, not just code hosted on Github.

  • Imustaskforhelp 17 hours ago

    I had codeberg account before github account.

    I really created a github account to star other people's project and my keepassxc had got deleted by me messing around in my linux so I had lost access to my codeberg previous account and I think even my previous github account too but I went around to create a new github account but never a new codeberg account untill just recently (literally 1 hour ago lol)

    for me I could star a lot of projects and show support and there is even github donations. Its not as if I like github but I am giving my reasoning as to why I think the reason is that github won and codeberg hadn't.

    There are still a lot of people which use codeberg but a lack of awareness is also one part and the lack of people on codeberg. To me, like, I thought that if my project is on codeberg then it would get less stars (I was really chasing stars back then lol) and it would get less visibility and less people contributing and so on I think...

    Doesn't also help when you need a github account anyways to contribute to a git project in the sense that you ask them an issue.

    IIRC I wanted to ask a github issue on some project and that's why I had created my original account but then started hosting some code between codeberg and github from exclusively codeberg to then all code on github...

    Now I am starting to take back on that by hosting things on codeberg again from a fresh account.

  • Arnavion 16 hours ago

    If I was sufficiently motivated to leave GH for such idealistic reasons, it wouldn't be worth moving to another third-party host. That just means a few years later there will be some new idealistic reason to leave the new host, and I'll have to make the effort of switching all over again. If I ever leave GH, it'll be to self-hosting.

  • johannes1234321 17 hours ago

    "Everybody" is on GitHub. For Codeberg contributors, bug reporters, ... probably got to register first.

    Also: GitHub is so established that for many people git and GitHub are the same thing.

    • archargelod 10 hours ago

      That is also a disadvantage, Github has a lot more grifters, people submitting fraudulent and malicious PRs, issues spam. In similar vain as "everybody is on windows" and Linux not being targeted by malware as often.

      If a person really cares about your project and wants to improve it and not just boost their own GH stats - creating an account takes no time or they can always send you patches via email.

    • datadrivenangel 17 hours ago

      People calling git GitHub is one of my pet peeves.

  • daneel_w 17 hours ago

    GitHub doesn't make your choice of content license their business.

  • zhobbs 17 hours ago

    conversely, what's the purpose of using Codeberg over Github?

    • AlOwain 17 hours ago

      I too would like to understand why. Perhaps the only one I care for is that I would not like to give too much power to Microsoft in choosing who can contribute.

      Others have issue with their code being used in AI training, but I find no issue in that myself, my code is not exclusively mine anyway and I have no say in how it is being used.

      • immibis 3 hours ago

        I'm banned from GitHub because I didn't give them my mobile phone number, but I wouldn't switch to another provider that could easily do the exact same thing - "fool me twice"

    • jwildeboer 17 hours ago

      No AI, EU based, so respects the GDPR for all users, regardless of where they live, you can send PRs to make it better, is 100% Free Software, has its own Actions system that is also 100% Free Software, the logo is nice, you can become a member of the Berlin based association and have a direct vote on policy/feature changes.

    • xigoi 17 hours ago

      It’s faster and FOSS.

    • overfeed 11 hours ago

      Not wanting to perpetuate a monoculture. Centralizing git repos is perverse.

  • neuronexmachina 17 hours ago

    > It seems like developers, of all people, are willingly letting their code be AI piggybacked.

    Is Codeberg actually effective at preventing crawling of public code they host?

    • cenamus 17 hours ago

      I think the point is more about GitHubs/Microsofts own Copilot

  • jhsdgh876425 13 hours ago

    Why would any adult give so much power to a few people over their project for what would be a few $$ at most in GitHub if not free.

    The idea that I would choose a company because is from Europe instead of America, is kinda insane to be honest, I'm from Spain, Europe and my only peeve with products from America is that sometimes the cost to send products here is a bit too much for products like kinesis, aeron, books from nostarch, etc.

    Good for Codeberg for giving the hosting service for free to FOSS projects, but there is no way I'm giving so much power to a few volunteers over my projects.

    I wish GitHub would implement a feature to hide/private the projects I follow/star, that's the only thing I miss in GitHub.

  • clickety_clack 17 hours ago

    Lock-in for compliance? There's a ton of integrations into things like Vanta.

  • yakattak 17 hours ago

    For me so far the biggest thing holding me back is the lack of CI/CD.

    • watermelon0 13 hours ago

      You can bring your own Woodpecker CI or Forgejo Actions runners. The cheapest solution is to just run them at home in a VM.

      Codeberg is a community driven project, which provides CI for FOSS projects, and it's a bit unfair to expect them to provide free compute for random and/or private projects.

      For what it's worth, I've had better experience with running self-hosted Forgejo Actions runners compared to self-hosted Github Actions runners.

      • yakattak 9 hours ago

        For the record I don't think they have to support the same level as GitHub. It's just one of the biggest barriers for me and my projects is all.

    • esafak 16 hours ago
      • yakattak 15 hours ago

        It exists yes, but you need to request access to it (which is manually reviewed), comes with a bunch of restrictions and it’s a limited resource.

        I have several projects I’d want to move over but thats enough of a barrier for me to lose interest. There’s also Forgejo Actions but I assume paying for your own runner is probably more expensive than GitHub.

        • archargelod 7 hours ago

          > you need to request access

          Codeberg has free Forgejo Actions instance that you can use without a request, but with limited resources[1]:

          > own runner is probably more expensive than GitHub

          You can rent a VPS for as cheap as $15/year or run it locally.

          [1] https://codeberg.org/actions/meta

          • dolmen 6 hours ago

            CI is an important feature of a project to give automated feedback to contributors.

            However I would not trust external contributors' code on my server.

  • anticorporate 17 hours ago

    Name recognition, and a stubborn belief that "stars" are a somehow useful metric in determining the quality of a project.

    • knowitnone3 11 hours ago

      what other metric do you propose we use? fake download metrics?

  • dismalaf 17 hours ago

    Codeberg doesn't allow any projects that aren't FOSS.

    Personally I use Gitlab.

    • ashton314 17 hours ago

      Not quite: Codeberg discourages you from having too many closed source projects, but you can absolutely have private repositories. I have several.

      They explain the rules here: https://docs.codeberg.org/getting-started/faq/#how-about-pri...

      • dismalaf 16 hours ago

        How much they tolerate private projects and the specific rule you link is so vague it's worthless.

        I want 100% certainty that if my side project makes money they're not going to come after me for breaking terms. Anything less is worthless.

        • kstrauser 16 hours ago

          Worthless _to you_. Given that it's a free service, I think it's perfectly reasonable that they only want to host Free software. There are any number of other tools catering to businesses.

          • dismalaf 16 hours ago

            It was a reply to the comment. My original comment merely stated the fact and that I use something else.

            I'm saying vague promises are worthless, not the service if you do 100% FOSS.

        • blibble 16 hours ago

          > I want 100% certainty

          this is completely unrealistic even if you're paying a company to host your stuff

          • dismalaf 16 hours ago

            It's not. If the terms of use unambiguously allow it, the law is on your side no matter what the host tries.

            • blibble 16 hours ago

              there's no law, it's a contract

              you can be sued by anyone for anything at any time, regardless of your opinion of "unambiguous"

              • dismalaf 16 hours ago

                Are you being intentionally obtuse?

                Yes, lawsuits are how contract disputes are settled. "The law is on your side" means a court will side with you in case of a lawsuit.

                • blibble 16 hours ago

                  > Are you being intentionally obtuse?

                  are you?

                  need I remind you, you said:

                  > I want 100% certainty that if my side project makes money they're not going to come after me

                  there is NEVER any certainty that your counterparty won't come after you, even if you think your contract is "unambiguous"

                  because that not how the system works

                  • jasonvorhe 11 hours ago

                    all the usual arguments. I get where he's coming from, I thought like this for a long time as well. I wouldn't pride myself in having sold all my bitcoins in 2016. I regret having dabbled in stuff like ethereum around that time when I could've just stuck with bitcoin. I just didn't see it. conflating the nft/dao/web3/shitcoin sphere with bitcoin vibe with me either. good luck to him with paper money, I'm going with bitcoin, come what will. I'm not on a mission, do what feels right. I'm not judging. just weirded out by the thought of someone not wanting OSS software of that sort to be hosted on their platform. where does it end? ban users who are active in that area outside of your platform? people are using postgres unethically to store illegal data, stolen pii and credit cards. tor is used for csam. I have difficulties understanding this line of thinking and it feels more like an ethical way to exclude a group of people you just don't like. could be totally wrong of course.

    • Imustaskforhelp 17 hours ago

      Wait really? is that the case, I didn't know that!

      I actually went and found the source as I wanted to ask you but I felt like HN police might come saying to give a google search so I am going to paste it here to save someone else a google search but also here is the main thing

      > Our mission is to support the creation and development of Free Software; therefore we only allow repos licensed under an OSI/FSF-approved license. For more details see Licensing article. However, we sometimes tolerate repositories that aren't perfectly licensed and focus on spreading awareness on the topic of improper FLOSS licensing and its issues.

      https://codeberg.org/magicfelix/Codeberg-Documentation/src/b...

      Funny thing is that I found this through by copying the statement from the hackernews comment and I was only able to find this through HN.

      https://news.ycombinator.com/item?id=35480056

    • bena 17 hours ago

      That would be it. It's why I started with BitBucket. Because Github didn't allow for private repositories on the free tier at the time.

  • hkt 17 hours ago

    Network effects and a corporate offering, I'd think.

    • SubiculumCode 17 hours ago

      Definitely network effects. For work, when I am interested in finding whether the authors of a research paper put up their code somewhere, I often type github in the search query. There are some others, of course, but its the default location. I'll be looking into this one though. I'd never heard of it.

    • flykespice 17 hours ago

      Also matthew affect, platforms that started early and got popular, tends to get more popular.

      Codeberg might be getting more popular, but the slope of growth from Github is way higher than theirs.

  • fritzo 13 hours ago

    You're missing the point. We want AI to piggyback on our open source code, because then thousands of developers around the world can piggyback on that AI. That AI is a boon for users, and is just as useful as documentation and a discussion forum.

  • cmxch 11 hours ago

    No activism, just code and solid infrastructure.

    That said, what can codeberg really protect against if they’re just a European take on GitHub?

Imustaskforhelp 17 hours ago

Do we know the project which is the 300k project as I was making a pages and even a video on how to make codeberg pages about an hour ago and this post is 41 minutes ago and I would be mad in joy lol

bix6 16 hours ago

Can I push my code here and have it deploy to Cloudflare? Currently using GitHub but I’d switch.

  • LelouBil 11 hours ago

    It has CI/CD so yes

blibble 17 hours ago

codeberg is great

the interface is far more responsive, despite each click loading a new page (vs. the disaster than is react)

and it is run by a charity, so it will never enshittify

which GitHub is doing more and more with each passing day (no I don't want your shit "AI", not now, not ever)

  • scuff3d 6 hours ago

    Not that this matters a whole lot, but it actually works on mobile as well. GitHub is laggy as fuck on my phone.

mac-attack 9 hours ago

I self-host forgejo locally and use Codeberg for my blog and finding good FOSS projects. Here's to 300k more!

jeffrallen 17 hours ago

Nice, now we can centralize the decentralized version control on a different website. <eyeroll>

  • klimperfix 16 hours ago

    Actually, they want to implement federation using forgefed [1] into forgejo, the underlying software.

    [1] https://forgefed.org/

    • mariusor 15 hours ago

      Maybe you're eagerness to sing praises to the forgefed project overshadowed the common knowledge that git is already distributed but, git is already distributed. :P I think that's what parent was sarcastically trying to imply.

      • overfeed 9 hours ago

        The first 16 words of your comment makes it very smarmy,v and not including them would have improved it.

        GP's snark is misplaced, version control is but a subset of what forges offer, git has no social layer[1], and GitHub has a monopoly on this. A distributed social layer via ActivityPub would be a vast improvement over what we have now - at best, non-comprehensive one way synching of issues from GitHub into mirror repos, by way of polling the upstream.

        1. Except via email

        • jeffrallen 4 hours ago

          GitHub must certainly does not have a monopoly on the social aspects of version control. But it does seem, from recent experience with e.g. Mastodon that the revealed preferences of users of social apps is for centralization. Even users (software developers) who likely have a higher familiarity with the pros and cons of centralization.

          Also: Ask yourself why did Linus "solve" VC decentralization, but not social software decentralization. Probably because one is "easy" and the other is "not obviously possible". :)