this post was submitted on 09 Oct 2023
59 points (90.4% liked)

Linux

47356 readers
1478 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
all 49 comments
sorted by: hot top controversial new old
[–] backhdlp@lemmy.blahaj.zone 47 points 11 months ago (4 children)

GitHub is the most mainstream, Gitlab has the most features and is selfhostable, Gitea has fewer features, but is more lightweight for selfhosting. Both Gitlab and Gitea are also working on federation.

I don't know about the others.

[–] Blizzard@lemmy.zip 47 points 11 months ago

Both Gitlab and Gitea are also working on federation

... and aren't owned by Micro$oft, which is always a huge plus.

[–] velox_vulnus@lemmy.ml 6 points 11 months ago* (last edited 8 months ago)
[–] 56_@lemmy.ml 2 points 11 months ago (1 children)

Forgejo is a community run fork of Gitea. It's also what powers Codeberg.

[–] backhdlp@lemmy.blahaj.zone 2 points 11 months ago

I gotta be honest I didn't know Codeberg doesn't use their own thing.

[–] Tane@feddit.nl 26 points 11 months ago (2 children)

There is one thing that makes gitlab 100x better than GitHub, and that is that gitlab is developed on gitlab. You can open an issue on the repository and it is picked up like any other issue. No such thing like a GitHub/GitHub repository. I have no clue where to go when something is not to my liking there

[–] Phoenix3875@lemmy.world 9 points 11 months ago

There's the GitHub product feedback repo, but as a closed source product (I know, the irony), you can't point to the code for the problem and nothing other than blind luck can guarantee you a reply, let alone a fix.

On top of that, they are adding ads to the UI, even for paying customers, so there's that.

[–] TCB13@lemmy.world 7 points 11 months ago* (last edited 11 months ago) (2 children)

Too bad I can't deal with Gitlab's UI. ~~Codeberg is even worse~~. Gitea ftw.

[–] onlinepersona@programming.dev 8 points 11 months ago (2 children)

Uh... isn't Codeberg a Gitea instance?

[–] TeryVeneno@lemmy.ml 10 points 11 months ago (1 children)

Codeberg is Forgejo instance. Which is a fork of Gitea lol.

[–] onlinepersona@programming.dev 3 points 11 months ago

Close enough 😄

[–] TCB13@lemmy.world 4 points 11 months ago (1 children)

Apparently not. Seems to be a closed version of a fork called Forgejo.

[–] onlinepersona@programming.dev 4 points 11 months ago

From what I understand it's just forgejo with a theme and running woodpecker CI. Not sure that really is "closed".

[–] QuazarOmega@lemy.lol 5 points 11 months ago (1 children)

Isn't Codeberg's UI literally the same except a different theme? Maybe I haven't looked deeply enough, but Forgejo shouldn't have strayed too far from Gitea, at least yet?

[–] TCB13@lemmy.world 5 points 11 months ago

Okay my bad, last time I checked Codeberg they UI was funky (contrast and all) now seems to be way more reasonable.

[–] Quill7513 21 points 11 months ago

Github has the most visibility, codeberg has the best community features for stripping away some of Microsoft's hegemony over open source, and gitlab is flat and simple the nicest one to use

[–] Strit@lemmy.linuxuserspace.show 14 points 11 months ago

It's a matter of opinion and lots of it depends on your preferences.

Github: Where most developers are and therefore has the best network effect. Easy for new contributors. Gitlab: Got some traction after Microsoft bought Github, but is very similar, just not as popular. Codeberg: Completely open source (I believe) it's the option with most respect for your privacy. Lacks the network effect until fediverse integration is complete, which I do believe the platform is working on. Cgit: A very simple git repository viewer. You can't do anything from it, except see the repository. Some big projects use this, like the kernel.

There are more options, but some gets very specific after this.

[–] onlinepersona@programming.dev 12 points 11 months ago (1 children)

Honestly, don't like any of them. Github is closed-source and lacks so many features compared to Gitlab. Gitlab, though opensource, makes you pay for every useful feature and is not fun to host. Gitea is an opensource clone of Github that also lacks Gitlab's features. SourceHut is unusable for me (mailing lists and git send-mail? seriously?). Never used BitBucket and radicle (decentralised sourceforge) is still under heavy development with no CI.

Optimal would be something with gitlab's features, decentralised, FLOSS, and unlocked when self-hosted. Maybe radicle will get there. They seem to be dog-fooding their solution and about a year ago were planning on CI. No idea where their roadmap disappeared to.

[–] QuazarOmega@lemy.lol 5 points 11 months ago (1 children)

No idea where their roadmap disappeared to.

This!! Also why the heck they changed their website to be so much lamer and slightly broken on mobile, I still don't understand.

Optimal would be something with gitlab's features, decentralised, FLOSS, and unlocked when self-hosted.

What do you think of Onedev? I rember it selling itself as the GitLab alternative, but I haven't tried since I can't self-host. Though checking it out again quickly right now, I'm very wary of it since it turned source-available with another "Enterprise" plan, uhhh

[–] onlinepersona@programming.dev 4 points 11 months ago (1 children)

What do you think of Onedev?

Wow, that actually looks quite interesting! The "source-available" license is indeed troublesome 🤔 They could pull a gitlab and lock a bunch of their stuff behind payment, but who knows. I'll also wait with testing it for now. But it's in my bookmarks!

Thanks

[–] QuazarOmega@lemy.lol 2 points 11 months ago

You got it!

