this post was submitted on 21 Jun 2025
51 points (96.4% liked)

Privacy

39084 readers
562 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

Recently, I can't access any GitHub repositories without having to sign in. This is becoming frustrating.

I'm looking for an alternative to switch to that has good git push/pull speeds (I've visited one which speeds are slow for me).

Any good options? Would one of the following be good?

  • Codeberg
  • Gitlab
top 19 comments
sorted by: hot top controversial new old
[–] ter_maxima@jlai.lu 1 points 10 hours ago

Codeberg is great in my experience, but my usage isn't very intensive, so I can't speak for its speed if you push it.

[–] hexagonwin@lemmy.sdf.org 18 points 23 hours ago (1 children)

codeberg seems to be working well for me. i got too many cloudflare captchas with gitlab.com.

[–] relic4322@lemmy.ml 4 points 14 hours ago

same for me, codeberg works quite well. no issues at all in comparison to github. slowly moving my code over.

[–] utopiah@lemmy.ml 17 points 1 day ago

can’t access any GitHub repositories without having to sign in. This is becoming frustrating.

Yes... also can't search.

This is supposed to be OPEN source yet, enshittification by Microsoft here goes down its inexorable path. It started nicely then slowly but surely popular features are blocked behind restrictions, unpopular features are shoved down people through, more marketing is used to try to convince users are actually wrong, etc.

Please, do leave the platform and help others to do so.

[–] HelloRoot@lemy.lol 16 points 1 day ago* (last edited 1 day ago)

I'm using a selfhosted forgejo but in case something goes wrong with that, everything is also mirrored to sr.ht (which has a shit GUI if you are liking github/lab).

[–] mas@jlai.lu 15 points 1 day ago (3 children)

Gitea : light and selfhosted

[–] kautau@lemmy.world 35 points 1 day ago* (last edited 5 hours ago) (1 children)

Nah, use Forgejo,

https://forgejo.org/compare-to-gitea/

Forked from Gitea when they went full for-profit

Edit: Forgot to mention, Codeberg is a non-profit hosted instance of Forgejo, so you might already be using it

[–] mas@jlai.lu 6 points 21 hours ago (1 children)

Shit, I didn't know that 😞

[–] kautau@lemmy.world 3 points 15 hours ago* (last edited 15 hours ago)

All good, I was using gitea until I recently found out about forgejo. Plus they have a good migration guide if you’d like to switch 🙂

https://forgejo.org/docs/latest/admin/gitea-migration/

[–] utopiah@lemmy.ml 4 points 1 day ago* (last edited 1 day ago)

Yep, running my own instance for years now.

To be fair though Gitea is by default much lighter than alternatives... because it's also minimalist. There are but default no runners, no testing environments, etc that e.g. Gitlab provides.

[–] WhatsHerBucket@lemmy.world 5 points 1 day ago

+1 for Gitea.

I recently set it up on a raspberry pi that was/is sitting mostly idle, in a docker container :)

Rocketgit is extra fast

[–] scottmeme@sh.itjust.works 7 points 1 day ago (3 children)

GitLab SaaS and CE (self hosted) are both good options. Self hosted would obviously rely on whatever your server can do. SaaS has been very consistent. I mostly enjoy it for the CI/CD that is provides.

[–] antithetical@lemmy.deedium.nl 1 points 12 hours ago* (last edited 12 hours ago)

Hosting a Gitlab for work and for my private projects I agree. The CI/CD is excellent and I really like the way they handle issues and merge-requests. Gitlab is great but quite a beast, so throw some good CPU and storage at it.

[–] menixator@lemmy.dbzer0.com 19 points 1 day ago (1 children)

Forgejo (what codeberg uses) can be selfhosted too

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

Beat me to it

[–] AstroLightz@lemmy.world 3 points 1 day ago (2 children)

Is there a big cost with self-hosting, like bandwidth or storage, or is it generally fine?

[–] sith@lemmy.zip 4 points 21 hours ago

Any shitty old laptop can self host any git service as long you only have a single or handful of users.

[–] scottmeme@sh.itjust.works 5 points 1 day ago

It's usually the storage costs that will get you if you store large files with GitLFS. Otherwise it's fairly light with the git repos and container image version persistence.

If you do plan on storing containers, you might want to enable the container purge.