Greetings fellow #engineering, #devops, and #sre folks.
-
Greetings fellow #engineering, #devops, and #sre folks. I recently made the jump to Codeberg for my personal projects and while it took me a few minutes to fix some syntax issues moving between GitHub and Codeberg was pretty painless.
Iβm still new to leveraging Forgejo so I havenβt been at it long enough to see if there are pitfalls. Iβm curious if anyone I know is using it for production CI/CD and if theyβve seen anything thatβs given them pause or if itβs all been good for you?
So far my experiences are all positive but wondering if anyone has run into anything thatβs made them rethink their choices or if itβs been a good experience for you as well. Iβm eyeing it for a project at work that has a shoestring budget so not having to secure funding for the software is a compelling option right now.
-
R ActivityRelay shared this topic
-
Greetings fellow #engineering, #devops, and #sre folks. I recently made the jump to Codeberg for my personal projects and while it took me a few minutes to fix some syntax issues moving between GitHub and Codeberg was pretty painless.
Iβm still new to leveraging Forgejo so I havenβt been at it long enough to see if there are pitfalls. Iβm curious if anyone I know is using it for production CI/CD and if theyβve seen anything thatβs given them pause or if itβs all been good for you?
So far my experiences are all positive but wondering if anyone has run into anything thatβs made them rethink their choices or if itβs been a good experience for you as well. Iβm eyeing it for a project at work that has a shoestring budget so not having to secure funding for the software is a compelling option right now.
@monkeyninja I think the CI/CD stuff is getting decent now - no worse than GH actions, at least.
Just keep in mind the terms of use https://codeberg.org/Codeberg/org/src/branch/main/TermsOfUse.md#2-allowed-content-usage esp regarding private repos. But if everything youβre working on is open source, then no problem.
-
@monkeyninja I think the CI/CD stuff is getting decent now - no worse than GH actions, at least.
Just keep in mind the terms of use https://codeberg.org/Codeberg/org/src/branch/main/TermsOfUse.md#2-allowed-content-usage esp regarding private repos. But if everything youβre working on is open source, then no problem.
@LucidDan That only applies if you're hosting in Codeberg itself though right? I'm looking to deploy Forgejo on-prem. In this case the project *is* open source so not a big deal either way but I thought for self-hosted you could use Forgejo as needed.
-
@LucidDan That only applies if you're hosting in Codeberg itself though right? I'm looking to deploy Forgejo on-prem. In this case the project *is* open source so not a big deal either way but I thought for self-hosted you could use Forgejo as needed.
@monkeyninja Absolutely! Didnβt realise thatβs what you meant. In that case yeah no problem! I have been planning out a self host forgejo myself too.
-
@monkeyninja Absolutely! Didnβt realise thatβs what you meant. In that case yeah no problem! I have been planning out a self host forgejo myself too.
@LucidDan Fantastic, just checking I hadn't missed something! Thank you!