Hi all, I wanted to query what others are doing with their open source projects on codeberg.
I have a Nuxt3 project (will share soon) but wanted to add the following. How do you do it?
- CI: I know they have woodpecker. Do you use that, or do you roll your own?
- Docker Images: Where do you push these? I know forejo has a built in container repository but I can’t find docs on the limits or how to use it?
- BOTS: specifically renovate to update those pesky npm dependencies.
Gamma@beehaw.orgEnglish2·6 hours ago- Actions should be compatible with github actions for the most part, they’re easy to work with and there’s a ton available
- Iirc images in the registry are somehow tied to repos? I messed with it last year and it was something like that. Documentation is a little sparse in that area because it hasn’t been touched since they forked from gitea lol
- Renovate easily runs through their actions equivalent