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

Use remoteStorage to store password rules #91

Closed
bumi opened this issue Nov 18, 2016 · 7 comments
Closed

Use remoteStorage to store password rules #91

bumi opened this issue Nov 18, 2016 · 7 comments

Comments

@bumi
Copy link

bumi commented Nov 18, 2016

remoteStorage is an open protocol for per-user storage on the Web. It defines a protocol to allow apps to store user data on a user defined server.
The user is fully in control of their data and any server that supports the protocol can be used to store data.

I think this is a very good fit for lesspass as it would allow the user to reuse their existing remoteStorage servers and could be additional to the lesspass server.

I am happy to look into that and would be interested in your thoughts.

@guillaumevincent
Copy link
Member

Hi @bumi I will look at this more deeply after next milestone. I never heard about it. But I love open protocols.

@fiatjaf
Copy link

fiatjaf commented Feb 12, 2018

For anyone interested, I've written an alternative LessPass widget and browser extension that stores password profiles on remoteStorage. Example widget and download links are on https://lesspass.alhur.es/.

@bumi
Copy link
Author

bumi commented Feb 25, 2018

@fiatjaf whooot! nice, that's pretty awesome! I will look into it and try it!

@pwFoo
Copy link

pwFoo commented Mar 18, 2018

Instead of a remoteStorage would it be possible to add lesspass profile database (server) as backend? Becuase it looks simple to setup with docker self hosted. Is there a example how to self host a remoteStorage server and compare features with lesspass profile database / server?

@pwFoo
Copy link

pwFoo commented Mar 18, 2018

I know there are two plugins, but maybe both could be merged with remoteStorage and lesspass database server backends?
And an example how to setup self hosted remoteStorage would be nice. Docker based images and compose is an easy way for testing and production use.

@fiatjaf
Copy link

fiatjaf commented Mar 18, 2018

@pwFoo I don't know about hosting your own remoteStorage, but there are many remoteStorage server implementations: https://github.com/search?utf8=%E2%9C%93&q=remotestorage+server&type=

The better place to discuss these things (or look for existing discussion, as surely there may be some already) is on the remoteStorage community: https://community.remotestorage.io/

@guillaumevincent
Copy link
Member

I close. People can look at the fiatjaf implementation and discuss about this on https://community.remotestorage.io/
Cheers

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

No branches or pull requests

4 participants