We are changing our system. We settled on git (but are open for alternatives) as long as we can selfhost it on our own machines.

Specs

Must have

  • hosted on promise
  • reliabile
  • unlikely to be discontinued in the next >5 years
  • for a group of at least 20 people

Plus

  • gui / windows integration
    • swooosh@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      Thank you! That would be my go to for my own projects as well. As far as I know they don’t want company sponsorship. I am unsure about sustainability

          • ijhoo@lemmy.ml
            link
            fedilink
            English
            arrow-up
            11
            ·
            2 months ago

            Maybe check how long it is already going, so it can give you some confidence. Forgejo is a fork of gitea, which is a fork of gogs.

            Also, codeberg, a nonprofit from Germany, is supporting development.

            https://docs.codeberg.org/getting-started/what-is-codeberg/

            The codebase history of Forgejo and its predecessors predates Codeberg. However, since 2022, Codeberg is backing the development of Forgejo as an umbrella organization.

    • Nicarlo@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      2 months ago

      I’ve been looking at gitea because of its gitops capabilities that seem to be pretty much on par with github actions. Do you know if forgejo has something similar? There seems to be a lack of documentation in that area. This has been my only reason for not moving to forgejo but im hoping im wrong and just missed some documentation.

      EDIT: Thank you all who provided some additional insights that I was missing. I’ll take the leap and give forgejo a try!

      • PlexSheep@infosec.pub
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        Forgejo actions is basically GitHub actions. The difference in my ci scripts is a single line and you can even use GitHub action templates or whatever they’re called.

        You just need to add some runners to your server, which is pretty easily doable by just using some docker container and deploying that multiple times

      • daco@lemm.ee
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        2 months ago

        If you don’t need CI/CD I don’t see any reasons to choose Gitlab over gitea. But I’m still testing gitea so take my words with a grain of salt :)

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        If you don’t need CI/CD I’m not sure why you need a centralized frontend at all. Git itself is distributed and you can setup any code flow you can think of. It has hooks that can be used to set up code quality checks on select branches. There are local history browser apps for every platform and IDE plugins.

        A frontend is no substitute for developer communication — usually what the “PR” thing does is sugarcoat the fact the devs don’t know how to use Git and/or don’t talk to each other.

  • TCB13@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 months ago

    I would go with Gitea or Forgejo (not sure how this is going to last) if you need a complete experience like a WebUI, issues, PR, roles and whatnot.

    If you’re looking for just a git server then gitolite is very good and solid option. The cool thing about this one is that you create your repositories and add users using a repository inside the thing itself :).

    Then you can use any Windows GUI you would like like Fork, SourceTree, your IDE etc

  • prettybunnys@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 months ago

    If money isn’t a problem then gitlab is your best choice.

    It’s the most mature of the options you have available to you.

    I use gitlab for airgapped networks

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

      I would use Gitlab only in an airgapped network. Password resets sent to attacker-supplied emails is such a complete failure of a security model it seems like it is only a matter of time until the next critical vulnerability.

      • beeb@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        Yeah their security track record as of late is pretty bad…

  • Nine@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    TBH have you tried just basic git? There’s a web interface built into git itself and you can use ssh for your repositories. It’s simple and just works. If you need a faster web interface there’s also cgit. There’s no bells and whistles either. Just configure ssh, drop your repos in /srv and get to work.

    If you need more that just standard basic git the. The other suggestions here are great especially forgjo!

  • pezhore@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    2 months ago

    I’ll come out with an anti-recommendation: Don’t do GitLab.

    They used to be quite good, but lately (as in the past two years or so) they’ve been putting things behind a licensing paywall.

    Now if your company wants to pay for GitLab, then maybe consider it? But I’d probably look at some of the other options people have mentioned in this thread.

    • swooosh@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      I’m all for foss but foss shall not be a reason to stay behind. We’ve got enough money to pay for it. We just can’t host it anywhere. We have to selfhost it. If there’s a good reason to use gitlab over forgejo, we will use gitlab.

  • NeoNachtwaechter@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    edit-2
    2 months ago

    Define, what does “git” mean to you?

    The core git is a peer to peer system. You don’t need any server at all. It runs on all of your dev’s workstations anyway.

    If you want a webserver with gitlab etc. on top of it, then that determines most your needs. In addition, a properly set up nameserver is very helpful, and maybe you want even an Active Directory?

    • swooosh@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      We are looking for a versioning system for collaborated work. Each person shall have his own version with a central main version. Being able to commit, push and restore versions.

      Thx for asking, we have a nameserver and active directory. We move this system from team foundation server / azure devops server

  • ChojinDSL@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    Gitea or forgejo, for hosting your repo and managing access rights. WoodpeckerCI when you eventually need a CI/CD. (Is a fork of DroneCI and integrates nicely with gitea.)

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    If you want the full fancy GitHub, they have an on-prem enterprise edition for $21/user/month. https://github.com/pricing

    But if you don’t need all their bells and whistles, or the team doesn’t care about not having the GitHub interface, then the other suggestions are better.

  • Encrypt-Keeper@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    As you look through these recommendations, keep in mind that source code storage will become in-scope for PCI DSS certification in the very near future.