martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
233 stars 35 forks source link

Cloud storage option #249

Open Bertklq1 opened 3 months ago

Bertklq1 commented 3 months ago

Please add filen.io as online storgae provider as it uses e2e encryption and zero knowledge.

martinstoeckli commented 3 months ago

Thank you for the suggestion. I had a quick look at their website and it looks like a promising candidate, but I couldn't find any information whether a public API (to access their storage) exists or not. So I sent the question to the team of filen.io and will get back here when they reply.

martinstoeckli commented 3 months ago

Already got a reply from filen.io:

We are currently in the process of documenting our API for third party access. We expect to release public API docs later this year. We currently also provide an open source SDK (for TypeScript) which we also use internally for all our apps (https://github.com/FilenCloudDienste/filen-sdk-ts).

I think this will be a good addition for SilentNotes, though it possibly requires some work because it is no standard way to access the storage. Maybe I wait until the documentation is ready, but it is on the todo list.

Bertklq1 commented 3 months ago

Thanks