I am looking for recommendations for an open source self-hosted version control system source code hosting service. I found a few, but I can’t decide on which one to pick:

If there’s a better one than the ones I’ve listed here, I’d love to hear about it!

I care primarily about privacy and security, if that makes any difference.

  • thirdBreakfast@lemmy.world
    link
    fedilink
    English
    arrow-up
    27
    ·
    1 month ago

    Forgejo - actively developed open source. It’s what powers Codeberg. Easy to set up and manage with Docker. I moved to it from Gogs and skipped Gitea after reading about the forks.

  • AbidanYre@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 month ago

    Gogs is the original. Gitea is a fork because the dev of Gogs wasn’t taking community input (I think that was the reasoning behind it). Forgejo is a fork of gitea because some folks didn’t like gitea forming a for profit corporation (Or something to that effect).

    As far as day to day use they’re all fairly similar, though it’s been a long time since I used Gogs.

    • marcos@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      IMO, the Gogs dev was correct. If you look at that community input and what Gitea became, I was glad to use the version that rejected it.

      But I don’t know how it compares with Forgejo.

        • marcos@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          The added features made it harder to deploy, came with some bugs, and overall traded a simple design for community-oriented features that IMO were a negative value overall.

          • WhyJiffie@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 month ago

            made it harder to deploy? Isn’t it still just a single binary, a config file and a directory for data?

            bugs are inevitable for evolving software.

            which community oriented features do you mean? are they in the way, or is it just that you don’t need them?

  • NebulaNymph@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 month ago

    +1 for Forgejo!

    Just set it up with Docker this past week, it was fairly straightforward and has been working well since

  • darkan15@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 month ago

    Used Gitea for a while, and decided to switch to Forgejo before the hard fork split (no more code from Gitea), been using it since, In my opinion both work well, but prefer Forgejo.

  • 56!@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Those 3 are all fairly similar. Here are some others I can think of:

    • Gitlab: many features, complex, pr workflow.
    • Forgejo / Gogs: simpler, github inspired interface, pr workflow.
    • Radicle: peer to peer, idk much more…
    • Sourcehut: minimal (non-github) interface, very modular, email workflow.
    • Cgit / Gitweb / etc.: just a git interface, no specific workflow.

     

    If you’re not using any of the additional features, cgit should be enough. If you’re planning on collaborating with others, probably Forgejo would be better.

    You can also use individual components of sourcehut, if you want a git web interface with just issue tracking, ci, or wiki, for example.

      • 7EP6vuI@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        maybe the installation is simple, but the whole thing is still a beast and has tons of different services and does a lot of stuff. i prefer forgejo because of it’s simplicity (still not super easy) and it takes less resources.

  • Kwiuu@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Not what you want probably but Tangled.sh

    tightly-knit
    social coding. tangled is new social-enabled git collaboration platform built on atproto. we envision a place where developers have complete ownership of their code, open source communities can freely self-govern and most importantly, coding can be social and fun again.

  • MysteriousSophon21@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    27 days ago

    +1 for Forgejo here. It’s lightweight on resources compared to GitLab but still has all the features you’d need, plus the security/privacy focus aligns with your priorities. I’ve been running it on a small VPS for over a year and it’s been rock soild.

  • shiftymccool@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    I use Forgejo mostly for code archiving but anything that requires CI/CD, like personal code projects, i use OneDev. No extra setup for pipeline, batteries included

  • ZeroOne@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    How about Fossil ??

    Basically it’s an alternative to Git itself, has commands similar to git but with an added bonus of having Github-like features, like:

    • A frickin GUI
    • Bug-tracker
    • Wiki System
    • Ticketting system
    • Forum + Chat
    • Web-Server

    Best part !! It’s just one file & the website I linked is a self-hosted instance