summaryrefslogtreecommitdiff
path: root/doc/git-annex-enable-tor.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-22 15:17:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-22 15:29:30 -0400
commit63c41ea48babdf56a7eb81eb96ee9c67a8719853 (patch)
treefea8d80e4da65f9fcb7a5c569f98264807f52eae /doc/git-annex-enable-tor.mdwn
parentee611985367b93539c9390a8067d28340dd972ad (diff)
docs for stuff not fully implemented yet
Diffstat (limited to 'doc/git-annex-enable-tor.mdwn')
-rw-r--r--doc/git-annex-enable-tor.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/git-annex-enable-tor.mdwn b/doc/git-annex-enable-tor.mdwn
index ceaa4b121..9fb55db5f 100644
--- a/doc/git-annex-enable-tor.mdwn
+++ b/doc/git-annex-enable-tor.mdwn
@@ -10,17 +10,21 @@ git annex enable-tor userid uuid
This plumbing-level command enables a tor hidden service for git-annex,
using the specified repository uuid and userid.
-It outputs the address of the hidden service to stdout.
This command has to be run by root, since it modifies `/etc/tor/torrc`.
After this command is run, `git annex remotedaemon` can be run to serve the
-hidden service.
+tor hidden service.
+
+Use the `git-annex p2p --gen-address` command to give other users access
+to your repository via the tor hidden service.
# SEE ALSO
[[git-annex]](1)
+[[git-annex-p2p-auth]](1)
+
[[git-annex-remotedaemon]](1)
# AUTHOR