• morrowind@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 months ago

    I don’t know a ton about Gitea, but I’ve recently starting looking for a simple git server + decent web UI

    Gitea and Forgejo are the main recommended ones, but they both seem overly complex. (3D File previews?? Who needs that?)

    • Radieschen@slrpnk.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      6 months ago

      I can recommend Forgejo, it’s not overly complex in my opinion. It is what I would call “simple git server + decent web UI” for a home lab or VPN.

      The reason Forgejo was forked was because of Gitea’s focus IIRC, maybe it was stuff like having 3D file previews. It’s not even the worst feature though, I can imagine it’s quite helpful in projects with a focus on 3D data.

      Edit: Just had a look at the reasoning behind forking from Gitea:

      We started Forgejo in reaction to control of Gitea being taken away from the community by the newly-formed for-profit company Gitea Ltd without prior community consultation, and after an Open Letter to the Gitea project owners remained unanswered. The Forgejo project has two major objectives that drive our development and road map:

      1. The community is in control, and ensures we develop to address community needs.
      2. We will help liberate software development from the shackles of proprietary tools.

      https://forgejo.org/2022-12-15-hello-forgejo/

      Later they announced the hard fork, because

      Simply put, the governance and development models of Gitea and Forgejo diverged over time, and so did their goals. Becoming a hard fork is the culmination of that divergence.

    • illusionist@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      Why overly complex? What do you mean?

      Gitea is alright. It’s a very well working git server.

      Someone probably wanted the 3d preview and maybe it wasn’t difficult. You could say integrating “gitea pages” would be a high priority but that doesn’t mean that there can be side quests along the way. You can probably read the PR if you want to know why it’s included

      • morrowind@lemmy.mlOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 months ago

        It seems designed for like teams of people. They both have like admin interfaces, which I can’t ever imagine for my use case.

        I’m sure I could get it running, I just dislike using tools that are significantly more complex than I need.