소스 검색

Update website

Bob Mottram 9 년 전
부모
커밋
c226a88691
8개의 변경된 파일53개의 추가작업 그리고 14개의 파일을 삭제
  1. 1
    1
      doc/EN/faq.org
  2. 3
    3
      website/EN/backups.html
  3. 4
    4
      website/EN/code.html
  4. 1
    1
      website/EN/controlpanel.html
  5. 2
    2
      website/EN/faq.html
  6. 1
    1
      website/EN/index.html
  7. 1
    1
      website/EN/installation.html
  8. 40
    1
      website/EN/usage.html

+ 1
- 1
doc/EN/faq.org 파일 보기

@@ -57,7 +57,7 @@ The source code for this project is experimentally independently hosted, and it
57 57
 
58 58
 Currently many of the repositories used for applications which are not yet packaged for Debian are on Github, and to provide some degree of resilliance against depending too much upon that it's possible to use [[./mirrors.html][mirrors stored on another server]].
59 59
 * Why can't I access my .onion site with a Tor browser?
60
-By default the Tor browser has [[https://www.eff.org/HTTPS-everywhere][https everywhere]] enabled and this can clash with onion addresses. Really this is a browser bug, which ought to be fixed. If you notice that "https" has been automatically prepended to your onion address then go to the https everywhere settings and disable it. https isn't needed for ontion sites since onion services already have their own public key encryption (the onion address is the public key).
60
+Probably you need to add the site to the NoScript whitelist. Typically click/press on the noscript icon (or select from the menu on mobile) then select /whitelist/ and add the site URL. You may also need to disable HTTPS Everywhere when using onion addresses, which don't use https.
61 61
 * What is the best hardware to run this system on?
62 62
 It was originally designed to run on the Beaglebone Black, but that should be regarded as the most minimal system, because it's single core and has by today's standards a small amount of memory. Obviously the more powerful the hardware is the faster things like web pages (blog, social networking, etc) will be served but the more electricity such a system will require if you're running it 24/7. A good compromise between performance and energy consumption is something like an old netbook. The battery of an old netbook or laptop even gives you [[https://en.wikipedia.org/wiki/Uninterruptible_power_supply][UPS capability]] to keep the system going during brief power outages or cable re-arrangements, and that means using full disk encryption on the server also becomes more practical.
63 63
 

+ 3
- 3
website/EN/backups.html 파일 보기

@@ -3,15 +3,15 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<title></title>
7
-<!-- 2016-01-07 Thu 19:23 -->
6
+<!-- 2016-02-15 Mon 09:16 -->
8 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta  name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
9 10
 <meta  name="generator" content="Org-mode" />
10 11
 <meta  name="author" content="Bob Mottram" />
11 12
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12 13
  />
13 14
 <meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
-<meta  name="viewport" content="width=device-width, initial-scale=1" />
15 15
 <style type="text/css">
16 16
  <!--/*--><![CDATA[/*><!--*/
17 17
   .title  { text-align: center;

+ 4
- 4
website/EN/code.html 파일 보기

@@ -3,15 +3,15 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<title></title>
7
-<!-- 2016-01-07 Thu 19:23 -->
6
+<!-- 2016-02-15 Mon 09:16 -->
8 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta  name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
9 10
 <meta  name="generator" content="Org-mode" />
10 11
 <meta  name="author" content="Bob Mottram" />
11 12
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12 13
  />
13 14
 <meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
-<meta  name="viewport" content="width=device-width, initial-scale=1" />
15 15
 <style type="text/css">
16 16
  <!--/*--><![CDATA[/*><!--*/
17 17
   .title  { text-align: center;
@@ -164,7 +164,7 @@ for the JavaScript code in this tag.
164 164
 </center>
165 165
 
166 166
 <p>
167
-Freedombone is really just a couple of <a href="http://www.gnu.org/software/bash">bash</a> scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License version 3</a>.
167
+Freedombone is really just a couple of <a href="http://www.gnu.org/software/bash">bash</a> scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License version 3</a>.
168 168
 </p>
169 169
 
170 170
 <p>

+ 1
- 1
website/EN/controlpanel.html 파일 보기

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-02-01 Mon 16:40 -->
6
+<!-- 2016-02-15 Mon 09:16 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>

+ 2
- 2
website/EN/faq.html 파일 보기

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-02-09 Tue 17:36 -->
6
+<!-- 2016-02-15 Mon 09:22 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -302,7 +302,7 @@ Currently many of the repositories used for applications which are not yet packa
302 302
 <h2 id="orgheadline4">Why can't I access my .onion site with a Tor browser?</h2>
303 303
 <div class="outline-text-2" id="text-orgheadline4">
304 304
 <p>
305
-By default the Tor browser has <a href="https://www.eff.org/HTTPS-everywhere">https everywhere</a> enabled and this can clash with onion addresses. Really this is a browser bug, which ought to be fixed. If you notice that "https" has been automatically prepended to your onion address then go to the https everywhere settings and disable it. https isn't needed for ontion sites since onion services already have their own public key encryption (the onion address is the public key).
305
+Probably you need to add the site to the NoScript whitelist. Typically click/press on the noscript icon (or select from the menu on mobile) then select <i>whitelist</i> and add the site URL. You may also need to disable HTTPS Everywhere when using onion addresses, which don't use https.
306 306
 </p>
307 307
 </div>
308 308
 </div>

+ 1
- 1
website/EN/index.html 파일 보기

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-02-09 Tue 17:35 -->
6
+<!-- 2016-02-15 Mon 09:15 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>

+ 1
- 1
website/EN/installation.html 파일 보기

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-01-28 Thu 11:32 -->
6
+<!-- 2016-02-15 Mon 09:15 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>

+ 40
- 1
website/EN/usage.html 파일 보기

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-02-09 Tue 17:35 -->
6
+<!-- 2016-02-15 Mon 09:15 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -542,6 +542,45 @@ If you are using the <a href="http://www.irssi.org/">irssi</a> IRC client then y
542 542
 /join freedombone
543 543
 </pre>
544 544
 </div>
545
+
546
+<p>
547
+You can also connect via Tor, and this will help to protect your metadata from mass surveillance and will also allow you to connect even if you are behind a hostile firewall. Note however, that connecting to popular servers such as Freenode is hard to do via Tor (they may block exit nodes to try to stop trolls), so you might want to have a special irssi config file for only connecting to your server.
548
+</p>
549
+
550
+<p>
551
+Look up the onion address for IRC on your Freedombone system.
552
+</p>
553
+
554
+<div class="org-src-container">
555
+
556
+<pre class="src src-bash">ssh username@domain -p 2222
557
+sudo control
558
+</pre>
559
+</div>
560
+
561
+<p>
562
+Go to the <i>About</i> screen and look for the IRC onion address, then exit back to your local system.
563
+</p>
564
+
565
+<div class="org-src-container">
566
+
567
+<pre class="src src-bash"><span class="org-keyword">exit</span>
568
+</pre>
569
+</div>
570
+
571
+<p>
572
+Once you know the onion address for the IRC server you can then connect to it with:
573
+</p>
574
+
575
+<div class="org-src-container">
576
+
577
+<pre class="src src-bash">usewithtor irssi
578
+/server add -auto myaddress.onion 6697
579
+/ignore * CTCPS
580
+/connect myaddress.onion
581
+/join freedombone
582
+</pre>
583
+</div>
545 584
 </div>
546 585
 </div>
547 586
 <div id="outline-container-orgheadline20" class="outline-4">