[–] sag@lemm.ee 12 points 11 months ago* (last edited 11 months ago)

I personally use codeberg but I have to use github to send PR to some project.

[–] simple@lemm.ee 10 points 11 months ago* (last edited 11 months ago) (1 children)

Github is the industry standard. It's easy to use and is packed with features, it's also quite flexible in how much it provides for free.

Codeberg is a github clone but open source and nonprofit. People are weary that github is owned by Microsoft so if you're a privacy conscious person that likes open source, it's a good option.

I've never used Gitlab but from what I've heard it's more enterprise oriented, focused on providing solutions for companies rather than something simple for everyone. You can also self-host it if you want it on your own servers.

[–] jelloeater85@lemmy.world 4 points 11 months ago

I generally recommend GitTea if you need a nice simple Git server. Or ... Just use GitHub and be done with it. Maybe GitLab if you cannot put company stuff on GitHub for some high security reasons.

[–] xigoi@lemmy.sdf.org 9 points 11 months ago (2 children)

My favorite is SourceHut because it just works without taking forever to load. I also like the clear separation between projects, repositories, issue trackers, mailing lists and other components. And the fact that it doesn't have pull requests, so there isn't a billion unmaintained forks everywhere.

[–] xilliah@beehaw.org 4 points 11 months ago (1 children)

So you like using mailing lists? I've never done that due to coming from game dev and we have large binaries, but I've always been curious. Isn't it hard to keep things organized?

[–] xigoi@lemmy.sdf.org 2 points 11 months ago

I don't maintain any popular projects so I don't have personal experience, but many projects on SourceHut are developed using mailing lists (and outside SourceHut too, notably Linux) and they seem to be organized just fine.

[–] jackpot@lemmy.ml 1 points 11 months ago (1 children)
[–] xigoi@lemmy.sdf.org 2 points 11 months ago
[–] Trashboat@lemmy.blahaj.zone 7 points 11 months ago

As a regular user who doesn’t do any dev work but likes to keep tabs on various projects, Gitlab all the way. It has an interface to track issues specific to a given version, giving you an easy way to gauge progress on upcoming releases and see what the holdups are. I’ve not found any kind of analog for that on GitHub unfortunately, but maybe I just haven’t looked in the right place

[–] dino@discuss.tchncs.de 5 points 11 months ago

codeberg: KISS

[–] partizan@lemm.ee 5 points 11 months ago (2 children)

Gitea - basically gitlab which is really easy to deploy

[–] 56_@lemmy.ml 4 points 11 months ago

Forgejo is a community run fork of Gitea, created after the restructuring of the Gitea business.

[–] theshatterstone54@feddit.uk 1 points 11 months ago (1 children)

What sort of hardware do you need to realistically host your own git instance? In this case, we're talking about 1 user (me) with about 2GB' worth of git repos.

[–] partizan@lemm.ee 1 points 11 months ago

probably a 2GB 1core VPS is fine, of course more is better - faster for some stuff... Our Gitea instance run on a 4core 6GB VM...

[–] PseudoSpock@lemmy.dbzer0.com 4 points 11 months ago (1 children)

What? No love for BitBucket? /s

[–] Pantherina@feddit.de 2 points 11 months ago

Hahaha damn sourceforge

[–] stifle867@programming.dev 4 points 11 months ago* (last edited 11 months ago) (1 children)
[–] jackpot@lemmy.ml 6 points 11 months ago (1 children)

'failed to load image' lol

[–] stifle867@programming.dev 2 points 11 months ago (1 children)

sorry there's something weird going on with trying to recognise the link. it's sourcehut but you can just type sr (dot) ht

[–] sxan@midwest.social 1 points 11 months ago (1 children)

What's wrong with what? Links to sr.ht work fine.

[–] stifle867@programming.dev 2 points 11 months ago

It was being interpreted as a link to an image according to another user. I edited it by the time you saw it.

[–] Pantherina@feddit.de 3 points 11 months ago (1 children)

Gitlab should be best. Its FOSS (not their own instance gitlab.com), has a CI and a lot of thingd you may want. Even has a full VSCodium Webapp integrated, as thats basically a browser app

[–] caseyweederman@lemmy.ca 1 points 11 months ago

Embrace...
Extend...

...

[–] drwankingstein@lemmy.dbzer0.com 3 points 11 months ago

github, it seems to be the only with with a code search worth anything.

but it also has really nice discoverability for applications. I have found so many cool applications on GitHub using their topics system and language filtering.

I haven't been able to find any replication at all with any of the other stuff. so even if you do use another repo, please mirror on GitHub. Even if only so people can find it and search the code.

[–] caseyweederman@lemmy.ca 3 points 11 months ago

gitweb is my personal favorite. Take control of your repo.

[–] Tane@feddit.nl 2 points 11 months ago

There is one thing that makes gitlab 100x better than GitHub, and that is that gitlab is developed on gitlab. You can open an issue on the repository and it is picked up like any other issue. No such thing like a GitHub/GitHub repository. I have no clue where to go when something is not to my liking there

[–] lps2@lemmy.ml 1 points 11 months ago

After using and hosting Gitlab for years and having to move over to GitHub enterprise for my new role.... Holy shit does GitHub suck. It's organization and projects are trash and GitHub Actions barely scratches the surface of what was easy in Gitlab. I don't know how it got so big with such a terrible UI and limited feature set.

Seriously no nested orgs, shared CI/CD variables, or a kanban board that makes sense (new projects is so much worse than legacy). I hate Github