nextcloud / passman

🔐 Open source password manager with Nextcloud integration
https://passman.cc
GNU Affero General Public License v3.0
786 stars 108 forks source link

2 nodes #359

Closed Arktorion closed 6 years ago

Arktorion commented 7 years ago

Hello! I have one question: Where passman keep users vaults? I ask you about it because I want use next configuration: 2 nodes of owncloud with haproxy balancer and user base on separate server.

Thank you for your answer=)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48393723-2-nodes?utm_campaign=plugin&utm_content=tracker%2F44880056&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F44880056&utm_medium=issues&utm_source=github).
animalillo commented 7 years ago

Hello, everything passman stores is stored on your configured nextcloud database. So to set up an HA balancer it should be pretty simple.

I would recommend checking the nextcloud tips on this matter, which I'm not currently aware of.

If you want to share your findings here it will be awesome to have it as a reference for other users tho!

I will gladly answer any further questions you might have.

Arktorion commented 7 years ago

Hello, it's really awesome and it works! (I used cfg with 2 nodes and database connected with nfs). I also tried use it with LDAP, but it can support only names in english. Did you thinking about integration it with another languages?

brantje commented 7 years ago

Passman has an API. At the moment we are busy enough with the app, android and the browser extension. But we love to see what the community can build.

animalillo commented 7 years ago

I'm glad you made it work! Did you take any passman specific steps?

Arktorion commented 7 years ago

Animalillo, I didn't make any specific steps. Only installed it on every owncloud server and used it.

animalillo commented 7 years ago

Cool! Bear in mind server side encryption is handled via the secret keys stored on your nextcloud config file, so that must be shared across all instances. Otherwise you might get unexpected results.

brantje commented 6 years ago

@Arktorion you ok if i close this issue?