diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 2ee7055e..67ffd39e 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -41,10 +41,18 @@ freedombone-image --setup parabola freedombone-image -t i386 --onion yes #+end_src +#+BEGIN_CENTER +[[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. 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*. +#+BEGIN_CENTER +[[file:images/beaglebone_black9.jpg]] +#+END_CENTER + This takes a while. Maybe an hour or so, depending on the speed of your system and the internets. The good news though is that once created you can use the resulting image any number of times, and you don't need to trust some pre-built image. List what drives are on your system with: diff --git a/img/beaglebone_black9.jpg b/img/beaglebone_black9.jpg new file mode 100644 index 00000000..aecb6043 Binary files /dev/null and b/img/beaglebone_black9.jpg differ diff --git a/img/tor_onion.jpg b/img/tor_onion.jpg new file mode 100644 index 00000000..1791882a Binary files /dev/null and b/img/tor_onion.jpg differ