this post was submitted on 12 May 2026
289 points (100.0% liked)

Selfhosted

56957 readers
1030 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Lots of layoffs ("re-evaluating our operational footprint") and switching to "agentic" processes. Target user is AI.

Anyone still hosting Gitlab?

top 50 comments
sorted by: hot top controversial new old
[–] demizerone@lemmy.world 5 points 3 hours ago

Forgejo is great.

[–] sleepmode@lemmy.world 23 points 9 hours ago

They endlessly tooted their horn about their diversity and fully remote operations. So this is pretty rich.

“This isn’t cost cutting” Oh, fuck off. This is trimming the fat before they try to look for a buyer again.

[–] fubarx@lemmy.world 6 points 8 hours ago

We are uniquely positioned to not only participate, but to lead in our category where the TAM is exploding at a step function rate.

[–] CriticalMiss@lemmy.world 17 points 14 hours ago (1 children)

Sucks, I manage GitLab in our company and it’s been difficult to maintain already without the vibe coded shit updates that break everything. I’ll need to see what are our options our but my assumption is that there aren’t any.

[–] laserjet@lemmy.dbzer0.com 9 points 10 hours ago (1 children)
[–] CriticalMiss@lemmy.world 5 points 6 hours ago

The enterprise features we rely on do not exist in Forgejo last time I checked (8 months ago). Maybe it improved. Hell, my company would probably even be onboard moving to Forgejo if we can get a support contract with them and some of the enterprise features we rely upon (SCIM being the main one).

[–] YoureHotCupCake@lemmy.world 42 points 18 hours ago (2 children)

lol I just created my gitlab account today to get away from github and after reading this the account has been scheduled for deletion and now I have a new account with Codeberg. When are these dipshits going to learn that we don't want AI in our workflows? I am capable of breaking things on my own, but at least when I break things I will learn from it.

[–] anon_8675309@lemmy.world 3 points 9 hours ago

Run gitea on a small box.

[–] goatinspace@feddit.org 10 points 17 hours ago (7 children)
[–] quick_snail@feddit.nl 2 points 8 hours ago

Ugh, but I don't want to buy a Mac mini for those CI builds

load more comments (6 replies)
[–] vane@lemmy.world 32 points 18 hours ago (3 children)

Gitlab CEO - 16 years in Microsoft, Gitlab CTO - 13 years in Microsoft
Can we say Microsoft Gitlab ?

[–] AA5B@lemmy.world 5 points 17 hours ago

I hope not: we’re migrating from Gitlab to GitHub. I was never a fan because of the lack of enterprise features in GitHub (folders, with more granularity of settings and permissions, scalable usability), and certainly GitLab CI was extremely limited but wtf

load more comments (2 replies)
[–] recursive_recursion@piefed.ca 78 points 21 hours ago

Just like everyone has already done I'd also recommend Codeberg/Forgejo👌

[–] 1hitsong@lemmy.ml 24 points 18 hours ago (1 children)

"Software will be built by machines, directed by people."

Oh my lord. Is this a delayed April Fools post?

[–] Bazoogle@lemmy.world 0 points 5 hours ago (1 children)

This is dangerous for me to say on lemmy, but fuck it.

Doesn't it make sense that machines would write for machines? Isn't that kind of what we already do by creating compilation layers programmers use? We obviously wouldn't write the manual 1's and 0's, and most people don't write using assembly. Is this not a translation layer for us to be able to write code?

Right now we have LLMs writing with languages designed for humans, and it's already doing some pretty wild stuff. If we get to the point where AI is literally a coding model (and not a generic LLM) that is able to use an AI optimized way of writing code, who knows what it would be capable of.

Code is one of the few things AI is specially suited for. AI is just a big fancy prediction machine, so what better application than something that is by definition formulaic and patternistic like code? I am not saying we are there now, but rather the idea that machines should write software does make sense when it becomes actually feasible.

If we could have programmed like this from the beginning, we would have. There has been many evolutions of making it easier to code. What's easier than plain language?

[–] Andres4NY@social.ridetrans.it 6 points 4 hours ago (1 children)

@Bazoogle @1hitsong First of all - when it comes to creating programs, you want the output to be deterministic. Stochastic program output is a serious problem, as you _will_ get unreproducible bugs. Second, plain language is _not_ easy except for the simplest of tasks. Actual programs need to handle all kinds of corner cases and hardware weirdness and human weirdness. Your "plain language" goes from "do a thing" very quickly to "do a thing. but not that thing. or that other thing. and and and.."

[–] Bazoogle@lemmy.world 1 points 4 hours ago (1 children)

Your “plain language” goes from “do a thing” very quickly to “do a thing. but not that thing. or that other thing. and and and…”

Your options would be write all those things in plain language, or program them all eith (hopefully) no mistakes, bugs, or vulnerabilities. Either way you have to catch all the situations. Even in plain language, not everybody will be able to effectively use AI to generate code. You need to have a solid understanding of software architecture to be able to get useful output.

when it comes to creating programs, you want the output to be deterministic

AI is capable of writing deterministic programs.

I would also like to preemptively emphasize that AI is not there yet. I am simply talking about the concept of machines creating software. If you try to step back from your anti-AI gut reaction and truly think about it, it would make sense to do if we get there technologically

[–] webadict@lemmy.world 1 points 1 hour ago

