git-annex-remote-hubic icon indicating copy to clipboard operation
git-annex-remote-hubic copied to clipboard

access in a browser less context

Open drzraf opened this issue 9 years ago • 1 comments

using pyrax duplicity can upload to hubic without any user interaction. I've not tested this remote, but looking at the code, and auth.py, it seems to rely upon oauth and run a browser tab to get the authentication done. Is it the case?

drzraf avatar Oct 22 '15 17:10 drzraf

The README tell us that:

If you use git annex enableremote on a clone of your repository, you'll be asked to login again. If this clone happens to be on a browser-less computer (VPS, server, NAS...), this won't work. However you can just copy your credentials file to that repository: it should be named .git/annex/creds/$UUID-token where $UUID is the UUID of your hubiC remote (you can get that with git annex info).

vanicat avatar Oct 22 '15 17:10 vanicat