this post was submitted on 11 Aug 2025
1092 points (99.6% liked)

Technology

74945 readers
3699 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] phirdowak@programming.dev 162 points 4 weeks ago (3 children)

Are we moving to Codeberg now?

[–] mesamunefire@piefed.social 80 points 4 weeks ago (1 children)

Or your own server. But yeah this is not so good for the rest of us. They are doubling down on AI.

[–] woelkchen@lemmy.world 26 points 4 weeks ago (5 children)

Self hosting for your own needs is great but you won't get the "drive by" contributions you get from shared platforms. On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.

[–] grue@lemmy.world 40 points 4 weeks ago (4 children)

So what you're saying is that we need federated git.

[–] kybean@pawb.social 29 points 4 weeks ago

Forgejo, the software project powering Codeberg, is working on adding federation but it's got a long way to go before it's a usable feature

[–] mesamunefire@piefed.social 10 points 4 weeks ago

The closest I found that works is: https://hackaday.com/2024/03/16/radicle-an-open-source-peer-to-peer-github-alternative/

https://radicle.xyz/

It took a LONG time to get set up on one of my systems. It worked! Unfortunately, I found that just having git by itself was fine for my purposes. And most people are throwing in behind codeberg which is fine by me.

[–] corsicanguppy@lemmy.ca 7 points 4 weeks ago (2 children)

Huh. Gitlab just said it's too hard with their cut staffing numbers and they're not doing federation.

[–] lime@feddit.nu 6 points 4 weeks ago (2 children)

...git is federated. i'm assuming they're talking about things like issues and runners, but i don't think that's really necessary...

[–] alsaaas@lemmy.dbzer0.com 2 points 4 weeks ago (1 children)

As in the federation of Forges, like Forgejo is trying to do

[–] lime@feddit.nu 0 points 4 weeks ago

yeah that's what i don't really understand. they're like building a separate layer on top of git, when things like fossil exist.

[–] corsicanguppy@lemmy.ca 1 points 3 weeks ago (1 children)

Gitlab just said

...git is federated

If you read it again, you may find I said gitlab and not just git.

And we won't talk about how git's decentralization is nothing like the concept of federation as it's being used in this entire discussion.

[–] lime@feddit.nu 1 points 3 weeks ago

we arleady had this discussion further down a few days ago

[–] alsaaas@lemmy.dbzer0.com 2 points 4 weeks ago* (last edited 4 weeks ago)

Yeah, IRRC thus far they only have starring (not unstarring, mind you) implemented and it's not even in main yet

[–] lka1988@lemmy.dbzer0.com 3 points 4 weeks ago* (last edited 4 weeks ago)

I mean, this is more-or-less how the Linux kernel is managed. Linus just has final say on what gets released.

[–] mesamunefire@piefed.social 13 points 4 weeks ago

I remember Sourceforge, bitbucket, and a host of other "source" servers. GitHub was nice for a while, but its just another iteration of the same. Heck a lot of the major repos (like Linux for example) only do mirrors to GitHub. The same with codeberg, Gitlab, and other centralized services.

At my last few jobs, we couldn't host on GitHub because of HIPPAA compliance. It was fine. Self hosting git is VERY common in quite a few industries.

[–] Zwuzelmaus@feddit.org 6 points 4 weeks ago (1 children)

On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.

So we need a free & federated identity provider to sign us up as easy as 123 there.

[–] lime@feddit.nu -1 points 4 weeks ago

it's called ssh

[–] lime@feddit.nu 4 points 4 weeks ago

i am still rooting for patch requests to become more mainstream, it seems like the best possible solution. it just needs some discoverability.

[–] exu@feditown.com 2 points 4 weeks ago (1 children)

Adding Oauth with GitHub and GitLab is pretty easy

[–] woelkchen@lemmy.world 6 points 4 weeks ago (1 children)

Adding Oauth with GitHub and GitLab is pretty easy

