Skip to content
Git

Self-Hosted Runners

You can add your own agents/runners to process CI/CD jobs for your repositories.

Follow the documented process to add a new “public” runner from the Crow CI docs.

Use the following addresses in the agent config:

CROW_SERVER: ci.codefloe.com
CROW_GRPC_ADDR: grpc.ci.codefloe.com

You can set additional CROW_AGENT_LABELS. By default, the agent will be restricted to the Crow org_id for which you created the agent token in the Crow UI.

There’s an existing guide in the Codeberg Documentation which can be followed to add a self-hosted runner for Actions. Make sure to use https://codefloe.com as the argument for the --instance flag.