android-password-store / Android-Password-Store

Android application compatible with ZX2C4's Pass command line application
https://passwordstore.app
GNU General Public License v3.0
2.59k stars 270 forks source link

[FEATURE] keybase git repo support #3226

Closed madzohan closed 2 months ago

madzohan commented 2 months ago

Is your feature request related to a problem? Please describe.

Is there a way to support keybase git urls?

Now in "Repository information" when I setting "Server" -> "Repository URL" to "keybase://private/blabla/passwords" the app says "The provided repository URL is not valid"

Describe the solution you'd like

Android-Password-Store app is able to clone/pull/push keybase git repository.

Cite from keybase docs:

Under the hood, Git supports remote helpers. This allows Git itself to interface with datastores other than the local filesystem. Keybase has created an open source remote helper that facilitates this interaction, keeping the data in your repository within your control via your local Keybase app.

(if it is possible to use it in this case)

OR

mb integrated termux fork like mentioned here ...

Describe alternatives you've considered

AFAIK there is no android GUI app which can do that (if I'm wrong let me know plz 🙏 ). Only possible way is using termux with console {keybase + git + gnupg + pass} apps installed. On desktop I'm using qtPass (it works with gpg & git & keybase cloned repo) + browserpass chrome extension

Additional context

No response

msfjarvis commented 2 months ago

Duplicate of #1413 and #344

madzohan commented 1 month ago

💩