This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
We can't support it because the Git library we currently use does not support git remote helpers, and it's quite unlikely that we'll ever be able to remedy that situation. This is the same limitation that prevents support for Keybase. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just started using APS, and was generally quite pleased with its feature set. The one complication for me was that I couldn't use my gcrypted repository on rsync.net as the origin to sync with, and instead had to set up dynamic dns and a port forward so I could sync with my home desktop from the outside. (realistically I was going to set up external ssh access anyway, so it's no great bother)
I don't particularly like leaking even which sites I have accounts on outside of my actual devices, so I use git-remote-gcrypt for my remote password repo so that even the folder structure, filenames, and commit history are obscured. This seems a very relevant capability for the password store use-case, and shouldn't require any major new components, since you've already got a key management and encryption backend in place, so I was wondering if there's any interest in adding support for it in APS?
Beta Was this translation helpful? Give feedback.
All reactions