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

Selfhosted

56958 readers
1195 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?

you are viewing a single comment's thread
view the rest of the comments
[–] Legianus@programming.dev 50 points 4 hours ago (1 children)
[–] Fizz@lemmy.nz 2 points 4 hours ago* (last edited 4 hours ago) (6 children)

Isnt codeberg centralized? I worry it will run into the same issue as github. I was checking out Radicle but its cryptic and hard to search for other projects.

[–] ozoned@piefed.social 29 points 4 hours ago (3 children)

Codeberg is supporting forgejo which Codeberg is built on. Forgejo is ActivityPub powered git repositories. So imagine regular git, but everyone can have their own repos on their own sites and you can still interact with each other. So yes, Codeberg is centealized FOR NOW. But they're working on opening it up to EVERYONE to run their own and be able to access all the repos you use over the Fediverse.

[–] oce@jlai.lu 4 points 4 hours ago* (last edited 4 hours ago) (2 children)

Will it be possible to have decentralized pull requests? Like I open a PR on my site, my friend reviews my PR on his site, and I get his reviews on my site?

[–] ballmerpeaking@programming.dev 5 points 1 hour ago (1 children)

This was always baked into basic git from the beginning if you review your code in E-Mail chains or mailing lists.

[–] null@piefed.nullspace.lol 2 points 1 hour ago

So not really baked in at all then?

[–] Anafabula@discuss.tchncs.de 12 points 4 hours ago (1 children)

That's the plan, but it's still far away

[–] oce@jlai.lu 1 points 3 hours ago
[–] Fizz@lemmy.nz 2 points 4 hours ago

That sounds like the dream.

[–] FishFace@piefed.social 1 points 4 hours ago (1 children)

Just like bluesky is centralised "for now" i.e. forever

[–] ozoned@piefed.social 3 points 1 hour ago

Except bluesky is funded by VC and they created their own protocol and federation design.

Codeberg is an open source repo only place, they're building in AP, they have monthly updates. So nothing like Bluesky.

But I understand the trepidation.

[–] belazor@lemmy.zip 9 points 4 hours ago (1 children)

It’s funny coming from the Plex thread into this; ~100% of people who keep using Plex do so because it’s centralised and it makes sharing their library with their network of family and friends easier.

The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts. Part of the reason GitHub got successful was the fact that you only needed to register once and you had access to fork and PR all the repos on there.

Decentralisation is great for self hosting things for, well, yourself and your household, but it’s got hefty downsides. Account creation is a friction point for others to join and collab.

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

The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts.

You are confusing decentralized and fragmented (or self hosted). The promise of fragmented software (like Lemmy) is that there are many instances but an agreed upon protocol. You create one account on one site and then use it to pull and push data to any other site that uses the same communication protocol. Like you and I for example. You created an account on lemmy.zip, I created one on lemmy.world, and we are both discussing a post created by a user on lemmy.nocturnal.garden (an instance I have never heard of).

[–] realitaetsverlust@piefed.zip 6 points 4 hours ago* (last edited 4 hours ago) (2 children)

Even if, switching your used repo hosting service is a matter of minutes if you're using git. You register on the other site, add your SSH key, update the remote URL of your repository which is just a git remote set-url origin <new url> and then hit git push, probably with something like --force or another option, kinda forgot the exact name. So that's something you could easily automate in like 10 lines of bash script for all your repositories.

It's super hard to "trap" people in something like github because git is so open and decentralized. Switching is super easy. Most people who stay on github or gitlab do it because they need the CI/CD pipelines or because they're lazy and/or stupid.

[–] FishFace@piefed.social 3 points 3 hours ago (1 children)

And the open issues, tasks and pull requests?

Right.

[–] Strit@lemmy.linuxuserspace.show 3 points 3 hours ago (1 children)

Those are all part of the forge, not git.

  • A git migration is easy.
  • Forge migration usually requires some form of migration tool to get all the forge specific stuff (like issues, PR's and todos).

The 2 are very different things.

[–] FishFace@piefed.social 2 points 2 hours ago (1 children)

And what kind of service is gitlab, which we are discussing here, or github which was brought up in the comment, or codeberg?

[–] Strit@lemmy.linuxuserspace.show 3 points 2 hours ago

They are forges.

I think the comment of migrating git, was more for smaller and maybe private projects. Not large collaborations. So only the git part, not the forge part.

[–] Fizz@lemmy.nz 2 points 4 hours ago

When I read this discussion on HackerNews they act like they're trapped and it would require moving the sun and the earth to switch over.

[–] vogi@piefed.social 2 points 4 hours ago* (last edited 4 hours ago)

Its centralized, but they (forgejo, the underlying software) are building on standards wherever possible so it should be easy enough to move things around. I also don't really see them breaking bad anytime soon, at some point you have stop worrying and start to build shit.

[–] tofu@lemmy.nocturnal.garden 2 points 4 hours ago

It is but they're working on federation for forgejo (which powers Codeberg).

[–] Legianus@programming.dev 1 points 4 hours ago* (last edited 4 hours ago)

Oh sorry, I might have misunderstood your question. Yes, Codeberg is centralised, but it is registered at a public e.V. in Germany making it more open (not a company).

But then you could use what they use, Forgejo to self host.

Or Gittea as suggested by somebody else.