在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:brendoncarroll/webfs开源软件地址:https://github.com/brendoncarroll/webfs开源编程语言:Go 99.2%开源软件介绍:WebFSWebFS is a filesystem built on top of the web. WebFS started after looking for a way to use IPFS as a Dropbox replacement, and not finding any really solid solutions. I also wanted to be able to fluidly move my data between traditional storage providers like Dropbox, MEGA, or Google Drive while testing the waters of new p2p storage systems, like Swarm or Filecoin. If you have ever thought "x can probably be used as a file system", but didn't want to actually write the file system part, WebFS might be of benefit to you.
You can probably turn x into a file system with WebFS by writing a new Quick LinksInstallationInstalls to Getting StartedA simple volume spec using the filesystem for storage {
"cell": {
"file": "CELL_DATA",
},
"store": {
"fs": "BLOBS",
}
} This configuration will create and write to a file To serve the files over http $ webfs http --root myvolume.webfs
serving at http://127.0.0.1:7007 ExamplesThere are examples in the You can also use
CommunityQuestions and Discussion happening on Matrix. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论