Forgejo Runner (forgejo-runner-vm) Package name

Install latest/edge of Forgejo Runner

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install forgejo-runner-vm --edge

Don't have snapd? Get set up for snaps.

Forgejo Runner is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Details for Forgejo Runner

Package name

  • forgejo-runner-vm

License

  • BSD-3-Clause

Last updated

  • Today - latest/edge

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

A daemon that connects to a Forgejo instance and runs jobs for CI.

The Forgejo Runner is a lightweight daemon that executes CI/CD jobs (Forgejo Actions) by polling a Forgejo instance for tasks, running them, and reporting results. This snap allows for containerized automation and is integrated with Docker (also snap) for job execution. To use the snap, configure it with the host URL of your Forgejo instance and a secret token snap set forgejo-runner host="<HOST>" secret="<SECRET>"

The registration secret for the runner. Mind that this is NOT as the token. This secret is obtained by running the forgejo-cli command on the Forgejo server, as an example below:

forgejo forgejo-cli actions register --secret $SECRET forgejo forgejo-cli actions register --secret $SECRET --labels "docker"


Install Forgejo Runner on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.