response
authorJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 18:35:20 +0000 (14:35 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 10 Aug 2020 18:35:20 +0000 (14:35 -0400)
doc/bugs/Support_manual_configuration_of_tor_hidden_service/comment_2_90deb38d083cfac454bf364884ce06c6._comment [new file with mode: 0644]

diff --git a/doc/bugs/Support_manual_configuration_of_tor_hidden_service/comment_2_90deb38d083cfac454bf364884ce06c6._comment b/doc/bugs/Support_manual_configuration_of_tor_hidden_service/comment_2_90deb38d083cfac454bf364884ce06c6._comment
new file mode 100644 (file)
index 0000000..6addbc3
--- /dev/null
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2020-08-10T18:17:29Z"
+ content="""
+The port can be any otherwise unused port of the system.
+
+The service's unix socket file has to have a name that ends
+with the uuid of the git-annex repository that's going to use it,
+because git-annex parses torrc to find that.
+
+And git-annex has to know what the port and onion address are
+to construct the base p2p address ("tor-annex:$onionaddr:$port").
+That gets stored in `.git/annex/p2paddrs`.
+
+Otherwise, you can use more or less whatever tor configuration you want to.
+"""]]