this post was submitted on 12 May 2026
328 points (99.4% liked)

Selfhosted

60623 readers
1100 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 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
[–] YoureHotCupCake@lemmy.world 54 points 2 months 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.

[–] goatinspace@feddit.org 12 points 2 months ago (3 children)
[–] YoureHotCupCake@lemmy.world 4 points 2 months ago (2 children)

Yeah I could do that, I have never done it before though which is why I was looking for another remote to use. Are there any good guides/tools out there you would recommend?

[–] motruck@lemmy.zip 15 points 2 months ago (1 children)

Check out forgejo self hosting gitlab is overkill.

[–] WolfLink@sh.itjust.works 5 points 2 months ago (1 children)

I just selfhost bare git repos on an ssh server

[–] rezifon@lemmy.world 8 points 2 months ago* (last edited 2 months ago)

That’s a perfectly viable approach for users who aren’t interested in forge tooling and just need git push/pull capability.

[–] quick_snail@feddit.nl 2 points 2 months ago

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

[–] FrustratedArtist@sh.itjust.works 1 points 2 months ago (1 children)

Can you clarify something about self-hosting for me please. If I want to collaborate with other people on self-hosted a git repo, do I need to have a static IP or a router device that is compatible with services like noip, and open up ports which opens up my local network to constant attacks from outside it?

[–] dustyData@lemmy.world 3 points 2 months ago

It is usually easier to rent a vps with a domain to run as a reverse proxy or a tunneling server between your server and users. Dynamic DNS and static IPs depend on the internet provider offering real outbound access and not a NAT. Plus any internet facing service should be hardened for security in some way, which it is usually provided in service packages for the vps.

[–] anon_8675309@lemmy.world 4 points 2 months ago

Run gitea on a small box.