Poeng.link
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
fajre@lemmy.world to Open Source@lemmy.ml · 10 hours ago

Is there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?

message-square
message-square
33
link
fedilink
92
message-square

Is there something like GitHub, but without big tech involvement, no data collection, no ads, open source, and preferably decentralized (maybe Fediverse or even P2P)?

fajre@lemmy.world to Open Source@lemmy.ml · 10 hours ago
message-square
33
link
fedilink
alert-triangle
You must log in or register to comment.
  • jbrains@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 hour ago

    worktree.ca

  • Zerush@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    3 hours ago

    A lot

    https://alternativeto.net/software/github/?license=opensource

  • backgroundcow@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    On server:

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

    On client:

    git username@server:projects/project.git

  • renzev@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    6 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

  • DFX4509B@lemmy.org
    link
    fedilink
    English
    arrow-up
    30
    ·
    8 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
      10
      arrow-down
      2
      ·
      7 hours ago

      Git itself is decentralized and self-hostable.

      This is true but Git is nothing like GitHub really

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

  • artiman@piefed.social
    link
    fedilink
    English
    arrow-up
    74
    ·
    10 hours ago

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

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

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

      amazing!

    • Eezyville@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      28
      ·
      10 hours ago

      You can self host forgejo as well.

  • artyom@piefed.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 hours ago
    • Forgejo
    • Gitlab
    • Gitea
    • Codeberg

    I’m sure there’s more

    • breadguy@kbin.earth
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      5 hours ago

      codeberg is forgejo

  • caos@anonsys.net
    link
    fedilink
    arrow-up
    36
    ·
    10 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
      1
      ·
      4 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!

  • poldy@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    7 hours ago

    fossil-scm.org

    My new favourite tool.

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      interesting!

  • HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 hours ago

    No one has mentioned Gitea yet, is there a reason? Genuinely asking.

    • Arthur Besse@lemmy.ml
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 hours 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
        1
        ·
        edit-2
        2 hours 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.

      • HiddenLayer555@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        Thank you!

  • schnurrito@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    ·
    7 hours 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.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      6 hours ago

      Big projects like Tor actually use GitLab, as well, which is a vote of confidence. Some of these other ones don’t have the same obvious maturity.

      • schnurrito@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        6 hours ago

        also several places at which I’ve worked on business-internal software, including my current job

  • chaosCruiser@futurology.today
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    10 hours ago

    When I have questions like this, I tend to check this site first. You can also filter the results based on your criteria.

    • fajre@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      OMG, I didn’t know this site, thanks man!

  • jutty@blendit.bsd.cafe
    link
    fedilink
    arrow-up
    12
    ·
    10 hours ago

    https://radicle.xyz/ fits your description

  • vext01@lemmy.sdf.org
    link
    fedilink
    arrow-up
    12
    ·
    10 hours ago

    Maybe not exactly what you are after, but: https://sr.ht/

Open Source@lemmy.ml

opensource@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !opensource@lemmy.ml

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

  • Open Source Initiative
  • Free Software Foundation
  • Electronic Frontier Foundation
  • Software Freedom Conservancy
  • It’s FOSS
  • Android FOSS Apps Megathread

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

  • !libre_culture@lemmy.ml
  • !libre_software@lemmy.ml
  • !libre_hardware@lemmy.ml
  • !linux@lemmy.ml
  • !technology@lemmy.ml

Community icon from opensource.org, but we are not affiliated with them.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 265 users / day
  • 956 users / week
  • 2.6K users / month
  • 9.07K users / 6 months
  • 1 local subscriber
  • 40.8K subscribers
  • 659 Posts
  • 4.94K Comments
  • Modlog
  • mods:
  • Evan@lemmy.ml
  • kevincox@lemmy.ml
  • CrypticCoffee@lemmy.ml
  • Lettuce eat lettuce@lemmy.ml
  • BE: 0.19.11
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org