• LazerDickMcCheese@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    50 minutes 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.

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

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

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

  • jackal@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

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

  • renzev@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    10 hours 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
      2
      ·
      2 hours 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!

  • DFX4509B@lemmy.org
    link
    fedilink
    English
    arrow-up
    36
    ·
    11 hours ago

    Yes, Codeberg/Forgejo or even self-hosting a git server. Git itself is decentralized and self-hostable.

    • lagoon8622@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      2
      ·
      11 hours ago

      Git itself is decentralized and self-hostable.

      This is true but Git is nothing like GitHub really

  • artiman@piefed.social
    link
    fedilink
    English
    arrow-up
    83
    ·
    14 hours ago

    Yes, codeberg, and it’s going to be decentralized soon when forgejo implements federation

  • Matt@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    9 hours 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.

  • caos@anonsys.net
    link
    fedilink
    arrow-up
    40
    ·
    13 hours ago

    @fajre @Codeberg ist “a non-profit, community-led organization that helps free and open source projects prosper. Our services include Git hosting (using @forgejo ), Weblate, Woodpecker CI and Pages.”

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      7 hours ago

      @fajre @Codeberg ist “a non-profit, community-led organization that helps free and open source projects prosper. Our services include Git hosting (using @forgejo ), Weblate, Woodpecker CI and Pages.”

      interesting man, i’ll try!