OAuth is just making yet another account with a 3rd party authorization mechanism.

[–] exu@feditown.com 2 points 4 weeks ago

Yes, but you don't have to worry about the password

[–] A_norny_mousse@feddit.org 29 points 4 weeks ago (1 children)

There's plenty alternatives.

  • Sourcehut sr.ht (possibly other instances)
  • Various gitlab instances, e.g. framagit.org
  • not to mention git's own web ui which runs under so many domains; some of them might even be open to signups.
[–] ronigami@lemmy.world -2 points 4 weeks ago (1 children)

Unfortunately none has quite as good of a search engine. Do any actually have social features like friends and feeds?

[–] Blisterexe@lemmy.zip 4 points 4 weeks ago (1 children)

Why would you need those in a git server?

[–] ronigami@lemmy.world 3 points 4 weeks ago (1 children)

Search is really useful for finding error messages’ origin as well as to find random example usages of APIs that have less than stellar documentation. The nice thing about GH search is that it allows many different facets like language and is pretty flexible by allowing exact search terms. Of course the corpus size helps as well.

[–] Blisterexe@lemmy.zip 3 points 3 weeks ago (1 children)

No, I know why you would want search, I was asking about why you would want social features.

[–] ronigami@lemmy.world 0 points 3 weeks ago

Because humans are social creatures?

[–] mintiefresh@piefed.ca 21 points 4 weeks ago (3 children)

I would like to but I do want some private repos.

Maybe self hosting is the best move from here on in.

[–] Jason2357@lemmy.ca 23 points 4 weeks ago (1 children)

A forge like Codeberg is great for collaboration, but if you mean private as in just-for-yourself, pushing to a bare repo on just about anything will get it done. No need for a software forge. If you already sync files somehow, like some dropbox equivelant, put bare repos on there and push/pull from there. That said, forgejo is very easy to self-host and the identical UI to Codeberg.

[–] Cenzorrll@lemmy.world 13 points 4 weeks ago (2 children)

I don't do any development, but my stepkid is starting to get into it, so I set up a forgejo container on my server. I had zero issues setting it up and now I'm planning on using it for my own purposes.

[–] Jason2357@lemmy.ca 3 points 4 weeks ago

Git is great for a folder of plain text notes and writing. Even binary files are okay, but you don’t benefit from the line-by-line diffs.

[–] davidagain@lemmy.world 2 points 4 weeks ago

Top notch stepdad.

[–] Feyd@programming.dev 5 points 4 weeks ago

Private repos, if you don't need a forge, can easily be pushed to a VPS with ssh

[–] sbv@sh.itjust.works 4 points 4 weeks ago (2 children)

Doesn't Codeberg have private repos? I could've sworn I've created one.

[–] tfm@europe.pub 12 points 4 weeks ago (1 children)

If you need private repositories for commercial projects (e.g. because you represent a company or are a developer that needs a space to host private freelance projects for your clients), we would highly recommend that you take a look at Forgejo. Forgejo is the Git hosting software that Codeberg runs. It is free software and relatively easy to self-host. Codeberg does not offer private hosting services.

https://docs.codeberg.org/getting-started/faq/

[–] doeknius_gloek@discuss.tchncs.de 9 points 4 weeks ago* (last edited 4 weeks ago)

How about private repositories?

In many cases, yes, we do allow them (under certain conditions)!

Our priority is to support the free content and free and open-source software ecosystems. As such, we cannot invest time, hardware and resources to provide private hosting for everyone. However, contributors to the aforementioned ecosystems can use up to 100 MB of private content at their own convenience.

https://docs.codeberg.org/getting-started/faq/#how-about-private-repositories?

[–] mrks@programming.dev 8 points 4 weeks ago (1 children)
[–] mintiefresh@piefed.ca 3 points 4 weeks ago

Thank you. I will have to look.

I haven't used Codeberg before so I was kind of just assuming.

I think I will make my way over to Codeberg.