-
Notifications
You must be signed in to change notification settings - Fork 44
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
KeePass Database Import #347
Comments
Implementing keeweb into the passwords app so it can be used from the mobile app for nextcloud passwords, would be helpful and fix this issue. Keeweb works 100% well with keepass database files. |
I have checked the keepass csv import. Apparently whatever keepass app i used to create the import back then did not have a group field which KeePassXC (2.6.3) and KeePassX (2.0.3) both have. I have added the field to the mapping. Aside from that i did not notice any issues, also not with notes. Integrating keeweb into the passwords app is not something that is possible. (Details: https://help.nextcloud.com/t/integration-with-keepass/107597/2?u=mdw). Passwords uses a central database and provides an api so clients can access it. Keepass uses files that need to be available to the client. There is no interoperability between these fundamentally different basic concepts. |
Signed-off-by: Marius David Wieschollek <[email protected]>
Signed-off-by: Marius David Wieschollek <[email protected]> (cherry picked from commit 9a1fa88)
FYI, with support for Keepass 2 XML, the folder structure would be preserved, see #467 |
FYI, wrote a Python script to translate a Keepass/Keepass2/KeepassXC database to the Nextcloud Passwords JSON backup format: https://gist.github.com/monperrus/5f3ca5ac9aa59159b33770701c0d5dc7 It preserves the folder structure as well as multiline "notes" fields. |
Closed in favor of #467 |
We like there is a mobile app for ios now available but we find keeweb more user friendly as it directly imports keepass database files and keeps the folder structure.
Please look at importing keepass database files and keeping the folder structure.
We are having 0 luck importing a keepass exported csv into passwords on nextcloud.
The text was updated successfully, but these errors were encountered: