• renzev@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    28 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
      ·
      27 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!

  • Matt@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    27 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.

    • Arthur Besse@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      28 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.

  • backgroundcow@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    25 days ago

    On server:

    git init --bare ~/projects/project.git

    On client:

    git clone username@server:projects/project.git

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      25 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.

  • Sims@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    27 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.

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      25 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.

  • jackal@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    27 days ago

    Have not used it but there is also Pijul. It’s not git based and uses another diff algorithm, not fediverse.

  • BiggestPiggest@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    27 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
      ·
      27 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.

  • moseschrute@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    4
    ·
    edit-2
    27 days ago

    GitHub has ads? Unless you just mean them aggressively pushing copilot, but I don’t consider that an ad.