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.
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.
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
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:
(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