1. 11
  1.  

    1. 2

      I am self hosting Gitea + Woodpecker + Registry along with a webhook endpoint to redeploy my podman containers and it’s working fairly well. It’s nowhere near the GitLab level of sophistication, but it’s comparably lightweight and I feel more confident in my ability to troubleshoot it.

      1. 1

        I assume Registry is a container registry? Care to elaborate as to why you don’t run with the Gitea built-in?

        1. 2

          I did not notice it had one. Thanks for the tip! :-)

      2. 1

        Also did you try gitea’s actions for CI?

        1. 2

          Not yet. It seems that I’ve first deployed it before they were available.