Remix.run Logo
sibidharan 2 hours ago

Are they running paid marketing campaigns for Gitlab ?

ramon156 an hour ago | parent | next [-]

Self-hosting forgejo under tailscale + mirroring public repos through GitHub

Has worked wonders for me :)

varun_ch an hour ago | parent | next [-]

Forgejo is fantastic. I do think it could use a fresh coat of paint from a designer but it’s otherwise really good.

Gitea (what Forgejo forked from) recently stole the sidebar on repos from GitHub and I think that would be great for Forgejo to steal too…

Forgejo themed by Codeberg: https://codeberg.org/forgejo/forgejo (the codeberg theme is extremely low contrast)

Forgejo default: https://v15.next.forgejo.org/pparaxan/quark

Forgejo themed by Lix: https://git.lix.systems/lix-project/lix

Gitea: https://gitea.com/gitea/awesome-gitea

Gitea themed by Blender: https://projects.blender.org/blender/blender

I personally like Blender’s Gitea theme better than the rest but I guess that’s subjective. In dark mode I do not like the low contrast Codeberg theme or the default Forgejo theme, but all of the instances custom themes look great.

As far as Git forges go in general though.. tangled is very pretty https://tangled.org/tangled.org/core I think more power user oriented software should be comfortable with compact interfaces

myng111 39 minutes ago | parent | prev | next [-]

It's fascinating how fast the Forgejo I host at my university's laboratory loads from my home network. Every page load is <100ms. I think it goes to show how much bloat we don't realise exists in modern webapps.

robin_reala 29 minutes ago | parent [-]

GitHub used to be like that before they rebuilt everything in React.

preisschild an hour ago | parent | prev [-]

Ideally those forgejos would safe enough to be on the public internet (and using a federation protocol like activitypub) so we don't have to go through a centralized service such as github and not locked behind private networks (such as tailscale nets)

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

It's so unfortunate that Gitlab is a complete mess, that GitHub has no real competition now. I can only think that few months to a year from now there will be _something_ that works on an enterprise scale.

xnorswap an hour ago | parent [-]

Have you forgotten about Azure Dev Ops aka Visual Studio Team System aka Team Foundation Server*?

Yes, it's still Microsoft, but they've forgotten about it, so it runs entirely adequately and is actually a surprisingly okay github replacement. It does nothing special, but it does do everything, just in a way you often would rather it wouldn't. It doesn't have the flexibility of JIRA for the ticketing, and the deployment machinery doesn't have the fanciness ( and vendor threat ) of chaining github actions, but it does handle both.

I haven't used gitlab, so I'm curious to hear what makes it a "complete mess" too.

* Microsoft's headless chicken naming strategy in full force, it's a miracle they haven't yet renamed and rebranded it to align with copilot yet.

manytimesaway 14 minutes ago | parent | next [-]

Don't forget CodePlex!

zdragnar 41 minutes ago | parent | prev [-]

One does not mention TFS in polite company

EduardoBautista 2 hours ago | parent | prev [-]

I'd consider self-hosting GitHub Enterprise before putting my team through the pain of Gitlab.

ricardbejarano 2 hours ago | parent [-]

How is it painful to use GitLab? Curious, as a user of both, I find them both nice. I like GitLab CI/CD more than I do GHA, but that's personal preference/bias more than anything objective.

tux3 an hour ago | parent | next [-]

Gitlab CI has some tech debt from accumulating geological layers of different ways to do things, but overall it's pretty good, it scales to more complicated setups, and it's not too painful.

Now the best way to use GHA is to do the bare minimum. Put all your CI logic in a script that you can test locally, and just have GHA run your script. Even that is painful. And, somehow, impossible to make secure without having spent 5,000 hours reading all the previous ways people got pwn'd by Github Action's horrendous security model.

My main problem with Gitlab is that after years I still can't find what I'm looking for in the UI. It's always exactly in the third place I look. Otherwise Gitlab has been good. Even self-hosted works pretty well.

dijksterhuis an hour ago | parent [-]

expanding on the parent a little

* GiLab — Ops centric

* GitHub — Developer centric

if you just want somewhere to stick a code repo and build a release every so often — dont use gitlab, you will not enjoy it.

> My main problem with Gitlab is that after years I still can't find what I'm looking for in the UI.

i still get lost too after several years daily driving gitlab. this is the Ops centric thing. they provide a lot of options. lots of options is good for Ops.

> Now the best way to use GHA is to do the bare minimum

yeah, i’m an ops guy, so the maintaining custom actions stuff on github is horrible for me vs click a button and move on with my day — once i find the button that is! xD

EduardoBautista an hour ago | parent | prev [-]

Everything about their UI/UX screams of doing the bare minimum to check off a box on a feature list. It reminds me of Jira.