add page for tor special remote
This commit is contained in:
parent
e5476d42ce
commit
46cbd65808
2 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,7 @@ They cannot be used by other git commands though.
|
|||
* [[tahoe]]
|
||||
* [[web]]
|
||||
* [[bittorrent]]
|
||||
* [[tor]]
|
||||
* [[xmpp]]
|
||||
* [[hook]]
|
||||
|
||||
|
|
10
doc/special_remotes/tor.mdwn
Normal file
10
doc/special_remotes/tor.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
git-annex can communicate over the Tor network. This allows direct
|
||||
communication between git-annex repositories, no matter where they are
|
||||
located.
|
||||
|
||||
A git remote using tor has an url that looks like
|
||||
`tor-annex::2lssjzicvsxkdc2v.onion:19984`
|
||||
|
||||
To set this up, use [[git-annex-enabletor]] and [[git-annex-p2p]],
|
||||
and run [[git-annex-remotedaemon]] to serve the Tor hidden service.
|
||||
It's explained in detail in [[tips/peer_to_peer_network_with_tor]].
|
Loading…
Reference in a new issue