Skip to content
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

Option to store locally & Encryption #1

Open
L-Yvelin opened this issue Apr 27, 2023 · 2 comments
Open

Option to store locally & Encryption #1

L-Yvelin opened this issue Apr 27, 2023 · 2 comments

Comments

@L-Yvelin
Copy link

Hi,
I'm using your plugin for my project to store files on web3.
I was wondering if you would be interested in adding the option of storing the file locally on top of uploading it to the blockchain.
An option for encryption would be really useful, in my case it would be a necessity since I'm uploading sensitive information.
I'm asking since you know the project much better, but if you can't maybe I could try to do it myself?

Thank you for your answer, I'm really grateful for your work, it helps a real lot!

@alexbakers
Copy link
Owner

Hello.
Thank you for using it.

The files are saved locally in Strapi by default if no upload provider is installed.
Regarding encryption, I would suggest using lighthouse.
https://www.lighthouse.storage/blog/6/Encryption-and-Access-Control-for-Web3-using-Lighthouse

The strapi-provider-upload-ipfs-storage does work on unencrypted data similar to aws s3.

@brenojac
Copy link

Dear alex and developers,

Regarding local storage, we're investigating how to use local storage in an IPFS Cluster. The requirement is that our app also work offline, so when online we may use strapi, but while offline we want to replicate data so that Internet connectivity does not affect our application.

Is it possible to do that with this plugin?

regards,

  • Breno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants