this post was submitted on 01 Apr 2026
50 points (98.1% liked)

Asklemmy

53936 readers
460 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

Title...

I'm kinda disgusted with Microsoft and Github has been declining into an AI-Centric hellhole, to the point my recommendations are almost exclusively AI related... And let's not forget, the new Copilot Training enabled by default (which honestly, how do you get rid of this thing, VSCode also feels intrusive with AI-First bullshittery)

I've been wondering about moving to Gitlab but.... "Finally, AI for the entire software lifecycle." is literally plastered in the landing page. So.. that feels like a no-go.

Codeberg is very decent, it's based on Forgejo so ActivityPub is also a thing (but is cross-instance contributions possible?) but it's exclusive for Source-Available and Free Projects, which, by all means, totally fine! Half of my "active" projects are for free, and are open source (does that make them FOSS even though I'm basically the only dev?)

And last but not least, Forgejo and Gitlab themselves are self-hostable, but...how expensive (price and storage) would it be to self host a Git Forge??

And maybe I'm being narrow-sighted... For FOSS projects in Github, sadly I'll have no choice but to contribute there, if that's the only place where the project resides, same for Gitlab, and Codeberg* (unless cross-instance contrib is a thing)

For now, I'm thinking of moving FOSS/OSS projects to Codeberg, but for personal projects? What are some good options?

top 42 comments
sorted by: hot top controversial new old
[–] hperrin@lemmy.ca 40 points 1 week ago* (last edited 1 week ago) (3 children)

Codeberg has been doing awesome things, and they maintain an open source self-hostable forge called Forgejo.

I’m in the process of moving all of my repos over from GitHub to https://forge.sciactive.com/, my own Forgejo instance.

[–] billwashere@lemmy.world 5 points 1 week ago

Did not realize these were the same thing and the have my own forgejo install.

[–] pastermil@sh.itjust.works 4 points 1 week ago (1 children)

I've just recently discovered your sciactive.com and I have to say I'm a fan!

[–] hperrin@lemmy.ca 2 points 1 week ago

Thank you. :)

[–] Solrac@lemmy.world 1 points 1 week ago (4 children)

What about non-foss collaboration? (Ie Game Dev)

[–] TropicalDingdong@lemmy.world 2 points 1 week ago (1 children)

I mean you can have private repos.

[–] starshipwinepineapple@programming.dev 0 points 1 week ago (2 children)

Codeberg has limited private repos though which i assume is what they were referring to.

[–] sudo@programming.dev 2 points 1 week ago

Not if you self-host.

[–] 3abas@lemmy.world 1 points 1 week ago

100MB limit

Sourcehut allows private repos. Alternatively id look into a self hosted forgejo instance you control.

And many people overlook it but git has its own webui.

[–] hperrin@lemmy.ca 1 points 1 week ago

It’s super easy to host your own. You could probably spin up a server on a VPS for like $5 a month.

[–] Psaldorn@lemmy.world 1 points 1 week ago

You can set up a git server with minimal fuss, just a bit of ssh-ing. Unless you need a gui for some reason.

If the Devs can use terminal and git natively then you just need an Ubuntu server and space for the files. Git is just ssh u derbthe hood. There's a page on the git site showing how to set it up. I was very pleased how easy it was.

[–] winkledinkle@sh.itjust.works 15 points 1 week ago (2 children)

Everyone here has fancy answers and I just back my stuff up to bare repos on an external hard drive. Now I'm starting to question that...

[–] firelight@startrek.website 5 points 1 week ago (1 children)

Don't overcomplicate things just to fit in with strangers on the internet.

It's genuinely a breath of fresh air when people choose pragmatism over conformity.

[–] winkledinkle@sh.itjust.works -3 points 1 week ago (1 children)

Don't put words in my mouth. I don't do things just because of peer pressure.

[–] hitmyspot@aussie.zone 3 points 1 week ago

No need to get snarky with the person who is actually saying positive things to you.

[–] AnnaFrankfurter@lemmy.ml 3 points 1 week ago (1 children)

You can host Gitea or gitweb

[–] eldavi@lemmy.ml 1 points 1 week ago

i would love to see gitea gain prominence over github

[–] MoonMelon@lemmy.ml 13 points 1 week ago* (last edited 1 week ago)

If you pick a FOSS license then your project is FOSS. The number of developers doesn't matter.

I moved all my (meager bullshit) personal projects to Codeberg awhile ago. My stuff was already open source, but I did explicitly add some license files I neglected to add before just to make it clear. So far so good.

Before you archive your Github repos make sure to update them with one last commit explaining that the repo has moved to somewhere else (and potentially why). Once you lock the repo you can't make changes. If you straight-up delete them then this isn't an issue.

[–] Arkhive@piefed.blahaj.zone 7 points 1 week ago (1 children)
[–] chrand@lemmy.ml 6 points 1 week ago

