Browse Source

Notes on non-onion images

Bob Mottram 8 years ago
parent
commit
8d3bf19d5f
2 changed files with 13 additions and 1 deletions
  1. 4
    0
      doc/EN/homeserver.org
  2. 9
    1
      website/EN/homeserver.html

+ 4
- 0
doc/EN/homeserver.org View File

@@ -41,6 +41,10 @@ freedombone-image --setup parabola
41 41
 freedombone-image -t i386 --onion yes
42 42
 #+end_src
43 43
 
44
+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.
45
+
46
+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*.
47
+
44 48
 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.
45 49
 
46 50
 List what drives are on your system with:

+ 9
- 1
website/EN/homeserver.html View File

@@ -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-11-05 Sat 16:59 -->
6
+<!-- 2016-11-11 Fri 20:25 -->
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>
@@ -281,6 +281,14 @@ freedombone-image -t i386 --onion yes
281 281
 </div>
282 282
 
283 283
 <p>
284
+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>&#x2013;onion yes</b> option from the last command shown above.
285
+</p>
286
+
287
+<p>
288
+If you want to create images for microSD cards used within various single board computers then replace the <b>i386</b> with <b>beaglebone</b> / <b>cubieboard2</b> / <b>cubietruck</b> / <b>a20-olinuxino-lime</b> / <b>a20-olinuxino-lime2</b> / <b>a20-olinuxino-micro</b> or <b>apu</b>.
289
+</p>
290
+
291
+<p>
284 292
 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.
285 293
 </p>
286 294