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
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.
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 fast storage at it.
Forgejo (what codeberg uses) can be selfhosted too
Beat me to it
Is there a big cost with self-hosting, like bandwidth or storage, or is it generally fine?
Any shitty old laptop can self host any git service as long you only have a single or handful of users.
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.