this post was submitted on 25 Oct 2024
32 points (94.4% liked)

Open Source

30861 readers
633 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
 

I've heard the main two suggestions are Codeberg and Gitlab. However, there has been some mixed feelings about GitLab I've seen across the internet in regards to them being as FOSS as Bitwarden is with their "Open-Core" model. With Codeberg though, there was a recent major security issue.

I would just be curious to get other people's thoughts throughout the community, and then I can decide where I want to migrate my repos.

top 20 comments
sorted by: hot top controversial new old
[–] fireshell@lemmy.ml 4 points 6 hours ago (2 children)

I will be original. Radicle: A decentralized alternative to GitHub built on Gossip

The builds are prepared for Linux and macOS. Additionally, the desktop client, web interface and console interface are being developed.

[–] sntx@lemm.ee 1 points 1 hour ago (1 children)

Do you know how access rights management work on radicle?

Last time I checked I could just add commits to any open PR...

Luckily, the main repo is different, having a canonical version.

[–] sntx@lemm.ee 1 points 1 hour ago

I really like radicle though.

[–] JTskulk@lemmy.world 4 points 6 hours ago

Ironic that the desktop client is hosted on GitHub lol

[–] kxzaon@lemmy.dbzer0.com 9 points 11 hours ago
[–] AustralianSimon@lemmy.world 12 points 14 hours ago

If you don't need the cicd stuff, Forjejo instances are really easy to spin up or use the ones online like codeberg.

[–] unknowing8343@discuss.tchncs.de 24 points 20 hours ago* (last edited 20 hours ago) (1 children)

To be honest, I'm waiting until we finally get federated git hosting, specially if done with ActivityPub. I think it fits too well the use case.

I believe forgejo is getting there, but it's still not possible.

[–] madnificent@lemmy.world 1 points 14 hours ago

I'm also waiting for this to move some 500 repositories from GitHub to a realistic federated alternative. I follow up from a distance but don't see much movement on ForgeFed for ForgeJo. Did I miss something?

[–] Quail4789@lemmy.ml 1 points 10 hours ago

I use GitLab because it's at least better than GitHub and lets you garbage collect your repos.

[–] pylapp@programming.dev 5 points 14 hours ago

Whatever the solution behind is, if you have the resources, move to something self-hosted. Open core or not, if that topic matters to you, you might need something you can own and control. BTW, have a look on Forgejo, Codeberg and Gitea: these are the solutions I see when people look for something FLOSS, not open core, and maybe self-hostable.

[–] irotsoma@lemmy.world 8 points 17 hours ago (1 children)

I host forgejo for myself.

[–] FriendBesto@lemmy.ml 1 points 2 minutes ago

Hmm.... How do you find it? If you do not mind me asking.

[–] ShortN0te@lemmy.ml 17 points 20 hours ago

Any software potentially has security issues. The matter is how they deal with it.

[–] Deckweiss@lemmy.world 10 points 19 hours ago (1 children)

sr.ht is pretty good if you don't care about a web GUI

[–] sntx@lemm.ee 2 points 1 hour ago

I use sourcehut, specifically because I like their web gui!

[–] pinguinu@lemmygrad.ml 4 points 16 hours ago (2 children)

There's Gitea, which you can also self-host

[–] Zorothamya@hexbear.net 4 points 11 hours ago* (last edited 11 hours ago)

There's also Forgêjo, which is a fork of Gitea.

[–] Andrzej3K@hexbear.net 3 points 15 hours ago

+1 I use gitea and it does everything you'd want from a git server with minimum resource retirements, unlike Gitlab which is heavy

[–] iii@mander.xyz 5 points 18 hours ago

For self hosting?

[–] SteleTrovilo@beehaw.org 8 points 20 hours ago

I like Fossil-SCM, so https://chiselapp.com is good for that. But if you want to stick to Git, Forgejo is the best open-source offering (and Codeberg is the most prominent instance). If you want to tread far off of the beaten path, https://hub.darcs.net might meet your needs.

We'll all benefit once the forgefed project is done, and Forgejo/Gitea/Gitlab can all interact with each other.