What is Forgejo with Runner (DinD)?
This bundle combines a Forgejo Git forge with a Forgejo Actions runner configured to execute CI/CD workflows inside Docker-in-Docker (DinD). Forgejo Actions reads workflow files from repositories, while the runner fetches jobs from Forgejo and runs them in isolated containers without mounting the host Docker socket. DinD provides stronger isolation than socket-based runners at the cost of additional overhead.


