-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
All files are currently deleted when you close your session. We need coupling with a server in order to persist in storage and session data.
Describe the solution you'd like
There's multiple tasks needed to be done:
- Store files inside IPFS
- Encrypt files before storing
- A lookup for a user where their files are stored
- A store like API to CRUD and find apps.
Describe alternatives you've considered
We could use a simple node.js infrastructure to achieve this. But the full backend could not be stored offline.
Additional context
Dependency on Rutile-io/Rutile#20
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request