This commit is contained in:
Bob Mottram 2017-04-13 17:24:15 +01:00
parent 79e446f01d
commit 8c28f491ac
3 changed files with 20 additions and 19 deletions

View File

@ -16,7 +16,7 @@
</center>
#+END_EXPORT
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.
This is a robust system for encrypted file storage on one or more servers. Files are accessed via a URL which contains the public key with which it was encrypted.
* Installation
Log into your system with:
@ -27,7 +27,7 @@ ssh myusername@mydomain -p 2222
Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
Select *Add/Remove Apps* then *tahoelafs*. This system is entirely based upon use of onion addresses and so no other demaon names are needed.
Select *Add/Remove Apps* then *tahoelafs*. This system is entirely based upon use of onion addresses and so no other domain names are needed.
* Initial setup
Get the login password for your Tahoe-LAFS system by going to *Passwords* on the *Administrator control panel* and selecting *tahoelafs*.

View File

@ -145,7 +145,7 @@ function install_qvitter {
echo "\$config['site']['qvitter']['defaultbackgroundcolor'] = '#f4f4f4';" >> $config_file
echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $config_file
echo "\$config['site']['qvitter']['timebetweenpolling'] = 30000; // 30 secs" >> $config_file
if [[ $ONION_ONLY != 'no' ]]; then
if [[ $ONION_ONLY == 'no' ]]; then
echo "\$config['site']['qvitter']['urlshortenerapiurl'] = 'http://qttr.at/shortener.php';" >> $config_file
echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $config_file
fi

View File

@ -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 22:39 -->
<!-- 2017-04-13 Thu 17:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -71,6 +71,7 @@
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
@ -188,7 +189,7 @@
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2017 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
@ -248,19 +249,19 @@ for the JavaScript code in this tag.
</center>
<p>
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.
This is a robust system for encrypted file storage on one or more servers. Files are accessed via a URL which contains the public key with which it was encrypted.
</p>
<div id="outline-container-org852db43" class="outline-2">
<h2 id="org852db43">Installation</h2>
<div class="outline-text-2" id="text-org852db43">
<div id="outline-container-orgcd5df0c" class="outline-2">
<h2 id="orgcd5df0c">Installation</h2>
<div class="outline-text-2" id="text-orgcd5df0c">
<p>
Log into your system with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
</code></pre>
</div>
<p>
@ -268,14 +269,14 @@ Using cursor keys, space bar and Enter key select <b>Administrator controls</b>
</p>
<p>
Select <b>Add/Remove Apps</b> then <b>tahoelafs</b>. This system is entirely based upon use of onion addresses and so no other demaon names are needed.
Select <b>Add/Remove Apps</b> then <b>tahoelafs</b>. This system is entirely based upon use of onion addresses and so no other domain names are needed.
</p>
</div>
</div>
<div id="outline-container-org11f3747" class="outline-2">
<h2 id="org11f3747">Initial setup</h2>
<div class="outline-text-2" id="text-org11f3747">
<div id="outline-container-orge423d4e" class="outline-2">
<h2 id="orge423d4e">Initial setup</h2>
<div class="outline-text-2" id="text-orge423d4e">
<p>
Get the login password for your Tahoe-LAFS system by going to <b>Passwords</b> on the <b>Administrator control panel</b> and selecting <b>tahoelafs</b>.
</p>
@ -286,9 +287,9 @@ Go to the <b>About</b> screen on the <b>Administrator control panel</b> and look
</div>
</div>
<div id="outline-container-org2810eb5" class="outline-2">
<h2 id="org2810eb5">Adding more servers</h2>
<div class="outline-text-2" id="text-org2810eb5">
<div id="outline-container-orgd347c95" class="outline-2">
<h2 id="orgd347c95">Adding more servers</h2>
<div class="outline-text-2" id="text-orgd347c95">
<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>
@ -328,7 +329,7 @@ Other servers will typically be Freedombone systems with Tahoe-LAFS installed. Y
</style>
<div class="back-to-top">
<a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
</div>
</div>
</body>