this post was submitted on 10 Feb 2024
142 points (99.3% liked)

Programming

17022 readers
268 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ephera@lemmy.ml 19 points 7 months ago (1 children)

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 26 points 7 months ago

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.