standardnotes / filesafe-relay

Relay server used to communicate between FileSafe client extension and server destination (Dropbox, Google Drive, WebDAV)
14 stars 9 forks source link

Add option for local storage #39

Open tio-trom opened 3 years ago

tio-trom commented 3 years ago

Wouldn't be a good idea for a local storage option to be added? After all we are talking about notes, and relying on 2 separate servers for your notes I think can be overkill. First, rely on the server that provides the standard notes, then rely on a second one for storing the files.

JaspalSuri commented 3 years ago

The local storage option would only be a good idea if it was a redundant option as some users often lose or wipe data that is stored locally (unless this is what you're already suggesting). Local storage also might only be a viable option for some platforms.

tio-trom commented 3 years ago

I was mainly thinking about attaching files to notes. Now it seems too complicated. What if each admin can setup a quota for users to prevent them from abusing the storage space?

JaspalSuri commented 3 years ago

This is something that we might add when we introduce a native way of attaching files that can be uploaded directly to our servers or (possibly) a self-hosted server.

tio-trom commented 3 years ago

That'd be really great!