That took a lot of work but I'm happy with my progress: I got woodpecker CI to work with forgejo - both running on my #homelab with #kubernetes! Also, argoCD has been in charge of deploying some of my self hosted apps now. Next step will be to learn how to handle secrets within helm and argoCD. #devops

Of course I have some notes of all that debugging and setup that I'll turn into a post soon :) Sleep first!

@electret How have you found woodpecker to work with?

Kubernetes sealed secrets is worth a look in this kind of setup, when you get to that stage.

@LucidDan I think for a minimal CI tool it's cool. If you don't need fancy options that could be overwhelming (or simply too intensive on your hardware), it fits the niche. I think it would benefit from a few UX improvements. For example, if you forget to set a forge in the config, you need to go inspect the logs, the http request fails - would be nice if the page told you that.