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> </center>
#+END_EXPORT #+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 * Installation
Log into your system with: 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. 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 * Initial setup
Get the login password for your Tahoe-LAFS system by going to *Passwords* on the *Administrator control panel* and selecting *tahoelafs*. 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']['defaultbackgroundcolor'] = '#f4f4f4';" >> $config_file
echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $config_file echo "\$config['site']['qvitter']['defaultlinkcolor'] = '#0084B4';" >> $config_file
echo "\$config['site']['qvitter']['timebetweenpolling'] = 30000; // 30 secs" >> $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']['urlshortenerapiurl'] = 'http://qttr.at/shortener.php';" >> $config_file
echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $config_file echo "\$config['site']['qvitter']['urlshortenersignature'] = 'b6afeec983';" >> $config_file
fi fi

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title> <title></title>
@ -71,6 +71,7 @@
pre.src-fortran:before { content: 'Fortran'; } pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; } pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; } pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; } pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; } pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; } pre.src-latex:before { content: 'LaTeX'; }
@ -188,7 +189,7 @@
@licstart The following is the entire license notice for the @licstart The following is the entire license notice for the
JavaScript code in this tag. 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 The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU redistribute it and/or modify it under the terms of the GNU
@ -248,19 +249,19 @@ for the JavaScript code in this tag.
</center> </center>
<p> <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> </p>
<div id="outline-container-org852db43" class="outline-2"> <div id="outline-container-orgcd5df0c" class="outline-2">
<h2 id="org852db43">Installation</h2> <h2 id="orgcd5df0c">Installation</h2>
<div class="outline-text-2" id="text-org852db43"> <div class="outline-text-2" id="text-orgcd5df0c">
<p> <p>
Log into your system with: Log into your system with:
</p> </p>
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222 <pre><code class="src src-bash">ssh myusername@mydomain -p 2222
</pre> </code></pre>
</div> </div>
<p> <p>
@ -268,14 +269,14 @@ Using cursor keys, space bar and Enter key select <b>Administrator controls</b>
</p> </p>
<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> </p>
</div> </div>
</div> </div>
<div id="outline-container-org11f3747" class="outline-2"> <div id="outline-container-orge423d4e" class="outline-2">
<h2 id="org11f3747">Initial setup</h2> <h2 id="orge423d4e">Initial setup</h2>
<div class="outline-text-2" id="text-org11f3747"> <div class="outline-text-2" id="text-orge423d4e">
<p> <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>. 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> </p>
@ -286,9 +287,9 @@ Go to the <b>About</b> screen on the <b>Administrator control panel</b> and look
</div> </div>
</div> </div>
<div id="outline-container-org2810eb5" class="outline-2"> <div id="outline-container-orgd347c95" class="outline-2">
<h2 id="org2810eb5">Adding more servers</h2> <h2 id="orgd347c95">Adding more servers</h2>
<div class="outline-text-2" id="text-org2810eb5"> <div class="outline-text-2" id="text-orgd347c95">
<p> <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. 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> </p>
@ -328,7 +329,7 @@ Other servers will typically be Freedombone systems with Tahoe-LAFS installed. Y
</style> </style>
<div class="back-to-top"> <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>
</div> </div>
</body> </body>