-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
This is a meta-bug that reference bugs that needs to be resolved for the following project. If it's not the good place for that, feel free to close it.
I would really like to see happen a friend-to-friend filesharing app with the following caracteristics:
- targeted for private/low diffusion data between people that know each-others. Main use case: friends want to share between each-others their holidays pictures.
- low friction: it should be as easy as possible
- encryption should be used to maintain privacy and control the diffusion of the data
The underlying goal is to reduce the need to use solution like Facebook, Dropbox, Drive... for file/pictures exchange that should be kept private. Also this.
IPFS seems to be the perfect backend for this project. What I envision is a thin GUI layer that provide the low-friction caracteristics. Most of the actual feature would be in IPFS. Here is the issues that needs to be resolved for this project to happen:
- avoid duplicating files added to ipfs #875 : avoid duplicating files added to ipfs, ie having ipfs track and share files that are directly on disk, not copied in the datastore
- IPFS Node stats accessible through HTTP API #930 : API access to current download
- Keystore Review specs#3 : keystore, encryption, signing and key sharing support
- jbenet/ipfs/issues/45 : having a node keypair and an identity keypair
- pub/sub system : @cryptix mentionned this system as a way for user to notify the receiver that somethng was shared to them, need more details
Optional:
- Need statistics on what content is being uploaded #920 Need statistics on what content is being uploaded
- Private keys should be encrypted #826 Private keys should be encrypted
On a side note, a problem that arise with low-diffusion filesharing is that sender and receivers need to be online at the same time. The future Filecoin seems to be a good solution to mitigate this problem as the sender could incentive other nodes to replicate and hold the encrypted blob online while he is offline.