{"id":17645267,"url":"https://github.com/richardschneider/net-ipfs-mount","last_synced_at":"2025-07-25T04:04:44.382Z","repository":{"id":141996262,"uuid":"75574517","full_name":"richardschneider/net-ipfs-mount","owner":"richardschneider","description":"Mount the InterPlanetary File System as a mapped drive on Windows","archived":false,"fork":false,"pushed_at":"2019-01-19T00:51:17.000Z","size":115,"stargazers_count":149,"open_issues_count":5,"forks_count":22,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-07-11T21:27:32.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardschneider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-05T00:40:56.000Z","updated_at":"2025-06-10T10:02:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"acef1130-3ae9-4f74-ab76-c89f1333afce","html_url":"https://github.com/richardschneider/net-ipfs-mount","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/richardschneider/net-ipfs-mount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschneider%2Fnet-ipfs-mount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschneider%2Fnet-ipfs-mount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschneider%2Fnet-ipfs-mount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschneider%2Fnet-ipfs-mount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardschneider","download_url":"https://codeload.github.com/richardschneider/net-ipfs-mount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardschneider%2Fnet-ipfs-mount/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265002961,"owners_count":23696109,"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":[],"created_at":"2024-10-23T10:54:38.418Z","updated_at":"2025-07-25T04:04:44.365Z","avatar_url":"https://github.com/richardschneider.png","language":"C#","funding_links":["https://www.buymeacoffee.com/kmXOxKJ4E"],"categories":["Tools","工具"],"sub_categories":[],"readme":"# net-ipfs-mount\n[![Build status](https://ci.appveyor.com/api/projects/status/7jdxs33887unrhp0?svg=true)](https://ci.appveyor.com/project/richardschneider/net-ipfs-mount)\n[![Coverage Status](https://coveralls.io/repos/richardschneider/net-ipfs-mount/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/richardschneider/net-ipfs-mount?branch=master)\n[![Chocolatey](https://img.shields.io/chocolatey/v/ipfs-mount.svg)](https://chocolatey.org/packages/ipfs-mount)\n\nMount the [InterPlanetary File System](https://ipfs.io/) as a mapped drive on Windows.\n\n## Features\n\n- Mounts IPFS and IPNS on a drive letter, `ipfs-mount z:`\n- Unmounts the drive, `ipfs-mount z: /u`\n- [Pinned files](https://github.com/ipfs/examples/blob/master/examples/pinning/readme.md) are available in `z:\\ipfs`\n- Root contains shortcut to the IPFS WebUI\n\n## Installation\n\n[IPFS](https://ipfs.io/) and [Dokany](https://dokan-dev.github.io/) are required.  If not already installed, they can be installed with [choco](https://chocolatey.org/). \nInstallation of Dokany requires [administrator rights](http://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/).\n\n    \u003e choco install ipfs\n    \u003e ipfs init\n    \u003e choco install dokany\n\nThen install `ipfs-mount`\n\n    \u003e choco install ipfs-mount\n\n## Quick start\n\n    \u003e ipfs-mount z \n    \u003e dir z:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF /B/S\n\n````\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\cat.jpg\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\\bar\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\\baz\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\\foo\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\\baz\\b\nz:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF\\test\\baz\\f\n````\n\n## Options\n\n````\nUsage: ipfs-mount drive [OPTIONS]\nOptions:\n  -s, --server=VALUE         IPFS API server address\n  -u, --unmount              Unmount the drive\n  -d, --debug                Display debugging information\n  -h, -?, --help             Show this help\n````\n    \n## Example\n\nA screen shot of Windows explorer displaying the contents of `z:\\ipfs\\QmRCJXG7HSmprrYwDrK1GctXHgbV7EYpVcJPQPwevoQuqF`\n\n![Explorer](explorer.jpeg)\n\n# License\nCopyright © Richard Schneider (makaretu@gmail.com)\n\nThe library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php \"Read more about the MIT license form\") license. Refere to the [LICENSE](https://github.com/richardschneider/net-ipfs-mount/blob/master/LICENSE.txt) file for more information.\n\n\u003ca href=\"https://www.buymeacoffee.com/kmXOxKJ4E\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschneider%2Fnet-ipfs-mount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardschneider%2Fnet-ipfs-mount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardschneider%2Fnet-ipfs-mount/lists"}