My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?

  • whereisk@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    I’ve tried it with forgejo, the recommended implementation involves spinning a temporary vm to run the integration and deployment processes, quite resource heavy and slow comparatively to the vm I have that’s running forgejo.

    I think there’s an option to have the forgejo server itself run the commands without spinning up vms, but it’s not recommended due to security considerations as they’re running with the same privileges as the server - not a concern if you are the only developer connecting to a private instance of forgejo but something to keep in mind.

    • BrightCandle@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      Its quite complicated to setup as well, just went through the instructions and its a long way from just add to docker and run unfortunately. Would be nice to be able to just get a runner in the same or different docker and it just works easily without a lot of manual setup in Linux of directories and users and pipes etc.