-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webui Features #415
Comments
sweet! also list:
|
I listed the go-ipfs modifications, but I'm not too sure on time estimates yet. I'll have a few data points for estimation after doing the first few tasks. |
For the UnixFS feature, you may want to have a look at the I mention this because conforming to these interfaces would make it possible to offer IPFS as a drop-in static file server. http.ListenAndServe(":8080", http.FileServer(ipfs.Node())) |
CAUTION, OFF TOPIC speaking of http serving files, i read this earlier, pretty damn awesome: http://avtok.com/2014/11/05/interface-upgrades.html |
Please see #576 |
…com/ipfs/go-datastore-0.3.1 build(deps): bump github.com/ipfs/go-datastore from 0.1.1 to 0.3.1
This issue is for planning and tracking Webui development. Feature suggestions and feedback belongs here.
Initial feature planning
Raw brainstorm output
Main sections
ipfs bitswap [ wantlist | ledger | strategy ]
)ipfs dht table
command, and realtime events for the visualizationOther details
/ipfs/hash/foo/bar
paths)/ipfs/hash/foo
might be valid, but not/ipfs/hash/foo/bar
)The text was updated successfully, but these errors were encountered: