this post was submitted on 01 May 2025
20 points (91.7% liked)

Open Source

37857 readers
814 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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.
top 1 comments
sorted by: hot top controversial new old
[–] GammaGames@beehaw.org 2 points 1 month 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