• fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Not just storage costs — mainly for privacy, avoiding Big Tech control, and having an open-source, decentralized alternative where I’m not tracked or subjected to ads.

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Is there something wrong with Gitlab?

      Not inherently—GitLab works fine, but it’s corporate-owned, collects some data, and isn’t fully decentralized. If your goal is privacy, open source, and independence from Big Tech, that’s why people look for alternatives like Gitea, Forgejo, or federated solutions.

  • renzev@lemmy.world
    link
    fedilink
    arrow-up
    27
    ·
    8 days ago

    Forgejo is an activitypub-enabled Git forge software, and codeberg is one of the largest forgejo instances.

    Tangentially related, but git-annex, and, in particular, its sync subcommand are a great tool for storing files and managing git repos across multiple machines (and even just loose drives) in a “P2P” way without any centralised server

    • Cris@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 days ago

      Forgejo is an activitypub-enabled Git forge software, and codeberg is one of the largest forgejo instances.

      Thank you for this explainer, that’s cool as fuck!

    • Arthur Besse@lemmy.ml
      link
      fedilink
      English
      arrow-up
      11
      ·
      8 days ago

      Gitea has gone open core; it is still free software but its development is controlled by a for-profit company which is developing non-free features. So, Forgejo is the community-run fork of it which people outside the Gitea company are contributing to instead now. You can read more about their divergence here.

      • JohnEdwa@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        8 days ago

        I wonder when people (especially companies) learn that with open source projects, it’s the community and contributors who are in charge and not the “owner”. The moment you do something the community doesn’t like, they’ll fork the project, migrate, and your project is left in the dust.

        Few examples off the top of my head - CyanogenMod/LineageOS. Maps me/Organic Maps/CoMaps. OpenOffice/LibreOffice.

        If your company/business/project depends on user content, don’t piss off the users.

  • schnurrito@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    8 days ago

    GitLab, I am not sure if their own installation hits all points (depends on what you define as “big tech involvement” maybe), but if you self-host it, certainly.

    • LazerDickMcCheese@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 days ago

      I haven’t tried it but Radicle sounds cool ? Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.

      There are some dev/repo tools, but I don’t know how they compare with commercial platforms.

  • Matt@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    8 days ago

    Try GitLab. They’re independent and free of trackers according to Brave Shields. Though keep an eye out for the storage limits, since GitLab makes you quickly realize that, unlike GitHub, they don’t have unlimited storage.

  • Sims@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    7 days ago

    I haven’t tried it but Radicle sounds cool ? Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.

    There are some dev/repo tools, but I don’t know how they compare with commercial platforms.

  • BiggestPiggest@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 days ago

    I’m not a git expert. If we Primarily use private repos and use gitea why would this be good ? I presume it’s only good for public repos right?

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      I’m not a git expert. If we Primarily use private repos and use gitea why would this be good ? I presume it’s only good for public repos right?

      Even with private repos, it can be useful for backups, CI/CD, or local mirrors. If you just care about public exposure, then yes, it’s mainly for public repos.