this post was submitted on 25 Oct 2024
38 points (95.2% liked)

Open Source

30861 readers
615 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 23 comments
sorted by: hot top controversial new old
[–] gravitas_deficiency@sh.itjust.works 1 points 16 minutes ago

Codeberg is pretty legit

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

Codeberg or any forgejo self hosted git instances.

[–] fireshell@lemmy.ml 5 points 8 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 3 hours 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 3 hours ago

I really like radicle though.

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

Ironic that the desktop client is hosted on GitHub lol

[–] kxzaon@lemmy.dbzer0.com 10 points 13 hours ago
[–] AustralianSimon@lemmy.world 13 points 16 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.

[–] Quail4789@lemmy.ml 2 points 12 hours ago

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

[–] unknowing8343@discuss.tchncs.de 25 points 22 hours ago* (last edited 22 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 16 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?

[–] pylapp@programming.dev 5 points 16 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 19 hours ago (1 children)

I host forgejo for myself.

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

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

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

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

[–] Deckweiss@lemmy.world 11 points 21 hours ago (1 children)

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

[–] sntx@lemm.ee 2 points 3 hours ago

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

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

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

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

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

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

Gitea was forked because gitea was owned by a for profit company.

[–] Andrzej3K@hexbear.net 3 points 17 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

[–] SteleTrovilo@beehaw.org 9 points 22 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.

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

For self hosting?