I don't know why anyone should take your post seriously when you say that AI isn't there yet. You're saying, purely hypothetically, that AI could do these things, if it existed, which it doesn't. That can't be argued against because no matter what anyone points to, you can just say that isn't it.

But, like, your basic premise that machines would be the best programmers of machines is inherently flawed because humans created those machines, and thus it should actually stand that humans would thus be the best programmers of those machines. But that's a reductive argument that kinda is more tell than show.

Programming is really just some layer of abstraction on modifying how a computer works, so vibecoding should really be just another layer to that abstraction. But as it stands now (and how we have specifically created our current LLMs), these outputs are not deterministic, and thus sort of fail as a means to program with. That's one of dozens of reasons of why it fails as a programming substitute.

[–] yggstyle@lemmy.world 3 points 11 hours ago
[–] phoenixz@lemmy.ca 25 points 18 hours ago (1 children)

I always love to see companies do this with a semi open source product with investors

The code gets closed, a small clump of users split off, make their own version with beet and hookers, and soon the vast majority of the users following because the real open source one is so awesome

That was jellyfin's story, but this is a variation on that and I've seen this story many times now

Bye bye gitlab,rest in pieces

[–] 1hitsong@lemmy.ml 11 points 17 hours ago

with beet and hookers

I work on Jellyfin, but don't like beets. Do I need to fork again?

[–] thedeadwalking4242@lemmy.world 82 points 22 hours ago

Is every mother fucker just going bat shit insane this year? Goddamn it.

[–] arcine@jlai.lu 29 points 21 hours ago (1 children)
[–] quick_snail@feddit.nl 1 points 8 hours ago

MacOS CI jobs?

[–] Dirk@lemmy.ml 121 points 1 day ago

They once were a promising alternative to MS GitHub but now they’re going down the same route.

[–] goatinspace@feddit.org 8 points 17 hours ago* (last edited 17 hours ago)

Gitlab deleted ☢️ Selfhosting ♻️

[–] it_depends_man@lemmy.world 56 points 1 day ago (1 children)
  1. Software will be built by machines, directed by people.
  1. The agentic era multiplies demand for software. As the cost of producing software collapses, demand for it will expand.

objectively insane.

Governance built into the core.

I still believe that's not possible, but that's only my opinion.

[–] surewhynotlem@lemmy.world 12 points 20 hours ago (2 children)

As the cost of producing software collapses, demand for it will expand.

This part actually makes sense. Plenty of software doesn't get written because it's just easier or cheaper to do without it. It's why BPM tools exist. Simplify the coding process and you can solve problems more cheaply.

I also think this will kill BPM tools. Why use BPM tooling when creating a real app is just as easy and more customizable?

load more comments (2 replies)
[–] TAG@lemmy.world 28 points 23 hours ago (1 children)

Ouch. My company was just about to start moving over to GitLab off of Atlassian.

[–] ell1e@leminal.space 36 points 22 hours ago (1 children)

That makes sense, since Gitlab seems to be trying to challenge Atlassian. In who manages to make worse software...

[–] Ophrys@lemmy.dbzer0.com 21 points 22 hours ago (3 children)

We use atlassian at my job and I hate it

load more comments (3 replies)
[–] CorrectAlias@piefed.blahaj.zone 43 points 1 day ago (3 children)

I don't think that they've used enough buzzwords.

[–] surewhynotlem@lemmy.world 14 points 21 hours ago (1 children)

Increased buzzword utilization is part of their go forward strategy that begins implementation in Q3 pending socialization of relevant KPI. obviously.

load more comments (1 replies)
load more comments (1 replies)
[–] corsicanguppy@lemmy.ca 16 points 21 hours ago* (last edited 21 hours ago) (1 children)

Still hosting gitlab.

The CI on forgejo is, unfortunately, nowhere near as good.

Given how long gitlab has been struggling to fix basic bugs and instead creeping into features - hello-oo bloated and slow vscode-like web editor and non-ephemeral runner management - I'm not sure they have any staff left to let go. But it's nice they found an excuse to shed their remaining talent and avoid complete stock devaluation.

The planning is happening openly, including a voluntary separation window.

"We don't understand how the Dead Sea Effect works, and we want to super-size the damage.". Okay. Bill.

[–] ErmahgherdDavid@lemmy.dbzer0.com 4 points 13 hours ago* (last edited 13 hours ago)

FWIW Forgejo with Woodpecker CI is 👌 - a lot more like gitlab ci without the bullshit. It's still basic by comparison though. I don't think it supports templates

[–] Thorry@feddit.org 19 points 22 hours ago

The only upside I see is their stock has fallen since this announcement. Perhaps the market is finally getting that companies pushing AI isn't a universal good thing?

[–] Fizz@lemmy.nz 64 points 1 day ago (10 children)

Oh god that is so cringe. Just getting into coding i have no idea what to use as an online repo. I dont want to use github because microsoft but i want the basic repo collaboration features to be available cloning, pull requests, issues etc.

[–] tofu@lemmy.nocturnal.garden 114 points 1 day ago (6 children)

If you don't want to host something yourself, check codeberg

load more comments (6 replies)
[–] warmaster@lemmy.world 38 points 23 hours ago

Codeberg for hosted, Forgejo for selfhosted.

They are great.

[–] Legianus@programming.dev 66 points 1 day ago (27 children)
load more comments (27 replies)
load more comments (7 replies)
load more comments
view more: next ›