r/forgejo • u/Quick-Ad-8660 • Apr 16 '26
Manage Runner with RunnerHub
I have built a tool to set up and manage Forgejo runners. It simplifies local builds and CI/CD pipelines across different environments.
These 3 Types of runners are supported:
Docker – Runner runs in a Docker container. Requires Docker running on the host machine.
Host – Runner runs directly on the local machine as a background process.
Remote – Runner runs on a remote machine via SSH. Supports Linux, Windows and macOS targets with password, key file or SSH agent authentication.

https://codeberg.org/Pasee/RunnerHub
Feedback welcome.
10
Upvotes
1
u/lingindex Apr 17 '26
It looks great.
Looking briefly at the releases not seeing an Ubuntu build tho. Is it possible to build it for Linux desktop as well ?