{"id":18070239,"url":"https://github.com/sameer/git-lfs-ipfs","last_synced_at":"2025-04-12T00:34:44.772Z","repository":{"id":91230113,"uuid":"164265200","full_name":"sameer/git-lfs-ipfs","owner":"sameer","description":"Use IPFS as a git-lfs endpoint","archived":false,"fork":false,"pushed_at":"2023-03-28T04:32:25.000Z","size":238,"stargazers_count":56,"open_issues_count":9,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T00:49:56.878Z","etag":null,"topics":["actix-web","git","git-lfs","ipfs","lfs","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sameer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"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},"funding":{"github":["sameer"]}},"created_at":"2019-01-06T01:22:24.000Z","updated_at":"2025-03-13T14:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"41ee3198-d31a-4a38-9a6a-68ab12555cfc","html_url":"https://github.com/sameer/git-lfs-ipfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer%2Fgit-lfs-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer%2Fgit-lfs-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer%2Fgit-lfs-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sameer%2Fgit-lfs-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sameer","download_url":"https://codeload.github.com/sameer/git-lfs-ipfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501702,"owners_count":21114676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actix-web","git","git-lfs","ipfs","lfs","rust"],"created_at":"2024-10-31T08:24:35.166Z","updated_at":"2025-04-12T00:34:44.741Z","avatar_url":"https://github.com/sameer.png","language":"Rust","funding_links":["https://github.com/sponsors/sameer"],"categories":[],"sub_categories":[],"readme":"# git-lfs-ipfs\n\nA [git-lfs](https://git-lfs.github.com/) custom transfer \u0026 extension that makes it easy to store large files with IPFS.\n\n[![git-lfs-ipfs](https://github.com/sameer/git-lfs-ipfs/actions/workflows/rust.yml/badge.svg)](https://github.com/sameer/git-lfs-ipfs/actions/workflows/rust.yml)\n\n[![codecov](https://codecov.io/gh/sameer/git-lfs-ipfs/branch/master/graph/badge.svg?token=HF0QLJJJU1)](https://codecov.io/gh/sameer/git-lfs-ipfs)\n\n## Installation\n\n### Building\n\n```bash\ngit clone https://github.com/sameer/git-lfs-ipfs\ncd git-lfs-ipfs/git-lfs-ipfs-cli\ncargo build --release\n```\n\n### Packages\n\nNone yet!\n\n### Configuration\n\nIf you haven't already, do `git lfs install` to set up Git LFS on your computer.\n\nAdd the custom transfer and extensions for IPFS to your `~/.gitconfig`:\n\n```\n[lfs]\n\tstandalonetransferagent = ipfs\n[lfs \"customtransfer.ipfs\"]\n\tpath = git-lfs-ipfs-cli\n\targs = transfer\n\tconcurrent = true\n\tdirection = both\n[lfs \"extension.ipfs\"]\n    clean = git-lfs-ipfs-cli clean %f\n    smudge = git-lfs-ipfs-cli smudge %f\n    priority = 0\n```\n\n**Note that git-lfs-ipfs will be enabled by default for all future LFS usage if you add these lines to your configuration. Make sure to remove them if you do not wish to do so.**\n\n## Demo\n\nA demo repository is available to test out your installation: [sameer/git-lfs-ipfs-demo](https://github.com/sameer/git-lfs-ipfs-demo). Simply clone it once you configure git-lfs-ipfs and verify that no errors occur.\n\n## Usage\n\nUse git LFS like you usually do and all subsequent files added in LFS will be added to IPFS.\n\nFiles already on S3, etc. cannot be read unless you remove the `[lfs \"customtransfer.ipfs\"]` entry in your `~/.gitconfig`; the custom transfer overrides your default transfer so that a file is never uploaded to a remote server.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameer%2Fgit-lfs-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameer%2Fgit-lfs-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameer%2Fgit-lfs-ipfs/lists"}