If possible, also mention what the use case is (ex. Contributing to a project, hosting your code privately, workplace, etc.)

Edit: Removed Codeberg from the post title as I mixed things up

  • asudox@lemmy.asudox.dev
    link
    fedilink
    arrow-up
    25
    ·
    13 hours ago

    Codeberg is an instance, not software. It runs on Forgejo.

    Forgejo is a hard fork of Gitea.

    So my answer is Forgejo.

  • sbird@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    9
    ·
    14 hours ago

    Currently I use Codeberg and Forgejo. The former for cloud backup and the latter for local backup.

  • KexPilot@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    13 hours ago

    It’s my turn to do the obligatory mention of SourceHut :)

    It is in alpha, but it is really promising. It is going all-in on email based git workflows (which was the original way of doing it before the github-style PR based workflow). I love the style and it’s minimalism - but don’t let that fool you, it has many features that you might not see at first glance. Imagine if cgit or gitweb was extended into a software forge with built-in support for email patches, mailing lists, issue tracking and CI.

    If you are the type of person who attracts garbage issue tickets and often has to reject low-effort PRs on your projects, it forces a really good minimum entrance bar. Of course this comes at the cost of visibility of your projects, less networking effect, so I would suggest to not use it if you want easy visibility and 3rd party contribution on your projects.

  • varnia@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    12 hours ago

    Forgejo as private instance, mirror important stuff to Codeberg. This way you can also restrict access to your private instance while have your code publicly available on Codeberg.

  • VeryFrugal@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    13 hours ago

    Forgejo. Initially went with Gitea and made the switch because why not.

    To me, everything works perfectly, from basic git stuff to CI. It was only for my hledger stuff since it’s way too sensitive to be on any other machine but mine, but now I use forgejo way more than GH.

  • CameronDev@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    14 hours ago

    Gitlab. Was on gitea, but it lacked CI integration (not sure if that has changed) and generally felt less polished. Gitlab is used at work, so its nice having something familiar.