this post was submitted on 20 Jul 2023
392 points (95.6% liked)
Programming
17319 readers
95 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Codeberg can automatically migrate code and issues from Github using a personal access token iirc.
Github packages and especially CI/CD are the real vendor locking antifeatures. All of the actions and scripts that your app/company depends on to run are completely locked to github.
Fwiw, gitea has compatible actions. Not sure how compatible, though.
Doesn't Codeberg say it's mostly for FOSS? They say private repos are only allowed for really small things like note keeping, so it wouldn't be right to just move everything there from GitHub.
I can run GitHub workflows directly on my machine with ACT, I'm sure you could run that on your own private CI if you needed too. It's not perfect, but if a lot of people started wanting to migrate I'm sure it could get better.