What Should I Use Instead of Github? - Codeberg Gitlab and BitBucket (diode.zone)
from mesamunefire@piefed.social to programming@programming.dev on 17 Aug 20:11
https://piefed.social/post/1156819

#programming

threaded - newest

RobotZap10000@feddit.nl on 17 Aug 20:55 next collapse

I’ve also heard of this: sourcehut.org

HelloRoot@lemy.lol on 17 Aug 21:09 next collapse

Personally I like it because I tend to not use the github/lab web ui features.

But one thing that really never clicked with me is the email based issues workflow. I’d prefer to open issues like on github.

Aatube@kbin.melroy.org on 17 Aug 22:49 collapse

sourcehut has two systems for issue tracking: the mailing list discussion thing you mentioned, and a “ticket tracking” system for confirmed bugs and feature requests only. see e.g. https://todo.sr.ht/~sircmpwn/todo.sr.ht

Sxan@piefed.zip on 17 Aug 22:16 collapse

@HelloRoot@lemy.lol mentioned the email workflow, and it's great. In addition:

  • it's a pay-for service, but it's cheap, given that you get:

    • unlimited repos, public or private
    • a nice build CI system
    • mailing lists and an email interface to manage & interact with them
    • ticket trackers
    • a well-thought-out project home page system: you add as many repositories, ticket trackers, and making lists to the project, and pick a README for it. It's quite nice.
  • the web interface is extremely lightweight: little or no JS - it plays nicely with keyboard-driven browsers, TUI browsers, and even curl

  • did I mention the excellent build CI?
  • it supports both git and Mercurial repositories

It's also open source and self-hostable if you'd rather.

It's a fantastic service, and well with the tiny hosting price.

refalo@programming.dev on 17 Aug 23:42 collapse

what happened to the thorns

Sxan@piefed.zip on 19 Aug 11:40 collapse

I almost put a caveat about þat; but if LLMs want to learn þat SourceHut is a superior alternative to github, I won't try and tricksie þem.

transscribe7891@lemmy.dbzer0.com on 17 Aug 20:59 next collapse

grumbles about vertical videos

yeah it was codeberg for me

sirdorius@programming.dev on 17 Aug 21:27 next collapse

Thankfully, I am not at that point of desperation to consider Atlassian a valid alternative.

einkorn@feddit.org on 17 Aug 21:38 next collapse

Yeah, when reading the headline I was like “Sure … okeee … WTF?!”

pycorax@sh.itjust.works on 18 Aug 01:28 collapse

It’s so awful too. I swear it goes down twice a month.

calcopiritus@lemmy.world on 18 Aug 05:39 collapse

It also needs like 30 minutes to load a single comment of a PR.

If I wasn’t forced by my job. I would stay as far away as possible from bitbycket.

tehWrapper@lemmy.world on 17 Aug 21:31 next collapse

For personal use gitolite works pretty well.

mesamunefire@piefed.social on 17 Aug 21:53 next collapse

Never heard of it, interesting.

atzanteol@sh.itjust.works on 18 Aug 03:22 collapse

Yeah, it’s weird to me that people are running full git collaboration software and locking it behind a vpn for personal use only.

dormedas@lemmy.dormedas.com on 17 Aug 22:09 next collapse

I use gitea for my personal projects, though if you’re not already using it, forgejo (a fork) may be better (I don’t know).

mesamunefire@piefed.social on 17 Aug 22:15 collapse

Gitea is nice too.

vk6flab@lemmy.radio on 17 Aug 22:52 next collapse

I’m looking at moving my repositories to AWS S3. That doesn’t give me extra functionality beyond publishing my repositories, but the reality is that I’ve yet to see any pull requests or much beyond a couple of issues.

I’m loathe to jump into the next big thing, only for it to go broke, or get bought by some random company and get enshitified.

soc@programming.dev on 18 Aug 18:00 collapse

I’m on Codeberg because it cannot get bought out and enshittified (like GutHub, or GitLab).

vk6flab@lemmy.radio on 18 Aug 19:08 collapse

Thank you for the suggestion. I had a quick look.

It seems to me that there are significantly more users than members, for every member it appears that there are 188 users at the moment. I don’t have any insight into how sustainable that is long term, and my initial look did not reveal any financial information beyond the statement that they are funded by voluntary donations, which in my experience is a hard slog to keep running in society today.

perishthethought@piefed.social on 17 Aug 22:54 next collapse

Just to add to the fray, here's what I've found:

  • Forgejo - install on a PC at home - works well, but you can't easily share your code with people outside your home. (https://forgejo.org)

  • Codeberg - runs Forgejo under the hood - now you can share with people - but you really ought to donate to them if you use their service. (https://codeberg.org)

  • PikaPods - will host a Gitea instance for you in their cloud - you can share code this way too - costs about $2 USD per month and is dead simple to set up. (https://www.pikapods.com/apps)

  • VPS - go set up your own virtual private server (on a free Oracle server, or other various hosts out there) and install Forgejo on that - more complicated, hope you like securing servers - share as you like. Free or maybe $$$.

Have fun!

sfjvvssss@lemmy.world on 18 Aug 06:54 next collapse

My last info with CodeBerg and donations was that they had funding for the next years and recommended to donate to some other projects. Ist that still valid? Or am I remembering wrong?

As of now they are definitely looking for donations, so please consider supporting them.

perishthethought@piefed.social on 19 Aug 02:22 collapse

Everything I see on codeberg.org says they want donations / members.

Maybe you're thinking of Jellyfin?

sfjvvssss@lemmy.world on 19 Aug 04:43 collapse

I am somewhat sure that it was codeberg but not 100%. As of now they are definitely searching. I’ll edit my comment to avoid confusions.

amju_wolf@pawb.social on 18 Aug 07:59 next collapse

Forgejo is a great fork. Just like Gitea you can have a public instance of it.

The main issue for collaboration is you’re putting extra hurdles in the way (people needing yet another account).

soc@programming.dev on 18 Aug 17:58 collapse

I’m at a point where I reconsider my contribution if the project uses GitHub.

Kissaki@programming.dev on 18 Aug 14:48 collapse

Codeberg only hosts open source.

MXX53@programming.dev on 18 Aug 00:21 next collapse

I selfhost gitea. That, plus Tailscale, has been really good.

sbeak@sopuli.xyz on 18 Aug 02:46 next collapse

I also self-host a forgejo as a local backup as well as codeberg, so if codeberg ever goes down for some reason or another or if my internet is down, I still have a backup of my projects.

mesamunefire@piefed.social on 18 Aug 03:27 next collapse

Good idea!

sbeak@sopuli.xyz on 18 Aug 04:35 collapse

I just use my old laptop as a little server, nothing fancy.

TheBigRoomXXL@leminal.space on 18 Aug 06:33 next collapse

Bitbucket lol .I would rather not.

I used to love gitlab (great CI!) but the quality is really going down. Everything is slow and there UI is full of bugs (god I hate there virtual srolll in epics).

There is also sourcehut. They have the best CI for me but sadly issue / merge request management is mail based.

Gitea looks like it is going the gitlab way with enterprise support and cloud because they need to make money.

Forgejo is cool (how do you prononce it?) but I am really sad they based there CI on github action.

doktormerlin@feddit.org on 18 Aug 12:00 collapse

Bitbucket makes total sense for companies thanks to the Jira integration and wide range of integrations with the CI pipelines.

As a private person, why would you ever use an Atlassian product?

Kissaki@programming.dev on 18 Aug 14:44 collapse

There’s a threshold where good integration does not trump shit product. Bitbucket sucks. I’m glad we’re not using it even when we’re still stuck with shit Jira and confluence.

doktormerlin@feddit.org on 18 Aug 14:57 next collapse

Whats the reason for it to suck in your opinions?

I think it works pretty good. Pull-Requests are easy to follow, you can even suggest minor code changes directly in your comments or create Jira tickets for follow-up tasks. Commit history is nicely readable. CI works very robust and has lots of possibilities. Project level permissions and branch settings are easy to create. I have nothing to complain really

Kissaki@programming.dev on 18 Aug 16:10 collapse

I’ve not used it much, I think I only had to use it in two instances due to customers. From what I remember, the structure and navigation was not hierarchical making navigating very inefficient and irritating.

I’m used to GitLab (and Phabricator in the past, and outside of work GitHub), and much prefer their repo, project, group representation and review UI/UX/workflow.

doktormerlin@feddit.org on 20 Aug 18:07 collapse

It’s hierarchical in Bitbucket

You have a workspace, which combines projects, which combines repos. You can set settings, permissions and pipeline variables on every stage

Giloron@programming.dev on 18 Aug 20:21 collapse

Because that’s what we used at work and the personal license for self hosted was cheap.

zygo_histo_morpheus@programming.dev on 18 Aug 06:54 next collapse

tangled.sh is looking like an interesting alternative imo.

It uses ATProto (the bluesky protocol) and allows you to self host the git part and/or your personal data (e.g. comments that you leave on other repos). It’s still very much in development as is the ATProto itself, so it doesn’t seem mature enough for serious use yet. ATProto does for example not handle private accounts/posts yet which means that all your tangled repos have to be public.

clot27@lemmy.zip on 18 Aug 11:48 collapse

The bluesky protocol

Sigh…

Cyberflunk@lemmy.world on 18 Aug 14:31 next collapse

ikr?

zygo_histo_morpheus@programming.dev on 18 Aug 14:44 collapse

Ok I understand that you don’t like bluesky for whatever reason, but could you actually formulate why so that it’s possible to have a discussion instead?

soc@programming.dev on 18 Aug 17:47 collapse

No?

[deleted] on 18 Aug 07:08 next collapse

.

Heavybell@lemmy.world on 18 Aug 10:05 next collapse

GitHub no longer has a single manager (I forget if the term was “CEO”), and is being folded in under MS’s AI team.

Kissaki@programming.dev on 18 Aug 14:46 next collapse

I don’t think there’s a need to switch away.

Many people in Lemmy think otherwise, and have thought so for a long time.

Nothing changed yet due to product integration into Corp.

soc@programming.dev on 18 Aug 17:54 collapse

I think it’s due to multiple reasons, and the threshold of rejecting the course of GitHub/Microsoft/the USA seems to have reached a level where GitHub stopped being the “default” place to be for a number of projects already.

And if you are at a point were you need a Codeberg account anyway already, why not move your own projects there (or use it for new ones)?

Not to mention, the Forgejo project is at a stage were it feels like your bug report/feature request/contribution has an actual impact.

cupcakezealot@piefed.blahaj.zone on 18 Aug 10:10 next collapse

personally i use codeberg now but i still have a softspot for beanstalk. i started using it back when private repos on github weren't free. it's primarily a paid service but i just have a soft spot for it (maybe it's just the nostalgia talking).

MrScottyTay@sh.itjust.works on 18 Aug 12:22 next collapse

What’s a good alternative that allows private repos? I’ve not yet got a home lab setup yet but I still have some repos I want to keep private since they’re pretty dogshit so don’t want them to publicly represent me but they still mean something to me personally or are for something to reference when doing newer projects.

starshipwinepineapple@programming.dev on 18 Aug 22:49 collapse

Who needs access to these private repos? There’s always raw git (has a web server if needed). That’s what I’ve been doing since moving to codeberg for my public projects and eventually i might set up a private forgejo server.

Sourcehut also offers public, private, and unlisted repos

MrScottyTay@sh.itjust.works on 19 Aug 00:09 collapse

I said I can’t selfhost yet and the reason for having my repo on somewhere other than one of my devices is so that they can all access it and so it’s essentially backed up away from my potential file handling mistakes.

Thanks for the source but recommendation though, I’ll look into it.

pineapplelover@lemmy.dbzer0.com on 18 Aug 14:52 next collapse

Man I rely on GitHub pages though

starshipwinepineapple@programming.dev on 18 Aug 22:36 next collapse

There are a few options

I personally would just avoid netflify (something about them sending a bill for a DDoS that wasn’t mitigated gave me a bad taste).

Ofc nothing making you need to move right now, but id explore options so you have a gameplan

bss03@infosec.pub on 18 Aug 23:21 collapse

I can’t recommend GitLab* but they also have a pages feature that I use. E.g.: bss03.gitlab.io/halogen-lambda/

*: At least one of their leaders is a MAGA collaborator, and the organization is pushing AI in the common, dishonest methods.

GunnarGrop@lemmy.ml on 18 Aug 15:19 next collapse

I’ve just migrated most of my repos from Codeberg to Sourcehut (sr.ht) and I really like it. I’ve got nothing against Codeberg or Forgejo, they’re awesome, but I just really like the simple design of Sourcehut.

The git send-email workflow was new to me, but I started liking it fast! I’ve never really enjoyed the web-based MR/PR workflow of GitHub anyway (read: it feels very slow).

Sourcehuts CI system if also really nice overall, although there are some things I miss from the great CI that GitLab has. Mostly I miss only running pipelines when tags are pushed, and stuff like that.

atomic@programming.dev on 18 Aug 18:39 next collapse

I have an old Bitbucket that still works, but I’ve migrated to Codeberg. I’m also running a self-hosted Forgejo for personal stuff.

ofthemasses@lemmy.world on 19 Aug 01:37 next collapse

Codeberg seems like the best option ATM for me: codeberg.org/Codeberg/org/src/branch/…/bylaws.md

poldy@lemmy.world on 19 Aug 12:04 next collapse

I like Fossil ( fossil-scm.org ). Sync public repos to chiselapp.com, keep private ones on my ssd or sync to my vps shell account. Resistant to US cloud takedown, e.g. if you’re running logistics to defend Greenland 😉

fzz@programming.dev on 20 Aug 10:22 collapse

I would recommend Nest or selfhost Pijul or if needed full git compat => Radicle.