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.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
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"
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.