roddhjav / pass-import

A pass extension for importing data from most existing password managers
https://www.passwordstore.org/
GNU General Public License v3.0
800 stars 88 forks source link

Import Nextcloud into QTPass? #221

Closed coffseducation closed 2 months ago

coffseducation commented 2 months ago

Is it possible to import Nextcloud passwords into QTPass running on Plasma 6?

I used both an export of .csv and .json but using

pass import passwords.json Error: import is not in the password store.

qtpass version 1.4.0

Operating System: Garuda Linux KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.9.9-zen1-1-zen (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700 CPU @ 3.40GHz Memory: 31.1 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 530 Manufacturer: Dell Inc. Product Name: Precision 5720 AIO

roddhjav commented 2 months ago

According to the error message, pass import is not installed correctly. Furthermore, QTpass is only a GUI for pass, therefore, there is nothing to import.

coffseducation commented 2 months ago

According to the error message, pass import is not installed correctly. Furthermore, QTpass is only a GUI for pass, therefore, there is nothing to import.

Yes, apologies. I did not notice that the gpg key did not install with the AUR package. I have now done so separately with: wget -qO - https://pujol.io/keys/0xc5469996f0df68ec.asc | gpg --import

QTpass is only a GUI - noted.

ps. I still cannot import Nextcloud passwords into Pass

pass import /home/user/.password-store/Passwords+Folders+Tags_24_07_2024.json (*) Importing passwords from 1password to pass . Passwords imported from: /home/user/.password-store/Passwords+Folders+Tags_24_07_2024.json . Passwords exported to: /home/user/.password-store . Number of password imported: 0 . Passwords imported: 0 . Passwords exported: 0

roddhjav commented 2 months ago

Nextcloud is not supported yet, therefore it is normal it does not work.

coffseducation commented 2 months ago

Thanks.