Remix.run Logo
daft_pink 2 hours ago

The main question is what is the best alternative??

ticulatedspline an hour ago | parent | next [-]

We use self-hosted GitLab. No major complaints, even on the free version.

Aperocky an hour ago | parent | prev | next [-]

As place to store code? Just put it on github, it's fine, public facing code can all go there (as a mirror).

As place to run test? Build your own infrastructure. It's easier than ever. Why rely on blackboxes to do that?

hn_throwaway_99 an hour ago | parent [-]

> As place to run test? Build your own infrastructure. It's easier than ever. Why rely on blackboxes to do that?

I'm not saying this is horrible advice, but I think it conveniently ignores some major reasons people prefer cloud infrastructure in the first place.

Building your own infrastructure is the (relatively) easy part. Maintaining it, ensuring everything is patched, passing compliance audits, dealing with your own outages (I find it a bit ironic when everyone complains about cloud downtime, as if self hosted infrastructure has 99.999% uptime) is the expensive part. I'm not saying it's that hard to do, but once you get to a certain size it requires dedicated staff to manage, which is expensive.

In fact, if GitHub Actions were more reliable, I would hardly see any reason at all to host your own test infrastructure for most companies. The only reason hosting your own is more attractive is because GH Actions has such poor uptime.

wombat-man an hour ago | parent | prev | next [-]

Yeah I only use it for hobby or side project stuff, but if I get why they're mad if they expect to rely on it for professional work.

mzhaase 40 minutes ago | parent | prev | next [-]

Forgejo. Significantly faster than gitlab

xandrius an hour ago | parent | prev | next [-]

Definitely self-hosted gitlab

u_fucking_dork an hour ago | parent | prev [-]

GitHub Enterprise if you’re a business