mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-11 21:45:34 +00:00
This removes the section that describes automatic configuration using transport-agnostic endpoint-centric tub.port strings. That was the approach where tub.port used "onion:80:hiddenServiceDir=PATH", and Foolscap was able to query the generated Listener to find out what address it was supposed to advertise. We considered this for a long time, but in the end decided to use a more static approach, where foolscap/tahoe never try to guess it's location: Tahoe always requires tub.location= to be set. When we get automatic configuration implemented, it'll be a simple CLI argument, something like "tahoe create-server --listen=tor". Instead, this document now explains how to configure Tor to create the hidden service, then how to copy the generated .onion address into the tahoe config. This also removes a lot of other text that seems irrelevant now, and refers the user to the tahoe.cfg docs (configuration.rst) instead of including all the `[tor]`/`[i2p]` docs inline. Closes ticket:2815
63 lines
858 B
ReStructuredText
63 lines
858 B
ReStructuredText
|
|
Tahoe-LAFS
|
|
==========
|
|
|
|
.. Please view a nicely formatted version of this documentation at
|
|
http://tahoe-lafs.readthedocs.io/en/latest/
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
about
|
|
INSTALL
|
|
running
|
|
configuration
|
|
architecture
|
|
|
|
frontends/CLI
|
|
frontends/webapi
|
|
frontends/FTP-and-SFTP
|
|
frontends/drop-upload
|
|
frontends/download-status
|
|
|
|
known_issues
|
|
|
|
helper
|
|
convergence-secret
|
|
garbage-collection
|
|
|
|
backdoors
|
|
donations
|
|
cautions
|
|
write_coordination
|
|
backupdb
|
|
|
|
anonymity-configuration
|
|
|
|
nodekeys
|
|
performance
|
|
logging
|
|
stats
|
|
|
|
desert-island
|
|
debian
|
|
windows
|
|
OS-X
|
|
build/build-pyOpenSSL
|
|
|
|
specifications/index
|
|
proposed/index
|
|
filesystem-notes
|
|
historical/configuration
|
|
key-value-store
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|