Note about tahoelafs url
This commit is contained in:
parent
5bab5cded6
commit
be4efcfbf5
|
@ -30,7 +30,9 @@ Using cursor keys, space bar and Enter key select *Administrator controls* and t
|
|||
Select *Add/Remove Apps* then *tahoelafs*. This system is entirely based upon use of onion addresses and so no other demaon names are needed.
|
||||
|
||||
* Initial setup
|
||||
Go to the *About* screen on the *Administrator control panel* and look for the onion address for *tahoelafs* within the list of domains. Enter that into a Tor compatible browser. You can then use the interface to upload files and obtain URLs for them. The URL contains the public key needed to decrypt the file.
|
||||
Go to the *About* screen on the *Administrator control panel* and look for the onion address for *tahoelafs* within the list of domains. Enter that into a Tor compatible browser. You can then use the interface to upload files and obtain URLs for them.
|
||||
|
||||
The URL contains the public key needed to decrypt the file. Make a copy of it and then store it somewhere safe, because it won't be stored anywhere else by default and having the URL is the only way to retrieve your file.
|
||||
|
||||
* Adding more servers
|
||||
You can add more servers to the system to increase its storage capacity. In a typical Tahoe-LAFS new data storage servers are automatically discovered via an introducer node, but that creates a single centralised point of failure. The installation on Freedombone has no introducer node and so details for the servers of your friends need to be entered manually.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-03-09 Thu 19:07 -->
|
||||
<!-- 2017-03-09 Thu 19:21 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -251,9 +251,9 @@ for the JavaScript code in this tag.
|
|||
This is a robust system for encrypted file storage on one or more server. Files are accessed via a URL which contains the public key with which it was encrypted.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-orgabe228a" class="outline-2">
|
||||
<h2 id="orgabe228a">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgabe228a">
|
||||
<div id="outline-container-org820575c" class="outline-2">
|
||||
<h2 id="org820575c">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org820575c">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -273,18 +273,22 @@ Select <b>Add/Remove Apps</b> then <b>tahoelafs</b>. This system is entirely bas
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org096e047" class="outline-2">
|
||||
<h2 id="org096e047">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org096e047">
|
||||
<div id="outline-container-org4af4c28" class="outline-2">
|
||||
<h2 id="org4af4c28">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org4af4c28">
|
||||
<p>
|
||||
Go to the <b>About</b> screen on the <b>Administrator control panel</b> and look for the onion address for <b>tahoelafs</b> within the list of domains. Enter that into a Tor compatible browser. You can then use the interface to upload files and obtain URLs for them. The URL contains the public key needed to decrypt the file.
|
||||
Go to the <b>About</b> screen on the <b>Administrator control panel</b> and look for the onion address for <b>tahoelafs</b> within the list of domains. Enter that into a Tor compatible browser. You can then use the interface to upload files and obtain URLs for them.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The URL contains the public key needed to decrypt the file. Make a copy of it and then store it somewhere safe, because it won't be stored anywhere else by default and having the URL is the only way to retrieve your file.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org54d9732" class="outline-2">
|
||||
<h2 id="org54d9732">Adding more servers</h2>
|
||||
<div class="outline-text-2" id="text-org54d9732">
|
||||
<div id="outline-container-org0225e9a" class="outline-2">
|
||||
<h2 id="org0225e9a">Adding more servers</h2>
|
||||
<div class="outline-text-2" id="text-org0225e9a">
|
||||
<p>
|
||||
You can add more servers to the system to increase its storage capacity. In a typical Tahoe-LAFS new data storage servers are automatically discovered via an introducer node, but that creates a single centralised point of failure. The installation on Freedombone has no introducer node and so details for the servers of your friends need to be entered manually.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue