And why?

  • sudoer777@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    42 minutes ago

    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.

    • sudoer777@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 hour ago

      I considered using pijul but everything in Nix/Guix is oriented around git as are the plugins for my text editor and CLI, and there aren’t good self-hosted web frontends that I can use to put pijul projects on my linkedin profile or whatever. I want to switch to it but the ecosystem surrounding it needs to actually exist first.

  • ElectronBadger@lemmy.ml
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    16 hours ago

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

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    15 hours ago

    self-hosted gitlab.

    I love it. I can clone external repos on a schedule and build my projects based on my local cache. I’m even running some automation tasks like image deployments out of it too.

  • ramenu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    17 hours ago

    Codeberg for public repositories, cgit (if that even counts) on my own server for private ones

  • CHKMRK@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    17 hours ago

    I’ve been selfhosting Gitea for years now and it’s great, but I also don’t really collaborate with anyone else so YMMV. Originally I wanted to go with GitLab utb it’s too resource intensive for my use case

  • mlfh@lemmy.ml
    link
    fedilink
    arrow-up
    76
    ·
    1 day ago

    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).

    • thirdBreakfast@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      18 hours ago

      +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.

    • zelifcam@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 day ago

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

      • Foster Hangdaan@lemmy.fosterhangdaan.com
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        edit-2
        19 hours ago

        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.

    • Drew@sopuli.xyz
      link
      fedilink
      arrow-up
      11
      ·
      18 hours ago

      forgejo is a fork made by a nonprofit and deals with security issues much quicker

  • m4m4m4m4@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    1 day ago

    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.

  • DasFaultier@sh.itjust.works
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    1 day ago

    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.