Self-Hosted Runners
You can add your own agents/runners to process CI/CD jobs for your repositories.
Crow CI
Section titled “Crow CI”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.comYou 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.
Forgejo Actions
Section titled “Forgejo Actions”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.