this post was submitted on 05 Mar 2024
133 points (87.2% liked)

Open Source

30314 readers
2357 users here now

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

Useful Links

Rules

Related Communities

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

founded 5 years ago
MODERATORS
 

Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://radicle.xyz/
@opensource

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

Git is a DISTRIBUTED version control repo. You can fork to different services from Github. https://www.atlassian.com/git/tutorials/git-forks-and-upstreams

And Github has a REALLY extensive API to interact with from other servers too (even issues and such).

Peer to Peer stuff sounds awesome, except it's only as reliable as the nodes. And, Github is hosted on many servers, with a huge amount of redundancy. It's basically a privatised P2P system where each server is reliable, instead of a bunch of unreliable public hosts which might not have backing from a large corporation.

And whilst we're talking about reliability, even centralised stuff like Sourceforge is hosting code from 20 years ago. Whereas, it is difficult to load a torrent from 2 years ago lol

[โ€“] [email protected] 2 points 6 months ago* (last edited 6 months ago)

OK, track your issues in git with access from others on a web interface. Let somebody make a merge request to your project on github from gitlab, gitea, or straight up from your local git repo without a github account.

CC BY-NC-SA 4.0