PlayOS
PlayOS copied to clipboard
Make coupling with Rutile
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:
- [x] 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 https://github.com/Rutile-io/Rutile/issues/20