Bob Mottram 10 anni fa
parent
commit
9c96146680
3 ha cambiato i file con 7 aggiunte e 21 eliminazioni
  1. 1
    1
      doc/installation.org
  2. 3
    3
      src/freedombone
  3. 3
    17
      website/installation.html

+ 1
- 1
doc/installation.org Vedi File

81
 freedombone menuconfig
81
 freedombone menuconfig
82
 #+END_SRC
82
 #+END_SRC
83
 
83
 
84
-You can select which variant you wish to install and then enter the details as requested.
84
+You can select which variant you wish to install and then enter the details as requested. A video of the install sequence can be [[./installer.ogv][seen here]].
85
 
85
 
86
 * Non-Interactive Setup
86
 * Non-Interactive Setup
87
 If you don't want to install interactively then it's possible to manually create a configuration file as follows:
87
 If you don't want to install interactively then it's possible to manually create a configuration file as follows:

+ 3
- 3
src/freedombone Vedi File

282
 
282
 
283
 # other possible services to obtain the external IP address
283
 # other possible services to obtain the external IP address
284
 EXTERNAL_IP_SERVICES=( \
284
 EXTERNAL_IP_SERVICES=( \
285
+  'https://check.torproject.org/' \
286
+  'https://www.whatsmydns.net/whats-my-ip-address.html' \
287
+  'https://www.privateinternetaccess.com/pages/whats-my-ip/' \
285
   'http://checkip.two-dns.de' \
288
   'http://checkip.two-dns.de' \
286
   'http://ip.dnsexit.com' \
289
   'http://ip.dnsexit.com' \
287
   'http://ifconfig.me/ip' \
290
   'http://ifconfig.me/ip' \
315
   'http://www.myipnumber.com/my-ip-address.asp' \
318
   'http://www.myipnumber.com/my-ip-address.asp' \
316
   'http://www.whatsmyipaddress.net/' \
319
   'http://www.whatsmyipaddress.net/' \
317
   'http://formyip.com/' \
320
   'http://formyip.com/' \
318
-  'https://check.torproject.org/' \
319
   'http://www.displaymyip.com/' \
321
   'http://www.displaymyip.com/' \
320
   'http://www.bobborst.com/tools/whatsmyip/' \
322
   'http://www.bobborst.com/tools/whatsmyip/' \
321
   'http://www.geoiptool.com/' \
323
   'http://www.geoiptool.com/' \
322
-  'https://www.whatsmydns.net/whats-my-ip-address.html' \
323
-  'https://www.privateinternetaccess.com/pages/whats-my-ip/' \
324
   'http://checkip.dyndns.com/' \
324
   'http://checkip.dyndns.com/' \
325
   'http://myexternalip.com/' \
325
   'http://myexternalip.com/' \
326
   'http://www.ip-adress.eu/' \
326
   'http://www.ip-adress.eu/' \

+ 3
- 17
website/installation.html Vedi File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-01-18 Sun 21:04 -->
7
+<!-- 2015-01-21 Wed 20:17 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
324
 </div>
324
 </div>
325
 
325
 
326
 <p>
326
 <p>
327
-You can select which variant you wish to install and then enter the details as requested.
327
+You can select which variant you wish to install and then enter the details as requested. A video of the install sequence can be <a href="./installer.ogv">seen here</a>.
328
 </p>
328
 </p>
329
 </div>
329
 </div>
330
 </div>
330
 </div>
379
 </p>
379
 </p>
380
 
380
 
381
 <p>
381
 <p>
382
-If you are using FreeDNS as a dynamic DNS provider then you can add the following to your configuration file, setting the subdomain codes as appropriate. You can find the codes on the FreeDNS site under "Dynamic DNS" followed by "quick cron example" then look for the code on the last line between the ? and = characters.
383
-</p>
384
-
385
-<div class="org-src-container">
386
-
387
-<pre class="src src-bash"><span class="org-variable-name">FULLBLOG_FREEDNS_SUBDOMAIN_CODE</span>=
388
-<span class="org-variable-name">REDMATRIX_FREEDNS_SUBDOMAIN_CODE</span>=
389
-<span class="org-variable-name">MICROBLOG_FREEDNS_SUBDOMAIN_CODE</span>=
390
-<span class="org-variable-name">OWNCLOUD_FREEDNS_SUBDOMAIN_CODE</span>=
391
-<span class="org-variable-name">WIKI_FREEDNS_SUBDOMAIN_CODE</span>=
392
-</pre>
393
-</div>
394
-
395
-<p>
396
 Save the configuration file and exit from your editor.
382
 Save the configuration file and exit from your editor.
397
 </p>
383
 </p>
398
 
384
 
417
 </div>
403
 </div>
418
 
404
 
419
 <p>
405
 <p>
420
-The above command should be run in the same directory in which your configuration file exists. You can use any of your domains as the default one, but typically the default domain is the same as the one for your wiki. If you are using FreeDNS as the dynamic DNS provider then also add the -c option to specify the code corresponding to the subdomain.
406
+The above command should be run in the same directory in which your configuration file exists. You can use any of your domains as the default one, but typically the default domain is the same as the one for your wiki.
421
 </p>
407
 </p>
422
 
408
 
423
 <p>
409
 <p>