Codeberg.org Opinions? (codeberg.org)
from catch22@programming.dev to programming@programming.dev on 10 Feb 2024 23:38
https://programming.dev/post/9831420

Hello, I was thinking of moving all my open source projects here. Anyone have any opinions? Excuse the post if this has been discussed previously, I was unable to find anything directly relating to peoples opinions on using it.

Edit: Lots of great discussion going on here! Thanks to everyone who contributed! I wasn’t sure before but now I am set on moving all my projects over. The fact that it will be federated makes it even more appealing given that github is now requiring phone numbers and other personal information in order to create an account on their site.

#programming

threaded - newest

Krafting@lemmy.world on 10 Feb 2024 23:41 next collapse

It’s pretty good, open source and they have a nice UI, I’ve never used it for my own projet (I use Gitlab) but I’m following some projects on there and it is always better than github!

Wiz@midwest.social on 11 Feb 2024 00:06 next collapse

I just discovered it recently, and started adding stuff. I feel a lot more comfortable about my coffee here than other places. I like it!

However, I’m worried that future employers may ask me to “share my GitHub” with them, leading me to try to explain to a potential employer what “a Codeberg” is.

ericjmorey@programming.dev on 11 Feb 2024 00:31 next collapse

Just say and lable it as your public git repo.

ex: “Here’s my public git repo.”

moreeni@lemm.ee on 11 Feb 2024 00:32 next collapse

Same. I thought about setting up a mirror on Github, just so I wouldn’t run into a situation like that.

thesmokingman@programming.dev on 11 Feb 2024 01:59 next collapse

Do you want to work for someone that doesn’t understand there are alternatives to GitHub? Label it as your portfolio or VCS on your resume and share the link instead of GitHub when asked. If it causes issues( that’s a great weed out on your end.

skulbuny@sh.itjust.works on 11 Feb 2024 18:45 collapse

Pretty easy to set up a remote for GitHub in Gitea.

testeronious@lemmy.world on 11 Feb 2024 00:33 next collapse

Thanks, I didn’t know this website

megaman@discuss.tchncs.de on 11 Feb 2024 00:47 next collapse

I selfhost a forgejo instance, which is the underlying framework for codeberg (and they maintain forgejo).

Federation is in the works, they say.

If i was going to have any projects public, this is where i would do it.

moonleay@feddit.de on 11 Feb 2024 01:05 next collapse

I also selfhost forgejo and im really happy with it. (I moved from GitLab.) Personally I cant wait for federation (which GitLab is also working on). If it were so be implemented, then ppl could actually contribute so projects on selfhosted git servers, which I am really looking forward so.

Deebster@programming.dev on 11 Feb 2024 01:12 next collapse

Federation like that sounds perfect, and would definitely help out for the current situation I see where projects are officially on, say, Gitlab but still accept pull requests on GitHub. I’m sure that involves some annoying manual process (although should be less hassle than the code review!)

auengun@kbin.social on 11 Feb 2024 04:21 collapse

I've also got a self hosted Forgejo instance. I'm patient and really excited by the future prospects of federation.

It'll be really nice to keep my code and tooling entirely within my home while still being able to share and collaborate with others though those federated exchanges of community & code.

NamelessGO@sh.itjust.works on 11 Feb 2024 08:52 next collapse

Newbie here, what is the difference between code berg and forgejo?

knfrmity@lemmygrad.ml on 11 Feb 2024 09:54 next collapse

Forgejo is a git server, forked by Codeberg from Gitea after Gitea got bought up by a for-profit corporation.

Codeberg is a non-profit organization which runs a public instance of the Forgejo git server.

You can make an account on Codeberg.org, save repos there, and contribute to other repos, like on Github. Or you can run your own Forgejo instance to use either privately or open up to public use.

ericjmorey@programming.dev on 13 Feb 2024 01:44 collapse

Gitea wasn’t bought, the people running the project held the trademarks and decided to move the trademarks to a new for-profit entity they created in order to provide git related services for some fee structure that isn’t clear to me. Largely it’s CI/CD service that they are looking to sell.

Flipper@feddit.de on 11 Feb 2024 11:48 collapse

Codeberg is the hosted forgejo instance from codeberg E.V. Codeberg ev also forked gitea 2022 and spearheads the development of forgejo

wewbull@feddit.uk on 11 Feb 2024 14:41 collapse

Similar situation, and I follow the Forgejo development. I’ve found the codeberg individuals that I’ve interacted with to be very good at what they do. They give me confidence in the wider platform.

ono@lemmy.ca on 11 Feb 2024 01:33 next collapse

The interface is the best I know of, a lot like pre-Microsoft github. Especially important to me is that It doesn’t intercept my browser’s built-in shortcuts like github now does, or require javascript or bury things under submenus like gitlab does.

The promise of federation is appealing, too.

I plan to use it for new public projects, and might even move my old ones over.

rimu@piefed.social on 11 Feb 2024 01:42 next collapse

I've been using it heavily for the last 6 months. It's been great, considering it's running on a shoestring, volunteers, etc.

Also, this: https://drewdevault.com/2022/03/29/free-software-free-infrastructure.html

ProdigalFrog@slrpnk.net on 11 Feb 2024 18:26 collapse

Drew DeVault went on to make his own alternative as well, with Sourcehut.

Ephera@lemmy.ml on 11 Feb 2024 05:52 next collapse

I like it a lot. Much better UI than GitHub and perfectly reliable and not directly feeding all my code into Microsoft’s license violations. I also recently heard that you can’t search through GitHub repos anymore without an account, so that’s another reason for Codeberg to me.

Two things to be aware of:

  • They ask you to only put open-source repos on there. Sometimes you might have a repo containing personal configuration, which you should then put up on a different service (or backup locally).
  • CI/CD isn’t as readily available. They’ve been working on an integration with Woodpecker CI. Presumably something like Travis CI would also work. But yeah, honestly haven’t tried getting CI/CD going so far…
Triton@lemm.ee on 11 Feb 2024 08:25 collapse

From their terms of service:

They (private repos) are also allowed for really small & personal stuff like your journal, config files, ideas or notes, but explicitly not as a personal cloud or media storage.

I’d guess that most private git repositories are small enough to fall under this category (unless you track large non-text files in git). This also seems like a very reasonable policy, considering that they’re a non-profit and they want to focus on supporting open source projects.

nix@merv.news on 11 Feb 2024 06:36 next collapse

Good UI, good name, good ethics. I like it. And theyre working on federation

sirdorius@programming.dev on 11 Feb 2024 18:53 collapse

What does federation for git mean?

nix@merv.news on 11 Feb 2024 19:07 collapse

You can open an issue using an account from a different forgejo instance. You can comment from your lemmy account, ideally you can also subscribe to issues and releases from lemmy/mastodon

sirdorius@programming.dev on 11 Feb 2024 20:00 collapse

Oh, that sounds great!

Kissaki@feddit.de on 11 Feb 2024 09:15 next collapse

If you’re looking for collaboration or audience I’d stay with github. It’s too prevalent to skip for alternative niche with account signup and that elsewhere as a barrier.

If that’s no concern to you it’s viable.

THEMASTERMIND@feddit.ch on 11 Feb 2024 09:19 next collapse

Yeah i like it besides anything that isn’t owned by big corpo like MS is a plus. Seems to have good ethics / privacy policy and is also community led . and they are working on federation yeah definetly good. Will suggest switching op .

tengkuizdihar@programming.dev on 11 Feb 2024 15:01 next collapse

Using it right now. The uptime back then was abysmal, the sites are often unresponsive. They seems to have fixed those things now, I have migrated all of my active project to codeberg from gitlab now.

akselmo@lemmy.kde.social on 11 Feb 2024 17:24 next collapse

I’ve been using it for a while, can highly recommend it. Migrating stuff from github was quite easy.

excitingburp@lemmy.world on 11 Feb 2024 17:35 next collapse

I love it enough to donate. Forego is an awesome project.

fruitycoder@sh.itjust.works on 11 Feb 2024 18:51 next collapse

Little bastion of hope for tbh. Clean UI, open source, supported by a nonprofit, community driven and work towards ActivityPub federation on it.

I’m over proprietary and profit driven products focused on trapping me in their ecosystems.

pkill@programming.dev on 11 Feb 2024 21:14 next collapse

Had no trouble getting access to their CI, my request took less than a day for my one AGPL-licensed project. Also has a weblate instance. In the past the UI could have been a little laggy with large diffs but that improved somehow. Not too many 3rd party integrations supported though and not as feature-rich as Gitlab, but still very friendly UX that’d probably cover your GitOps needs in 90% of the cases.

They also got really good ToS, see tosdr.

kixik@lemmy.ml on 12 Feb 2024 01:13 next collapse

I recommend you to explore sourcehut as well, if you’re not afraid of something different to gitlab/github workflows.

valpackett@lemmy.blahaj.zone on 12 Feb 2024 19:29 collapse

Moved most of my stuff there a while ago, has been pretty great.