1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
pooneyy 7080624537
feat(forgejo-runner): add docker mode selection and refactor configuration with updated documentation
- Add new `DOCKER_MODE` form field to choose between `dood` and `dind` modes, removing old `PRIVILEGED` mode field and `-dind` variant application
- Update `docker-compose.yml` to conditionally include `dind` service based on mode, and refactor `init.sh` to dynamically set `DOCKER_HOST` environment variable
- Refactor `register.sh` to handle both modes, configure runner accordingly, update default values for registration fields, and define the default job container base image as node:lts
- Update README with detailed security risk warnings for both modes, remove version selection instructions, and add usage examples for custom container images and installing docker client in workflows
2026-02-05 15:30:01 +08:00
pooneyy dff3669784
feat(forgejo-runner): restructure forgejo-runner app and add english documentation
- rename `forgejo-runner-dind` app directory to `forgejo-runner` to consolidate versions
- delete old standalone `forgejo-runner-dind` app files (README.md, data.yml, logo.png)
- move existing `12.6.2-dind` version files under the new unified `forgejo-runner` app
- update configuration for both DooD and DinD deployment modes within the unified app
- add new `README_en.md` file with english documentation
- update main `README.md` with improved product introduction and clearer version comparison
- add `PRIVILEGED` mode configuration option to data.yml
- update docker-compose files for both versions with refined environment variable usage and labels
- standardize service names and container naming conventions
2026-01-27 03:57:24 +08:00
pooneyy 627443691e
Merge branch 'patch/add-apps' into localApps 2025-08-24 16:48:02 +08:00