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?

  1. CI: I know they have woodpecker. Do you use that, or do you roll your own?
  2. 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?
  3. BOTS: specifically renovate to update those pesky npm dependencies.
  • Gamma@beehaw.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago
    1. Actions should be compatible with github actions for the most part, they’re easy to work with and there’s a ton available
    2. 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
    3. Renovate easily runs through their actions equivalent