I know this feeling, also removed all my stuff from Github.

For private projects I'm using my own private Forgejo instance, iinstalled via Podman, which works very well in a quite cheap Netcup VPS.

For open source projects, I'm using Codeberg, they provide an amazing service!

[–] 9point6@lemmy.world 4 points 1 week ago* (last edited 1 week ago)

Most people seem to go for either codeberg or gitlab as alternatives

[–] vixlol1917@lemmy.ml 4 points 1 week ago

If you are looking for something ready made i recommend looking into git.gay they run a pretty good service over there

[–] WolfLink@sh.itjust.works 4 points 1 week ago

I have a bare private git repo on my homeland server. Not great for sharing my work but great for personal projects.

[–] 64bithero@lemmy.world 3 points 1 week ago
[–] 7rokhym@lemmy.ca 3 points 1 week ago

Gitea is completely worth it, easy to setup, minimal effort. Many benefits, though I did it for automation with Actions. Such a time saver.

[–] comfy@lemmy.ml 2 points 1 week ago

Codeberg works for me. I used to use a couple of indie instances of gitea for various smaller project, but both have either gone down or been at risk, so I mostly use Codeberg which is more organized and failsafe.

[–] Splendid4117@piefed.social 2 points 1 week ago (1 children)

Note - you can completely disable all the AI features in Gitlab. In fact, they're disabled by default unless you explicitly enable them by configuring model integrations. I think its one of the better self hosted options because it had a clear maintenance and path to profitability.

I run my own GitLab on a NUC with no issues.

Disclaimer: I have contributed open source code to GitLab before.

[–] RichardDegenne@lemmy.zip 1 points 1 week ago

Yeah, AI in GitLab is nowhere to be found except the about page.

I've been using it for ten years now and have no intention to move.

[–] PetteriPano@lemmy.world 2 points 1 week ago

For personal projects I've just got a VPS where me and a couple of partners in crime push over ssh. It's very informal and merges are requested in our group chat.

At my previous place of employment we selfhosted gitlab. I much prefer that over corporate github. I want my own fork, not a shared repo.

[–] verdigris@lemmy.ml 2 points 1 week ago

For personal projects you can either just use git locally or make then source-available with a restrictive license. If you don't even want the source to be available then why use a public repo?

[–] locuester@lemmy.zip 1 points 1 week ago

I self host gitea and have a script that mirrors any GitHub repo that I star. Super useful.

I fork from my own mirror in gitea if I want to tinker. Keeps me from having a GitHub presence at all unless I’m contributing upstream.

[–] eightys3v3n@lemmy.ca 1 points 1 week ago

I would host them on my own server the way I did before Github. Open SSH access or use a VPN and connect using that.

I've hosted a GitLab instance for like 5 years with a $10 VPS from Contabo and all I have to remember is to sudo apt update && sudo apt upgrade. Though, I have experienced problems when forgetting to update for months at a time.

If GitHub didn't exist, I'd use Codeberg, then the free hosted version of GitLab.

[–] webkitten@piefed.social 1 points 1 week ago* (last edited 1 week ago)

git init --bare repository.git if you want to just have a private git somewhere on a server you own.

I've also used Beanstalk for years, both for SVN and Git, and have been pretty happy (back when Github private repos were paid only). I have no connection with them; I just used them because back in the day it was cheaper for private repositories than subscribing to Github.

Personally now, I just use Codeberg as an alternative and love it.

Codeberg has been working fine.

[–] solrize@lemmy.ml 1 points 1 week ago

I've self-hosted Gogs which is a predecessor of Forgejo and it used very few resources. A tiny VPS is plenty. Fossil (fossil-scm.org) is even smaller, but it's a DVCS that's not directly compatible with Git.

For personal projects you don't really need a "forge". I just use self-hosted git directly, with no web UI. Just "git pull" and so on. That's what the Linux kernel devs do, so it's obviously workable even for huge projects. There's actually a web interface (gitweb) that comes with git, but it's mostly to let other users browse your repo.

[–] whotookkarl@lemmy.dbzer0.com 1 points 1 week ago* (last edited 1 week ago)

Self hosting some git repos worked fine before github for plenty of cases. I think sr.ht was popular for a minute but I haven't tried it.

[–] TechnoCat@piefed.social 1 points 1 week ago

I have been very happy with Codeberg, but I have been keeping an eye on https://tangled.org/

[–] sudoer777@lemmy.ml 1 points 1 week ago

For personal projects I use Forgejo on my device that hosts various other servers

[–] ragingHungryPanda@piefed.keyboardvagabond.com 1 points 1 week ago* (last edited 1 week ago)

I'm a masochist, so I'm self hosting gitea. What's nice is I can have private repositories for free!

edit: keyboard corrected masochist to man man 🀣