top | item 46950220

(no title)

vampiregrey | 20 days ago

At this point, GitHub outages feel closer to cloud provider outages than a SaaS blip. Curious how many people here still run self-hosted Git (GitLab / Gitea) vs fully outsourcing version control.

discuss

order

neilv|20 days ago

Yay for GitLab and Forgejo/Gitea.

My previous two startups used GitLab successfully. The smaller startup used paid-tier hosted by gitlab.com. The bigger startup (with strategic cutting-edge IP, and multinational security sensitivity) used the expensive on-prem enterprise GitLab.

(The latter startup, I spent some principal engineer political capital to move us to GitLab, after our software team was crippled by the Microsoft Azure-branded thing that non-software people had purchased by default. It helped that GitLab had a testimonial from Nvidia, since we were also in the AI hardware space.)

If you prefer to use fully open source, or have $0 budget, there's also Forgejo (forked from Gitea). I'm using it for my current one-person side-startup, and it's mostly as good as GitLab for Git, issues, boards, and wiki. The "scoped" issue labels, which I use heavily, are standard in Foregejo, but paid-tier in GitLab. I haven't yet exercised the CI features.

vampiregrey|19 days ago

I just checked out Forgejo. I think i start with it, looks clean and lightweight. For my homelab I don’t have very large requirements. Might be a good starting point for me.

betaby|20 days ago

Self hosted GitLab is absolutely worth it.

edverma2|20 days ago

I was just looking into this today but it seems pricey. $29/user/month for basic features like codeowners and defining pr approval requirements. Going with Forgejo.

vampiregrey|20 days ago

I think i will slowly start moving to self hosted git intra at my homelab.

monkaiju|20 days ago

or forgejo!

sam_lowry_|20 days ago

Self-hosted git is absolutely worth it.

blibble|20 days ago

forgejo doesn't need half a supercomputer to run it

arthur-st|20 days ago

Self-hosted Gitea is a good time if you're comfortable taking care of backups and other self-hosting stuff.

yoyohello13|20 days ago

We self-host the full fat version of GitLab and it's very worth it.