And why?

  • Luu Tuyen
    arrow-up
    2
    arrow-down
    0
    ·
    2 days ago
    edit-2
    2 days ago
    link
    fedilink

    I used GitLab for personal projects, and I use GitHub for contributing to other project

    GitLab is partially open source, GitLab can be self-hosted while GitHub does not

  • sag
    arrow-up
    66
    arrow-down
    0
    ·
    4 days ago
    link
    fedilink

    Codeberg. Fully Libre

  • SynopsisTantilize
    arrow-up
    3
    arrow-down
    0
    ·
    2 days ago
    link
    fedilink

    I’m asking this because I’m self learning and new. Is there a place I can host my code? I’ve been build a pretty robust app in visual code Windows Forms C#. I don’t want to advertise or anything. I just want to have the code hosted as a backup

      • SynopsisTantilize
        arrow-up
        1
        arrow-down
        0
        ·
        2 days ago
        link
        fedilink

        Thanks. I’ll fuck around today with it. Can I make it private? And should I be concerned about people taking my ideas and or code?

        • prenatal_confusion
          arrow-up
          1
          arrow-down
          0
          ·
          1 day ago
          link
          fedilink

          If you use a service like GitHub you can make it private but be aware that the Info is still readable by the service provider. Not in a sense that they are gonna steal your idea (unless you invented a way to make good) but something like secrets passwords etc in your code.

          I’d go for Codeberg, it’s free as in free speech and beer and is an open source project based on gitea. They are working at a federation protocol to make coop doable but without the need for a centralized provider v

  • mlfh
    arrow-up
    90
    arrow-down
    0
    ·
    4 days ago
    link
    fedilink

    Forgejo, a Gitea fork used by Codeberg. I chose it because it’s got the right balance of features to weight for my small use case, it has FOSS spirit, and it’s got a lovely package maintainer for FreeBSD that makes deployment and maintenance easy peasy (thanks Stefan <3).

    • zelifcamEnglish
      arrow-up
      20
      arrow-down
      0
      ·
      4 days ago
      link
      fedilink

      I’ve been meaning to switch over from Gitea to Forgejo for ever. I’ll get it done tomorrow ;)

      • clb92English
        arrow-up
        1
        arrow-down
        0
        ·
        17 hours ago
        link
        fedilink

        Why switch from Gitea to Forgejo, if I may ask?

      • Foster Hangdaan
        arrow-up
        16
        arrow-down
        -1
        ·
        4 days ago
        edit-2
        4 days ago
        link
        fedilink

        Definitely best to get that done ASAP. Forgejo being a drop-in replacement for Gitea won’t be guaranteed ever since the hard fork:

        To continue living by that statement, a decision was made in early 2024 to become a hard fork. By doing so, Forgejo is no longer bound to Gitea, and can forge its own path going forward, allowing maintainers and contributors to reduce tech debt at a much higher pace, and implement changes - whether they’re new features or bug fixes - that would otherwise have a high risk of conflicting with changes made in Gitea.

    • PlexSheep
      arrow-up
      3
      arrow-down
      0
      ·
      3 days ago
      link
      fedilink

      I do the same. Forgejo works really well, and I’m also absolutely stoked for forge fed some day.

      It also has things like CI/CD. It’s a really really good project and self hosting it is relatively painless. Even integrating it with my identity provider over oidc was no problem.

    • thirdBreakfastEnglish
      arrow-up
      5
      arrow-down
      0
      ·
      4 days ago
      link
      fedilink

      +1 for Forgejo. I started on Gogs, then gathered that there had been some drama with that and Gitea. Forgejo is FOSS, simple to get going, and comfortable to use if you’re coming from GitHub. It’s actively maintained, and communication with the project is great.

  • ⸻ Ban DHMO 🇦🇺 ⸻English
    arrow-up
    6
    arrow-down
    0
    ·
    3 days ago
    edit-2
    1 day ago
    link
    fedilink

    I used to self host Gitea, just private repos for university assignments and other personal projects that I was going to open source one day (I have a real problem with finishing things). Then a big storm hit where I live and the internet was out for 2 weeks (I could still use my phone if I stood in the right spot), over that time I was able to work locally but for when I was out and about I couldn’t collaborate on anything because I couldn’t access it so I begrudgingly moved to GitHub.

    At least with GitHub I get very reliable and fast hosting even if everything I write is being fed to AI. Their search is also amazing.

    I do plan, however on getting Forjego set up for private stuff again, because some stuff cannot be made public. When the day comes that I finish something and open source it, I’ll probably put it on Codeberg. Hopefully my project will be good enough that people are driven to join Codeberg to get involved.

    As for my GitHub account, I won’t be able to ditch that so I may continue to fix random bugs and typos I come across. I wouldn’t want to impose my beliefs on someone else’s project

  • ElectronBadgerEnglish
    arrow-up
    25
    arrow-down
    0
    ·
    4 days ago
    edit-2
    4 days ago
    link
    fedilink

    Codeberg for all my projects, both private and public. Some are mirrored to Github. Also Codeberg Pages and its Woodpecker CI.

  • m4m4m4m4
    arrow-up
    55
    arrow-down
    1
    ·
    4 days ago
    link
    fedilink

    Codeberg. I host my web portfolio live there and even did a small contribution to kbin when it was alive. It’s great though now I’d want to look at forgejo.

  • Pierre-Yves Lapersonne
    arrow-up
    16
    arrow-down
    0
    ·
    4 days ago
    link
    fedilink

    GitLab because for CI/CD is it far, far much user friendly and comfortable to use with GitLab CI compared to GitHub Actions and flows.

    In addition I can integrate templates for CI/CD pipelines already defined with the To Be Continuous project (which is open source).

    https://to-be-continuous.gitlab.io/doc/

    • corsicanguppyEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      3 days ago
      link
      fedilink

      Seems to be container-dependent. I did too much security for that. Thanks, though.

  • DasFaultier
    arrow-up
    29
    arrow-down
    1
    ·
    4 days ago
    link
    fedilink

    Gitlab at work, because, well, it’s there and it works just fine.

    Forgejo at home, because it’s far less resource hungry.

    In the end Git is a) a command line tool for b) distributed working, so it really doesn’t matter much which central web service you put in place, you can always get your local copy via git clone REPO.

  • ExtremeDullard
    arrow-up
    42
    arrow-down
    12
    ·
    4 days ago
    edit-2
    4 days ago
    link
    fedilink

    I use Github for 4 reasons:

    • Everybody else is on Github. Github is to repo hosting what Youtube is to video hosting. It’s sad but that’s how it is in this world of unchecked, extreme big tech monopolization. So I put my stuff up there because it’s just simpler to be found.
    • I use Github as a dumb git repo. I don’t use any of the extra social media garbage Microsoft tacked onto it. So I get free hosting and Microsoft pretty much gets no data on me - i.e. I’m a net loss to them.
    • You can use dumb repos as PPA and RPM sources, if you need to distribute Debian or Redhat packages. Microsoft never intented for repos to be used this way, but if I can abuse Microsoft services, I will six ways to Sunday.
    • Github lets you drop videos in your README.md. But here’s a trick: you can use the links to the video files anywhere. In other words, you can use Github to host videos that you can post on other forums - including here on Lemmy, or on Reddit if you’re still patronizing that cesspit for some reason. I find this a nice way to abuse Microsoft’s resources also, and I’m all for abusing Microsoft’s resources.

    TL;DR: I use Github not only because it’s the most prevalent git hosting service out there, but because I can abuse it and make Microsoft pay for the abuse without getting anything of value from me in return.

    • CarrotsHaveEars
      arrow-up
      15
      arrow-down
      2
      ·
      4 days ago
      link
      fedilink

      Reading the first sentence of your post: I dispise you.

      Read to the end: I love you.

    • theshatterstone54
      arrow-up
      8
      arrow-down
      1
      ·
      4 days ago
      link
      fedilink

      I’m actually continuously running github actions that I don’t need running, just because I can, and because it uses up their resources.

      That’s something I really like about Ublue: they use Github actions, so if you build a custom image, you’re using Github’s processing power for it. So, go do that. Make hundreds. Bleed Microsoft dry.

      • spingEnglish
        arrow-up
        11
        arrow-down
        0
        ·
        4 days ago
        link
        fedilink

        wasting energy to somehow stick it to the man?

        Exhibit 56845 why humanity is fucking doomed.

        • theshatterstone54
          arrow-up
          1
          arrow-down
          1
          ·
          4 days ago
          link
          fedilink

          I actually forgot the /s. And I guess I wasn’t clear enough. This is less than a drop in the pool for them. An image build that takes them around 15 mins including setting up the VM for the build, takes me around the same time on a machine with a 6-core Ryzen 5 at 2.375GHz, with 8GB RAM. So because they’re running it on their high end hardware and it still takes that long, they aren’t allocating that many resources to the VM, meaning that it costs them basically nothing.

          TLDR: If any of this was a cost that had any significance to their bottom line, it would have been restricted and/or monetised.

          • spingEnglish
            arrow-up
            4
            arrow-down
            0
            ·
            4 days ago
            edit-2
            4 days ago
            link
            fedilink

            It’s obviously trivial energy waste in the big picture, but it’s 100% waste of you don’t need it. Like turning on lights in empty rooms.

      • ⸻ Ban DHMO 🇦🇺 ⸻English
        arrow-up
        1
        arrow-down
        0
        ·
        3 days ago
        link
        fedilink

        That’s what the founder of ublue said about it in a video I watched the other month. Love the spirit behind that project

  • sudoer777
    arrow-up
    5
    arrow-down
    0
    ·
    3 days ago
    edit-2
    3 days ago
    link
    fedilink

    As much as I hate GitHub, for in-person projects involving multiple people I usually end up having no choice since they usually think GitHub is the most important programming tool ever and nothing I do is going to convince them to create an account on something that’s not GitHub.

    For personal stuff I use Forgejo and disable everything except the code view, so I have a quick way to show people stuff I’m doing (for career reasons).

    If I was doing a project with multiple people and actually got to chose the platform I would probably use Forgejo or Codeberg and make use of the project management features.

    Pijul looks interesting but the ecosystem is very lacking and it doesn’t integrate well with Guix which I base a lot of my workflows around, so until this improves switching to pijul creates more problems than it fixes. The only other VCS and frontend I’m familiar with is GitLab which I don’t use anymore self-hosted since Forgejo is more performant and the main version randomly deleted all my repos and changed all sorts of stuff.

    cgit also looks interesting, I might look into it.

    • corsicanguppyEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      3 days ago
      link
      fedilink

      GitLab which I don’t use anymore self-hosted

      This. Gitlab swapped out the performant webeditor for a VCS clone that runs like a fucking dog all.the.time, and they’re in a phase where they just can’t control their memory consumption while they focus on whole-sale vendoring of shit projects inside the code – they’re actually considering bringing in pulp as if they can figure out 20 kind of artifact storage but RPMs are a special snowflake requiring the worst bloated pig of an add-on ever.

      I need gitlab to get better as I really like their CI specification and how not-fucking-YAML it is.

  • thagoat
    arrow-up
    23
    arrow-down
    0
    ·
    4 days ago
    link
    fedilink

    Gitea self-hosted, because my repos are mine.

    • Lemongrab
      arrow-up
      6
      arrow-down
      0
      ·
      3 days ago
      link
      fedilink

      Why not Codeberg, cus its FOSS and run by a donation-funded nonprofit.

      • JackbyDevEnglish
        arrow-up
        6
        arrow-down
        0
        ·
        3 days ago
        link
        fedilink

        You cannot host non-foss code on Codeberg. That’s a possible reason.

          • JackbyDevEnglish
            arrow-up
            1
            arrow-down
            0
            ·
            3 days ago
            link
            fedilink

            Same. Their policy is very reasonable in my opinion. They still allow non foss stuff for like personal config files which is nice. The only time I ever got a warning was when I uploaded a 100MB file to a private repo without any license. It was just a banner on the repo. (I was messing around with alpine images.)

  • Mike WooskeyEnglish
    arrow-up
    21
    arrow-down
    0
    ·
    4 days ago
    link
    fedilink

    I self-host forgejo. I’m not a heavy or advanced user, and it suits my needs. I barely use github any more: mainly to star repos I like, and find and use repos (there’s a ton there - it’s almost ubiquitous).

    • Foster Hangdaan
      arrow-up
      1
      arrow-down
      1
      ·
      4 days ago
      edit-2
      4 days ago
      link
      fedilink

      Just bookmark the repos you like; no Github account needed.