-
Notifications
You must be signed in to change notification settings - Fork 30
trusted nodes (WebOfTrust) / shared storage with friends / coalescing multiple clients #397
Comments
I believe this use-case is almost solved by joining your friend's cluster, them putting you in their "not trusted nodes" list, and them encrypting data before upload? I think this discussion belong on the forum: https://discuss.ipfs.io/ |
@bertrandfalguiere This was intended to be a feature request. I'm sorry when this is the wrong place for this - I'm new to this project and its conventions of communication. Thanks for the feedback. The idea is to move complexity from apps to the API to allow lightweight app development and take advantage that comes with more available knowledge to the client. Like we currently have public file sharing in the WebUI some features could be implemented in the WebUI to cover the simple use-cases. I've edited the original ticket after some brainstorming to convey my point better. |
No problem. I answered before you expanded your first post, and I thought it was covered by existing features. I'll let the team (which I'm not part of) answer. |
@bertrandfalguiere thanks again for your feedback, appreciated! Wrote it as text first, which got way too long - took me some hours to order the thoughts and get the list tidy and precise. |
We definitely have to work on something like this, since new users seems to get the impression that running IPFS will 'magically' use their storage for the network. Which is currently not the case - sadly. I'm sure there would be much more users be interested to use IPFS if we can share storage with friends. https://discuss.ipfs.io/t/network-traffic/7132/3?u=rubenkelevra |
The idea is to add a friend list and ACL features (like private IPFSs) which allows multi-device access on a private storage redundantly sharded between friends. Additionally, files can be shared with a specific group (like 1, 5, 10, all friend(s)).
This makes the transition between private, peer-group and public data for the user much easier and allows also some additional features and benefits for the network.
This feature requires some kind of direct notification messages, e.g. notify other nodes about new files they need to store.
Full list of ideas:
The text was updated successfully, but these errors were encountered: