Remix.run Logo
bhouston 2 hours ago

What is the best Github alternative that has something like Github Actions? What is the easiest to switch to? I do not want to switch but it is having too much of an impact on me.

It is time to give up on Github. This is just too much.

mariocesar 2 hours ago | parent | next [-]

GitLab is probably the most reasonable alternative. I migrated and it took me some weeks to adapt to the new CI, but for my use case it's basically equivalent in features.

I started with the cloud version, then moved to self-hosted because it wasn't a big effort for our team. We also reduced our monthly invoice by about 50% after the move.

vinnymac 2 hours ago | parent | prev | next [-]

I’m hosting my own https://tangled.org knot and spindle, and also hosting and building my own Frontend browser for https://forgejo.org looking forward to open sourcing it in the future for others to enjoy.

For people who want a similar experience today, I’d recommend trying Codeberg (An official instance of Forgejo) though. However, keep in mind they voted in July to ban mostly AI generated repositories. You can read about that here: https://blog.codeberg.org/protecting-our-floss-commons-from-...

bhouston 2 hours ago | parent [-]

Yeah, Codeberg banning AI generated code is weird. AI generated code is the future. It is like during the days of assembly banning high level languages.

lionkor 2 hours ago | parent | prev | next [-]

* GitLab

* Forgejo

Those are my favorites. Both you can self-host for your company, including CI/CD.

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

Forgejo is probably worth a look if Actions compatibility and an easy migration are priorities. I run Fjord, a dedicated managed Forgejo, so you don't have to operate it yourself. We can help with the migration and runners too.

We also have a free public Forgejo instance if you want to try it first.

nlightcho 2 hours ago | parent | prev | next [-]

I am building an MIT-licensed compatible alternative to GitHub Actions at github.com/automata-ci/automata. Very early in development but it already runs some of our internal workflows.

TrueSlacker0 2 hours ago | parent | prev [-]

[dead]