Still, time has passed and I have become more interested in GitHub alternatives (https://figbert.com/posts/ideating-tragit/). Will likely end up moving to Tangled. But first I need to add support over there for pushing over HTTPS...
Radicle: Sovereign {code forge} built on Git
51–60 of 101 posts
Re: Radicle: Sovereign {code forge} built on Git
#52Earlier quoted context omitted.
> So, what is Radicle? > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. ----- > Why Git/GitHub are used as if they were the same category of things? They are not. Github is a centralized collaboration platform built on git, and radicle is a peer-to-peer collaboration platform built on git. ----- > Wtf is "forge"? A word some people started using for the class of Github/Bitbucket(RIP) or…
> To Github, or other "forges." Then why do they bring Git into the picture? They are not comparing themselves to Git... > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. This is a word salad that means nothing... more than 99% of moderns software is built on Git in one way or another. Anything that is designed to be used by more than a single user could be arguably called a "collaborati…
I hope the definitions shared in the sibling comment will help.
> Then why do they bring Git into the picture? They are not comparing themselves to Git...
I would find it very strange if Github didn't mention git. It would be equally strange if radicle didn't mention git. They both wrap git.
Re: Radicle: Sovereign {code forge} built on Git
#531. Does Radicle also work over TOR? 2. Does Radicle support Git LFS and/or Git Annex?
Re: Radicle: Sovereign {code forge} built on Git
#54I have two questions: 1. Does Radicle also work over TOR? 2. Does Radicle support Git LFS and/or Git Annex?
[1] - https://radicle.dev/guides/user#4-embracing-the-onion [2] - https://radicle.zulipchat.com/#narrow/channel/369873-Support
Re: Radicle: Sovereign {code forge} built on Git
#55Re: Radicle: Sovereign {code forge} built on Git
#56Earlier quoted context omitted.
I don't understand why you'd want them to built another CI system. Just for the sake of it? Feels like using a free Jenkins gets you everything you want. Doesn't need more than a container or Java either.
That's also perfectly fine if that's what it is. I would just phrase that as "They don't have CI but they provide hooks."
[1] - https://radicle.network/nodes/index.radicle.garden/rad%3Az3G... , [2] - https://ambient.liw.fi/
Re: Radicle: Sovereign {code forge} built on Git
#57I like this idea a lot! I need to find people to try it with, though, which is not so easy with GH being so popular :-( Some nitpicks: * What is with the forced serif font on the website? * Does this support other version control systems? Like mercurial, SVN, pijul, etc.?
I read that it works well with jujutsu
Re: Radicle: Sovereign {code forge} built on Git
#58How do these federated forges deal with spam? If merge requests and issues are federated, does that mean that anybody running a radicle node (or interacting with one) can open issues or merge requests on all the repositories that you've made public? Or is there a whitelist (or something fancier?) to allow interaction only with specified nodes?
Re: Radicle: Sovereign {code forge} built on Git
#59Congrats! Maybe I'm not the target audience for this, so pardon my ignorance when I ask what problem does this solve? Centralization and censorship?
Re: Radicle: Sovereign {code forge} built on Git
#60I wish they would make local-only deployment easier. For example, lets take 3 machines and try to setup Radicle to work only on those, without joining the common Radicle network. Like on-premises GitLab, but decentralized, without the need of the server. It requires quite some serious scripting and usecase not covered in the documentation.
A containerised deployment would (understatement warning!) be useful.