2016-11-14 17:26:34 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex enable-tor - enable tor hidden service
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2016-11-14 20:35:45 +00:00
|
|
|
git annex enable-tor userid uuid
|
2016-11-14 17:26:34 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
This plumbing-level command enables a tor hidden service for git-annex,
|
2016-11-14 20:35:45 +00:00
|
|
|
using the specified repository uuid and userid.
|
2016-11-21 21:27:38 +00:00
|
|
|
It outputs the address of the hidden service to stdout.
|
2016-11-14 17:26:34 +00:00
|
|
|
|
|
|
|
This command has to be run by root, since it modifies `/etc/tor/torrc`.
|
|
|
|
|
2016-11-20 18:39:26 +00:00
|
|
|
After this command is run, `git annex remotedaemon` can be run to serve the
|
|
|
|
hidden service.
|
|
|
|
|
2016-11-14 17:26:34 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2016-11-20 18:39:26 +00:00
|
|
|
[[git-annex-remotedaemon]](1)
|
|
|
|
|
2016-11-14 17:26:34 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|