More explanation about what the onion build option means #71
This commit is contained in:
parent
9a5eb8c89b
commit
9de00eea27
|
@ -70,10 +70,10 @@ freedombone-image -t beaglebone
|
|||
Or of you want a system where the services are only accessible via onion addresses.
|
||||
|
||||
#+begin_src
|
||||
freedombone-image -t beaglebone --onion yes
|
||||
freedombone-image -t beaglebone --onion-addresses-only yes
|
||||
#+end_src
|
||||
|
||||
Onion addresses have the advantage of being difficult to censor and you don't need to buy a domain or have a dynamic DNS account. An onion based system also means you don't need to think about NAT traversal type issues.
|
||||
Onion addresses have the advantage of being difficult to censor and you don't need to buy a domain or have a dynamic DNS account. An onion based system also means you don't need to think about NAT traversal type issues. This *does not* mean that everything gets routed through Tor, it just means that the sites for apps which you install will be available through Tor's address system.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/bbb_back.jpg]]
|
||||
|
|
|
@ -26,7 +26,7 @@ cd freedombone
|
|||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup debian
|
||||
freedombone-image -t i386 --onion yes
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
#+end_src
|
||||
|
||||
Or on Arch/Parabola:
|
||||
|
@ -38,7 +38,7 @@ cd freedombone
|
|||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup parabola
|
||||
freedombone-image -t i386 --onion yes
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
#+end_src
|
||||
|
||||
Now prepare your local system to talk to the freedombone by running the following command. This will set up avahi and create ssh keys if necessary.
|
||||
|
@ -51,7 +51,9 @@ freedombone-client
|
|||
[[file:images/tor_onion.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion yes* option from the last command shown above. Also see the [[./domains.html][guide on setting up an ICANN domain name]].
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the *--onion-addresses-only yes* option from the last command shown above. Also see the [[./domains.html][guide on setting up an ICANN domain name]].
|
||||
|
||||
The *onion-addresses-only* option *does not* mean that everything gets routed through Tor. It's intended to provide accessible web apps with minimum fuss and without needing to buy a clearnet domain name or mess with forwarding ports. Using apps via their onion addresses may provide some degree of anonymity but it may not be perfect and anonymity isn't the aim of this system (if you want that then use [[https://tails.boum.org/][TAILS]]).
|
||||
|
||||
If you want to create images for microSD cards used within various single board computers then replace the *i386* with *beaglebone* / *cubieboard2* / *cubietruck* / *a20-olinuxino-lime* / *a20-olinuxino-lime2* / *a20-olinuxino-micro* or *apu*.
|
||||
|
||||
|
|
|
@ -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-07-03 Mon 12:29 -->
|
||||
<!-- 2017-09-12 Tue 09:56 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -330,11 +330,11 @@ Or of you want a system where the services are only accessible via onion address
|
|||
</p>
|
||||
|
||||
<pre class="example">
|
||||
freedombone-image -t beaglebone --onion yes
|
||||
freedombone-image -t beaglebone --onion-addresses-only yes
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Onion addresses have the advantage of being difficult to censor and you don't need to buy a domain or have a dynamic DNS account. An onion based system also means you don't need to think about NAT traversal type issues.
|
||||
Onion addresses have the advantage of being difficult to censor and you don't need to buy a domain or have a dynamic DNS account. An onion based system also means you don't need to think about NAT traversal type issues. This <b>does not</b> mean that everything gets routed through Tor, it just means that the sites for apps which you install will be available through Tor's address system.
|
||||
</p>
|
||||
|
||||
<div class="org-center">
|
||||
|
|
|
@ -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-07-03 Mon 12:29 -->
|
||||
<!-- 2017-09-12 Tue 10:06 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -262,7 +262,7 @@ git clone https://github.com/bashrc/freedombone
|
|||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup debian
|
||||
freedombone-image -t i386 --onion yes
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -277,7 +277,7 @@ git clone https://github.com/bashrc/freedombone
|
|||
git checkout stretch
|
||||
sudo make install
|
||||
freedombone-image --setup parabola
|
||||
freedombone-image -t i386 --onion yes
|
||||
freedombone-image -t i386 --onion-addresses-only yes
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -299,7 +299,11 @@ Now prepare your local system to talk to the freedombone by running the followin
|
|||
</div>
|
||||
|
||||
<p>
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>–onion yes</b> option from the last command shown above. Also see the <a href="./domains.html">guide on setting up an ICANN domain name</a>.
|
||||
The version in which sites are available only via onion addresses is the easiest to get started with, since you can evaluate the system without committing to buying an ICANN domain name or needing to get involved with SSL/TLS certificates at all. However, if you do want your sites to be available typically as subdomains of a domain name which you own then remove the <b>–onion-addresses-only yes</b> option from the last command shown above. Also see the <a href="./domains.html">guide on setting up an ICANN domain name</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The <b>onion-addresses-only</b> option <b>does not</b> mean that everything gets routed through Tor. It's intended to provide accessible web apps with minimum fuss and without needing to buy a clearnet domain name or mess with forwarding ports. Using apps via their onion addresses may provide some degree of anonymity but it may not be perfect and anonymity isn't the aim of this system (if you want that then use <a href="https://tails.boum.org/">TAILS</a>).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue