{"id":41922821,"url":"https://github.com/kubev2v/forklift-documentation","last_synced_at":"2026-01-25T17:04:16.005Z","repository":{"id":37964953,"uuid":"315235329","full_name":"kubev2v/forklift-documentation","owner":"kubev2v","description":"Forklift documentation","archived":false,"fork":false,"pushed_at":"2026-01-15T13:43:07.000Z","size":3659,"stargazers_count":18,"open_issues_count":33,"forks_count":29,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-01-15T17:44:06.683Z","etag":null,"topics":["forklift","forklift-documentation","upstream"],"latest_commit_sha":null,"homepage":"https://kubev2v.github.io/forklift-documentation/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubev2v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-23T07:36:27.000Z","updated_at":"2026-01-15T13:43:13.000Z","dependencies_parsed_at":"2023-09-27T05:05:44.341Z","dependency_job_id":"f827fd02-0a89-40d1-a8d6-59492eb0245a","html_url":"https://github.com/kubev2v/forklift-documentation","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kubev2v/forklift-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubev2v%2Fforklift-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubev2v%2Fforklift-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubev2v%2Fforklift-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubev2v%2Fforklift-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubev2v","download_url":"https://codeload.github.com/kubev2v/forklift-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubev2v%2Fforklift-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forklift","forklift-documentation","upstream"],"created_at":"2026-01-25T17:04:15.391Z","updated_at":"2026-01-25T17:04:15.999Z","avatar_url":"https://github.com/kubev2v.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/img/forklift-logo-lightbg.svg\" alt=\"Logo\" width=\"100\" /\u003e\n\n# Forklift documentation\n\nForklift is an upstream project for migrating virtual machines from VMware or oVirt to KubeVirt.\n\n## Contributing to Forklift documentation\n\nThis project is [Apache 2.0 licensed](LICENSE) and accepts contributions via\nGitHub pull requests.\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Building a document preview\n\nYou can build a document preview by running a Jekyll container.\n\nYou must have Podman installed.\n\n1. Clone the repository:\n  ```console\n  $ git clone -b source https://github.com/kubev2v/forklift-documentation.git \u0026\u0026 cd forklift-documentation\n  ```\n2. Create `.jekyll-cache` and `_site` directories:\n  ```console\n  $ for i in .jekyll-cache _site; do mkdir ${i} \u0026\u0026 chmod 777 ${i}; done\n  ```\n3. Create a `Gemfile.lock` file:\n  ```console\n  $ for i in Gemfile.lock; do touch ${i} \u0026\u0026 chmod 777 ${i}; done\n  ```\n4. Run a Jekyll container:\n- If your operating system is SELinux-enabled:\n\n  ```console\n  $ podman run -it --rm --name jekyll -p 4000:4000 -v $(pwd):/srv/jekyll:Z jekyll/jekyll jekyll serve --watch --future\n  ```\n\n  **Note**: The `Z` at the end of the volume (`-v`) relabels the contents so that they can be written from within the container, like running `chcon -Rt svirt_sandbox_file_t -l s0:c1,c2` yourself. You must run this command in the cloned directory.\n\n- If your operating system is not SELinux-enabled:\n\n  ```console\n  $ podman run -it --rm --name jekyll -p 4000:4000 -v $(pwd):/srv/jekyll jekyll/jekyll jekyll serve --watch --future\n  ```\n\n5. Navigate to `http://\u003clocalhost\u003e:4000` in a web browser to view the preview.\n\n## Code of conduct\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)\n\n## PR preview rendering\n\n[![](https://www.netlify.com/img/global/badges/netlify-light.svg)](https://www.netlify.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubev2v%2Fforklift-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubev2v%2Fforklift-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubev2v%2Fforklift-documentation/lists"}