I’ve been on Codeberg for over a year now and the experience has been great. It has been around for a while, it’s fast, thanks to Forgejo, the self-hostable open-source software that Codeberg uses, which also offers great features.

However, it lacks a good CI/CD system. I feel like Woodpecker (the CI/CD system Codeberg uses) can’t do more complex things. Forgejo/Gitea have their own CI/CD system which is better, but Codeberg still uses Woodpecker.

But other than that, why isn’t Codeberg more widely adopted? Even privacy advocates continue to use GitHub, despite its acquisition by Microsoft. I agree with the sentiment that GitHub has a large user base, and its widespread adoption is undeniable, but I still think more people should try Codeberg or even self-host their own Forgejo/Gitea instances.

So, I’m curious to hear your perspective. What are the reasons that keep you tied to GitHub? Do the features and network outweigh the privacy concerns? Are there specific functionalities that you rely on and haven’t found elsewhere?

  • Lazycog@sopuli.xyz
    link
    fedilink
    arrow-up
    28
    ·
    edit-2
    2 months ago

    I would have given it a go, but reading their terms it seems they don’t like people having non-foss code there, and I would like to have both my foss and non-foss projects together on one platform.

    I’ve been thinking about self-hosting forgejo though!

    Edit: I did move from GitHub to GitLab, but don’t really wanna stay on GitLab either.

  • witten@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    2 months ago

    I develop a moderately popular open source project and self-host it on Gitea. But I also mirror it on GitHub and accept PRs there. And one PR submitter on GitHub said they preferred to contribute there because that’s where potential employers look for open source activity.

    Could employers also look on Gitea/Forgejo? In theory, yes. But some of them literally ask for your GitHub profile on their application forms…

    • madnificent@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      2 months ago

      We also ask for a GitHub handle but when one supplies Codeberg or GitLab it’s seen as very positive. Might not be the case for standard HR though.

      • toastal@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Why do this if it missleading? Why not ask for a list of VCS links & why suggest only one—especially the Microsoft one, then be excited if something else is submitted?

        • madnificent@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          To be honest, I didn’t know by heart what we stated exactly. It says “Open source”. When we ask we may well say “like a GitHub handle”.

          For people without much experience it can all be a bit daunting. They’ll know about GitHub and it helps them identify what we’re hoping to see. By now I expect links to open source work in a CV due to the nature of our company but it’s not a requirement.

          It’s a balancing act in getting the right hints in a vacancy for people in the know and providing enough info for people who don’t know yet.

          GitHub wasn’t all that bad years ago and it’s easy seeing this find their way in HR forms and taking as long to be removed again. I certainly wouldn’t shun entering a CodeBerg/GitLab/selfhosted url in a form where I should enter a GitHub handle.

  • SuperiorOne@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    GitHub constantly becomes more bloated, clunky and privacy/license concerning AI BS. It almost feels like using 2010 TFS server with git flavor. Unfortunately, It has a huge user base and it’s hard to incentivize people to use other platforms.

    It’s easier for well-established projects to host their own git infrastructure. But for new projects and solo developer, it harder to get interaction on other platforms. I think that’s why even Gitea team uses GitHub as a main location for development. Similarly, I still mirror my public repositories to GitHub for the same reasons even though I prefer using my own Gitea server.

  • Sixth0795@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I find their wiki setup to be very unintuitive

    I can’t seem to set it up over my system

    I can’t log in at all in git

  • Haui@discuss.tchncs.de
    link
    fedilink
    arrow-up
    17
    ·
    2 months ago

    I‘m way ahead of you. Using three forgejo instances and patiently waiting for federation. I love forgejo.

  • corsicanguppy@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    Forgejo/Gitea have their own CI/CD system which is better,

    I didn’t like their CI setup. I’m hoping to stick with GitLab despite the upcoming purchase and idiotic decisions like embedding VSCode and the new runner naivete, just for their better CI setup.

  • proton_lynx@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    I don’t know exactly about Woodpecker CI because I haven’t used it very much, but GitHub Actions is Beta software. Has A LOT of bugs, no QoL features, spaghetti codebase, the Runners are AWFUL to selfhost… and I could go on.

  • _haha_oh_wow_@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    I don’t really code, on the rare occasion that I do it’s for some one-off thing I don’t really care about maintaining or documenting.

  • Daniel Quinn@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    2 months ago

    Honestly, I’m just happy with GitLab. Their CI is fantastic and the other built-ins are great too. I haven’t felt the need to switch.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    I use codeberg for public repos and gitlab for private repos (codeberg doesnt like people hosting private repos on there—theyll allow it but they strongly encourage people to make their projects public, especially after your repo reaches a certain size).

    I wouldn’t say that codeberg is not widely used. A lot of the software I use is hosted on there. I would say that the most common git hosting platforms I see for foss projects is github > self-host > sourcehut > codeberg > gitlab > other. But that’s obviously a selected sample of the software I tend to use or at least browse.

      • communism@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 months ago

        I was hosting a private repo on there and it got to ~100MB at which point there was a banner at the top of my repo basically saying that they would encourage me to make it public considering the size. I don’t remember if they stopped me from doing further pushes because of the size or not, but at that point I moved it to gitlab

        I don’t think there’s anything wrong with them doing this btw, they’re not a cloud file hosting service, they’re a foss-promoting git hosting service so I think it’s reasonable enough that they prefer people share their projects especially beyond a certain size.