use P2P auth for git-remote-tor-annex
This changes the environment variable name to the more generic GIT_ANNEX_P2P_AUTHTOKEN. This commit was sponsored by andrea rota.
This commit is contained in:
parent
3ab12ba923
commit
b88e44ea9a
4 changed files with 18 additions and 23 deletions
|
@ -15,7 +15,7 @@ over tor(1), communicating with a tor hidden service.
|
|||
|
||||
The tor hidden service probably requires an authtoken to use it.
|
||||
The authtoken can be provided in the environment variable
|
||||
`GIT_ANNEX_TOR_AUTHTOKEN`. Or, if there is a file in
|
||||
`GIT_ANNEX_P2P_AUTHTOKEN`. Or, if there is a file in
|
||||
`.git/annex/creds/` matching the onion address of the hidden
|
||||
service, its first line is used as the authtoken.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue