瀏覽代碼

Question about clearnet domains #71

Bob Mottram 7 年之前
父節點
當前提交
ea29e62157
共有 3 個文件被更改,包括 143 次插入127 次删除
  1. 3
    0
      doc/EN/faq.org
  2. 4
    3
      src/freedombone-image-customise
  3. 136
    124
      website/EN/faq.html

+ 3
- 0
doc/EN/faq.org 查看文件

@@ -24,6 +24,7 @@
24 24
 | [[Why not support building images for Raspberry Pi?]]                                         |
25 25
 | [[Why use Tor? I've heard it's used by bad people]]                                           |
26 26
 | [[How is Tor integrated with Freedombone?]]                                                   |
27
+| Can I add a clearnet domain to an onion build? |
27 28
 | [[Why use Github?]]                                                                           |
28 29
 | [[Keys and emails should not be stored on servers. Why do you do that?]]                      |
29 30
 | [[./mirrors.html][I have a question about mirrors or upstream repositories]]                                  |
@@ -100,6 +101,8 @@ Tor is installed by default, but it's not configured as a relay or exit node. Fr
100 101
 When you install an app you will be able to access it from its onion address.
101 102
 
102 103
 Even if you're running the "onion only" build, this only means that sites are accessible via onion addresses. It doesn't mean that everything gets routed through Tor. If full anonymity is your aim then it's probably a good idea to just stick strictly to using TAILS.
104
+* Can I add a clearnet domain to an onion build?
105
+You could if you manually edited the relevant nginx configuration files and installed some dynamic DNS system yourself. If you already have sysadmin knowledge then that's probably not too hard. But the builds created with the *onion-addresses-only* option aren't really intended to support access via clearnet domains.
103 106
 * Why use Github?
104 107
 Github is paradoxically a centralized, closed and proprietary system which happens to mostly host free and open source projects. Up until now it has been relatively benign, but at some point in the name of "growth" it will likely start becoming more evil, or just become like SourceForge - which was also once much loved by FOSS developers, but turned into a den of malvertizing.
105 108
 

+ 4
- 3
src/freedombone-image-customise 查看文件

@@ -569,9 +569,10 @@ install_patchwork() {
569 569
     cat <<EOF > $rootdir/usr/bin/install_patchwork
570 570
 #!/bin/bash
571 571
 cd /etc/patchwork
572
-npm install --arch=$NPM_ARCH electron --save -g
573
-npm install --arch=$NPM_ARCH leveldown --save -g
574
-npm install --arch=$NPM_ARCH --save -g
572
+npm install --arch=$NPM_ARCH electron
573
+npm install --arch=$NPM_ARCH
574
+#npm rebuild --arch=$NPM_ARCH leveldown
575
+npm rebuild --arch=$NPM_ARCH
575 576
 EOF
576 577
     chroot "$rootdir" /bin/chmod +x /usr/bin/install_patchwork
577 578
     chroot "$rootdir" /usr/bin/install_patchwork

+ 136
- 124
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
-<!-- 2017-09-12 Tue 11:53 -->
6
+<!-- 2017-09-15 Fri 10:27 -->
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>
@@ -257,35 +257,39 @@ for the JavaScript code in this tag.
257 257
 </colgroup>
258 258
 <tbody>
259 259
 <tr>
260
-<td class="org-left"><a href="#orge4d28e6">What applications are supported?</a></td>
260
+<td class="org-left"><a href="#orgccee9bd">What applications are supported?</a></td>
261 261
 </tr>
262 262
 
263 263
 <tr>
264
-<td class="org-left"><a href="#org059603a">I don't have a static IP address. Can I still install this system?</a></td>
264
+<td class="org-left"><a href="#org1e9cbd9">I don't have a static IP address. Can I still install this system?</a></td>
265 265
 </tr>
266 266
 
267 267
 <tr>
268
-<td class="org-left"><a href="#orgce17fc3">Why Freedombone and not FreedomBox?</a></td>
268
+<td class="org-left"><a href="#org37ea73f">Why Freedombone and not FreedomBox?</a></td>
269 269
 </tr>
270 270
 
271 271
 <tr>
272
-<td class="org-left"><a href="#org9455df3">Why not support building images for Raspberry Pi?</a></td>
272
+<td class="org-left"><a href="#org41b2e12">Why not support building images for Raspberry Pi?</a></td>
273 273
 </tr>
274 274
 
275 275
 <tr>
276
-<td class="org-left"><a href="#org78b57eb">Why use Tor? I've heard it's used by bad people</a></td>
276
+<td class="org-left"><a href="#org43aa8fe">Why use Tor? I've heard it's used by bad people</a></td>
277 277
 </tr>
278 278
 
279 279
 <tr>
280
-<td class="org-left"><a href="#org4b81ba4">How is Tor integrated with Freedombone?</a></td>
280
+<td class="org-left"><a href="#orge324082">How is Tor integrated with Freedombone?</a></td>
281 281
 </tr>
282 282
 
283 283
 <tr>
284
-<td class="org-left"><a href="#orgb1114e4">Why use Github?</a></td>
284
+<td class="org-left">Can I add a clearnet domain to an onion build?</td>
285 285
 </tr>
286 286
 
287 287
 <tr>
288
-<td class="org-left"><a href="#orgbc22fb9">Keys and emails should not be stored on servers. Why do you do that?</a></td>
288
+<td class="org-left"><a href="#org0f06b31">Why use Github?</a></td>
289
+</tr>
290
+
291
+<tr>
292
+<td class="org-left"><a href="#org914858d">Keys and emails should not be stored on servers. Why do you do that?</a></td>
289 293
 </tr>
290 294
 
291 295
 <tr>
@@ -293,103 +297,103 @@ for the JavaScript code in this tag.
293 297
 </tr>
294 298
 
295 299
 <tr>
296
-<td class="org-left"><a href="#org3de928d">Why can't I access my .onion site with a Tor browser?</a></td>
300
+<td class="org-left"><a href="#orgafdb6a7">Why can't I access my .onion site with a Tor browser?</a></td>
297 301
 </tr>
298 302
 
299 303
 <tr>
300
-<td class="org-left"><a href="#org90bb4b5">What is the best hardware to run this system on?</a></td>
304
+<td class="org-left"><a href="#org663b94f">What is the best hardware to run this system on?</a></td>
301 305
 </tr>
302 306
 
303 307
 <tr>
304
-<td class="org-left"><a href="#orgd28e6f4">Can I add more users to the system?</a></td>
308
+<td class="org-left"><a href="#orgb46a064">Can I add more users to the system?</a></td>
305 309
 </tr>
306 310
 
307 311
 <tr>
308
-<td class="org-left"><a href="#org4f21c19">Why not use Signal for mobile chat?</a></td>
312
+<td class="org-left"><a href="#org77d606d">Why not use Signal for mobile chat?</a></td>
309 313
 </tr>
310 314
 
311 315
 <tr>
312
-<td class="org-left"><a href="#orgfe6470e">What is the most secure chat app to use on mobile?</a></td>
316
+<td class="org-left"><a href="#orgf1ed7da">What is the most secure chat app to use on mobile?</a></td>
313 317
 </tr>
314 318
 
315 319
 <tr>
316
-<td class="org-left"><a href="#org6813023">How do I remove a user from the system?</a></td>
320
+<td class="org-left"><a href="#org434d49e">How do I remove a user from the system?</a></td>
317 321
 </tr>
318 322
 
319 323
 <tr>
320
-<td class="org-left"><a href="#org9ba4b0e">Why is logging for web sites turned off by default?</a></td>
324
+<td class="org-left"><a href="#orgfc174b4">Why is logging for web sites turned off by default?</a></td>
321 325
 </tr>
322 326
 
323 327
 <tr>
324
-<td class="org-left"><a href="#orge39d7dd">How do I reset the tripwire?</a></td>
328
+<td class="org-left"><a href="#org6b2722c">How do I reset the tripwire?</a></td>
325 329
 </tr>
326 330
 
327 331
 <tr>
328
-<td class="org-left"><a href="#orgad498c1">Is metadata protected?</a></td>
332
+<td class="org-left"><a href="#orgbfb828c">Is metadata protected?</a></td>
329 333
 </tr>
330 334
 
331 335
 <tr>
332
-<td class="org-left"><a href="#orgaf26822">How do I create email processing rules?</a></td>
336
+<td class="org-left"><a href="#org02b3783">How do I create email processing rules?</a></td>
333 337
 </tr>
334 338
 
335 339
 <tr>
336
-<td class="org-left"><a href="#org584e155">Why isn't dynamic DNS working?</a></td>
340
+<td class="org-left"><a href="#orgef0e724">Why isn't dynamic DNS working?</a></td>
337 341
 </tr>
338 342
 
339 343
 <tr>
340
-<td class="org-left"><a href="#orgca8c34e">How do I change my encryption settings?</a></td>
344
+<td class="org-left"><a href="#org2335ebe">How do I change my encryption settings?</a></td>
341 345
 </tr>
342 346
 
343 347
 <tr>
344
-<td class="org-left"><a href="#org9742108">How do I get a domain name?</a></td>
348
+<td class="org-left"><a href="#orgb163633">How do I get a domain name?</a></td>
345 349
 </tr>
346 350
 
347 351
 <tr>
348
-<td class="org-left"><a href="#org3ba4e5b">How do I get a "real" SSL/TLS/HTTPS certificate?</a></td>
352
+<td class="org-left"><a href="#orgd1c1798">How do I get a "real" SSL/TLS/HTTPS certificate?</a></td>
349 353
 </tr>
350 354
 
351 355
 <tr>
352
-<td class="org-left"><a href="#orgf99af92">How do I renew a Let's Encrypt certificate?</a></td>
356
+<td class="org-left"><a href="#org9cf4f70">How do I renew a Let's Encrypt certificate?</a></td>
353 357
 </tr>
354 358
 
355 359
 <tr>
356
-<td class="org-left"><a href="#org64e189a">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</a></td>
360
+<td class="org-left"><a href="#orgf8351af">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</a></td>
357 361
 </tr>
358 362
 
359 363
 <tr>
360
-<td class="org-left"><a href="#org896c14a">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
364
+<td class="org-left"><a href="#org1ec3380">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
361 365
 </tr>
362 366
 
363 367
 <tr>
364
-<td class="org-left"><a href="#org1f1886b">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
368
+<td class="org-left"><a href="#orgd8c9548">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
365 369
 </tr>
366 370
 
367 371
 <tr>
368
-<td class="org-left"><a href="#org51d8596">Tor is censored/blocked in my area. What can I do?</a></td>
372
+<td class="org-left"><a href="#orgb10efef">Tor is censored/blocked in my area. What can I do?</a></td>
369 373
 </tr>
370 374
 
371 375
 <tr>
372
-<td class="org-left"><a href="#orgaeba5cb">I want to block a particular domain from getting its content into my social network sites</a></td>
376
+<td class="org-left"><a href="#org2bb6bb1">I want to block a particular domain from getting its content into my social network sites</a></td>
373 377
 </tr>
374 378
 
375 379
 <tr>
376
-<td class="org-left"><a href="#org021f197">The mesh system doesn't boot from USB drive</a></td>
380
+<td class="org-left"><a href="#org419ed97">The mesh system doesn't boot from USB drive</a></td>
377 381
 </tr>
378 382
 </tbody>
379 383
 </table>
380 384
 </div>
381 385
 
382
-<div id="outline-container-orge4d28e6" class="outline-2">
383
-<h2 id="orge4d28e6">What applications are supported?</h2>
384
-<div class="outline-text-2" id="text-orge4d28e6">
386
+<div id="outline-container-orgccee9bd" class="outline-2">
387
+<h2 id="orgccee9bd">What applications are supported?</h2>
388
+<div class="outline-text-2" id="text-orgccee9bd">
385 389
 <p>
386 390
 <a href="./apps.html">See here</a> for the complete list of apps. In addition to those as part of the base install you get an email server.
387 391
 </p>
388 392
 </div>
389 393
 </div>
390
-<div id="outline-container-org059603a" class="outline-2">
391
-<h2 id="org059603a">I don't have a static IP address. Can I still install this system?</h2>
392
-<div class="outline-text-2" id="text-org059603a">
394
+<div id="outline-container-org1e9cbd9" class="outline-2">
395
+<h2 id="org1e9cbd9">I don't have a static IP address. Can I still install this system?</h2>
396
+<div class="outline-text-2" id="text-org1e9cbd9">
393 397
 <p>
394 398
 Yes. The minimum requirements are to have some hardware that you can install Debian onto and also that you have administrator access to your internet router so that you can forward ports to the system which has Freedombone installed.
395 399
 </p>
@@ -399,17 +403,17 @@ The lack of a static IP address can be worked around by using a dynamic DNS serv
399 403
 </p>
400 404
 </div>
401 405
 </div>
402
-<div id="outline-container-orgce17fc3" class="outline-2">
403
-<h2 id="orgce17fc3">Why Freedombone and not FreedomBox?</h2>
404
-<div class="outline-text-2" id="text-orgce17fc3">
406
+<div id="outline-container-org37ea73f" class="outline-2">
407
+<h2 id="org37ea73f">Why Freedombone and not FreedomBox?</h2>
408
+<div class="outline-text-2" id="text-org37ea73f">
405 409
 <p>
406 410
 When the project began in late 2013 the FreedomBox project seemed to be going nowhere, and was only designed to work with the DreamPlug hardware. There was some new hardware out - the Beaglebone Black - which could run Debian and was also a free hardware design so seemed more appropriate. Hence the name "Freedombone", being like FreedomBox but on a Beaglebone. There are some similarities and differences between the two projects:
407 411
 </p>
408 412
 </div>
409 413
 
410
-<div id="outline-container-org7307d12" class="outline-3">
411
-<h3 id="org7307d12">Similarities</h3>
412
-<div class="outline-text-3" id="text-org7307d12">
414
+<div id="outline-container-orgdcc97c0" class="outline-3">
415
+<h3 id="orgdcc97c0">Similarities</h3>
416
+<div class="outline-text-3" id="text-orgdcc97c0">
413 417
 <ul class="org-ul">
414 418
 <li>Uses freedom-maker and vmdebootstrap to build debian images</li>
415 419
 <li>Supports the use of Tor onion addresses to access websites</li>
@@ -423,9 +427,9 @@ When the project began in late 2013 the FreedomBox project seemed to be going no
423 427
 </ul>
424 428
 </div>
425 429
 </div>
426
-<div id="outline-container-org1b7f29b" class="outline-3">
427
-<h3 id="org1b7f29b">Differences</h3>
428
-<div class="outline-text-3" id="text-org1b7f29b">
430
+<div id="outline-container-orga7a4d7d" class="outline-3">
431
+<h3 id="orga7a4d7d">Differences</h3>
432
+<div class="outline-text-3" id="text-orga7a4d7d">
429 433
 <ul class="org-ul">
430 434
 <li>FreedomBox is a Debian pure blend. Freedombone is not</li>
431 435
 <li>Freedombone only supports Free Software. FreedomBox includes some closed binary boot blobs for certain ARM boards</li>
@@ -440,9 +444,9 @@ When the project began in late 2013 the FreedomBox project seemed to be going no
440 444
 </div>
441 445
 </div>
442 446
 </div>
443
-<div id="outline-container-org9455df3" class="outline-2">
444
-<h2 id="org9455df3">Why not support building images for Raspberry Pi?</h2>
445
-<div class="outline-text-2" id="text-org9455df3">
447
+<div id="outline-container-org41b2e12" class="outline-2">
448
+<h2 id="org41b2e12">Why not support building images for Raspberry Pi?</h2>
449
+<div class="outline-text-2" id="text-org41b2e12">
446 450
 <p>
447 451
 The FreedomBox project supports Raspberry Pi builds, and the image build system for Freedombone is based on the same system. However, although the Raspberry Pi can run a version of Debian it requires a closed proprietary blob in order to boot the hardware. Who knows what that blob might contain or what exploits it could facilitate. From an adversarial point of view if you were trying to deliver "bulk equipment interference" then it doesn't get any better than piggybacking on something which has control of the boot process, and hence all subsequently run processes.
448 452
 </p>
@@ -452,9 +456,9 @@ So although the Raspberry Pi is cheap and hugely popular it's not supported by t
452 456
 </p>
453 457
 </div>
454 458
 </div>
455
-<div id="outline-container-org78b57eb" class="outline-2">
456
-<h2 id="org78b57eb">Why use Tor? I've heard it's used by bad people</h2>
457
-<div class="outline-text-2" id="text-org78b57eb">
459
+<div id="outline-container-org43aa8fe" class="outline-2">
460
+<h2 id="org43aa8fe">Why use Tor? I've heard it's used by bad people</h2>
461
+<div class="outline-text-2" id="text-org43aa8fe">
458 462
 <p>
459 463
 Before you run screaming for the hills based upon whatever scare story you may have just read in the mainstream media there are a few things worthy of consideration. Tor is installed by default on Freedombone, <i>but not as a relay or exit node</i>. It's only used to provide onion addresses so that this gives you or the viewers of your sites some choice about how they access the information. It also allows you to subscribe to and read RSS feeds privately.
460 464
 </p>
@@ -472,9 +476,9 @@ The media may also have sold you torrid tales about individual Tor project devel
472 476
 </p>
473 477
 </div>
474 478
 </div>
475
-<div id="outline-container-org4b81ba4" class="outline-2">
476
-<h2 id="org4b81ba4">How is Tor integrated with Freedombone?</h2>
477
-<div class="outline-text-2" id="text-org4b81ba4">
479
+<div id="outline-container-orge324082" class="outline-2">
480
+<h2 id="orge324082">How is Tor integrated with Freedombone?</h2>
481
+<div class="outline-text-2" id="text-orge324082">
478 482
 <p>
479 483
 Within this project Tor is used more to provide <i>accessibility</i> than the <i>anonymity</i> factor for which Tor is better known. The onion address system provides a way of being able to access sites even if you don't own a conventional domain name or don't have administrator access to your local internet router to be able to do port forwarding.
480 484
 </p>
@@ -492,9 +496,17 @@ Even if you're running the "onion only" build, this only means that sites are ac
492 496
 </p>
493 497
 </div>
494 498
 </div>
495
-<div id="outline-container-orgb1114e4" class="outline-2">
496
-<h2 id="orgb1114e4">Why use Github?</h2>
497
-<div class="outline-text-2" id="text-orgb1114e4">
499
+<div id="outline-container-orgae82545" class="outline-2">
500
+<h2 id="orgae82545">Can I add a clearnet domain to an onion build?</h2>
501
+<div class="outline-text-2" id="text-orgae82545">
502
+<p>
503
+You could if you manually edited the relevant nginx configuration files and installed some dynamic DNS system yourself. If you already have sysadmin knowledge then that's probably not too hard. But the builds created with the <b>onion-addresses-only</b> option aren't really intended to support access via clearnet domains.
504
+</p>
505
+</div>
506
+</div>
507
+<div id="outline-container-org0f06b31" class="outline-2">
508
+<h2 id="org0f06b31">Why use Github?</h2>
509
+<div class="outline-text-2" id="text-org0f06b31">
498 510
 <p>
499 511
 Github is paradoxically a centralized, closed and proprietary system which happens to mostly host free and open source projects. Up until now it has been relatively benign, but at some point in the name of "growth" it will likely start becoming more evil, or just become like SourceForge - which was also once much loved by FOSS developers, but turned into a den of malvertizing.
500 512
 </p>
@@ -512,9 +524,9 @@ Currently many of the repositories used for applications which are not yet packa
512 524
 </p>
513 525
 </div>
514 526
 </div>
515
-<div id="outline-container-orgbc22fb9" class="outline-2">
516
-<h2 id="orgbc22fb9">Keys and emails should not be stored on servers. Why do you do that?</h2>
517
-<div class="outline-text-2" id="text-orgbc22fb9">
527
+<div id="outline-container-org914858d" class="outline-2">
528
+<h2 id="org914858d">Keys and emails should not be stored on servers. Why do you do that?</h2>
529
+<div class="outline-text-2" id="text-org914858d">
518 530
 <p>
519 531
 Ordinarily this is good advice. However, the threat model for a device in your home is different from the one for a generic server in a massive warehouse. Compare and contrast:
520 532
 </p>
@@ -572,9 +584,9 @@ In the home environment a box with a good firewall and no GUI components install
572 584
 </div>
573 585
 </div>
574 586
 
575
-<div id="outline-container-org3de928d" class="outline-2">
576
-<h2 id="org3de928d">Why can't I access my .onion site with a Tor browser?</h2>
577
-<div class="outline-text-2" id="text-org3de928d">
587
+<div id="outline-container-orgafdb6a7" class="outline-2">
588
+<h2 id="orgafdb6a7">Why can't I access my .onion site with a Tor browser?</h2>
589
+<div class="outline-text-2" id="text-orgafdb6a7">
578 590
 <p>
579 591
 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.
580 592
 </p>
@@ -584,9 +596,9 @@ Another factor to be aware of is that it can take a while for the onion address
584 596
 </p>
585 597
 </div>
586 598
 </div>
587
-<div id="outline-container-org90bb4b5" class="outline-2">
588
-<h2 id="org90bb4b5">What is the best hardware to run this system on?</h2>
589
-<div class="outline-text-2" id="text-org90bb4b5">
599
+<div id="outline-container-org663b94f" class="outline-2">
600
+<h2 id="org663b94f">What is the best hardware to run this system on?</h2>
601
+<div class="outline-text-2" id="text-org663b94f">
590 602
 <p>
591 603
 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 <a href="https://en.wikipedia.org/wiki/Uninterruptible_power_supply">UPS capability</a> 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.
592 604
 </p>
@@ -596,9 +608,9 @@ It was originally designed to run on the Beaglebone Black, but that should be re
596 608
 </p>
597 609
 </div>
598 610
 </div>
599
-<div id="outline-container-orgd28e6f4" class="outline-2">
600
-<h2 id="orgd28e6f4">Can I add more users to the system?</h2>
601
-<div class="outline-text-2" id="text-orgd28e6f4">
611
+<div id="outline-container-orgb46a064" class="outline-2">
612
+<h2 id="orgb46a064">Can I add more users to the system?</h2>
613
+<div class="outline-text-2" id="text-orgb46a064">
602 614
 <p>
603 615
 Yes. Freedombone can support a small number of users, for a "<i>friends and family</i>" type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those).
604 616
 </p>
@@ -621,9 +633,9 @@ Another point is that Freedombone installations are not intended to support many
621 633
 </p>
622 634
 </div>
623 635
 </div>
624
-<div id="outline-container-org4f21c19" class="outline-2">
625
-<h2 id="org4f21c19">Why not use Signal for mobile chat?</h2>
626
-<div class="outline-text-2" id="text-org4f21c19">
636
+<div id="outline-container-org77d606d" class="outline-2">
637
+<h2 id="org77d606d">Why not use Signal for mobile chat?</h2>
638
+<div class="outline-text-2" id="text-org77d606d">
627 639
 <p>
628 640
 Celebrities recommend Signal. It's Free Software so it must be good, right?
629 641
 </p>
@@ -646,9 +658,9 @@ To give credit where it's due Signal is good, but it could be a lot better. The
646 658
 </p>
647 659
 </div>
648 660
 </div>
649
-<div id="outline-container-orgfe6470e" class="outline-2">
650
-<h2 id="orgfe6470e">What is the most secure chat app to use on mobile?</h2>
651
-<div class="outline-text-2" id="text-orgfe6470e">
661
+<div id="outline-container-orgf1ed7da" class="outline-2">
662
+<h2 id="orgf1ed7da">What is the most secure chat app to use on mobile?</h2>
663
+<div class="outline-text-2" id="text-orgf1ed7da">
652 664
 <p>
653 665
 On mobile there are various options. The apps which are likely to be most secure are ones which have end-to-end encryption enabled by default and which can also be onion routed via Orbot. End-to-end encryption secures the content of the message and onion routing obscures the metadata, making it hard for a passive adversary to know who is communicating with who.
654 666
 </p>
@@ -658,13 +670,13 @@ The current safest way to chat is to use <a href="https://conversations.im">Conv
658 670
 </p>
659 671
 
660 672
 <p>
661
-There are many <a href="#org4f21c19">other fashionable chat apps</a> with end-to-end security, but often they are closed source, have a single central server or can't be onion routed. It's also important to remember that closed source chat apps should be assumed to be untrustworthy, since their security cannot be independently verified.
673
+There are many <a href="#org77d606d">other fashionable chat apps</a> with end-to-end security, but often they are closed source, have a single central server or can't be onion routed. It's also important to remember that closed source chat apps should be assumed to be untrustworthy, since their security cannot be independently verified.
662 674
 </p>
663 675
 </div>
664 676
 </div>
665
-<div id="outline-container-org6813023" class="outline-2">
666
-<h2 id="org6813023">How do I remove a user from the system?</h2>
667
-<div class="outline-text-2" id="text-org6813023">
677
+<div id="outline-container-org434d49e" class="outline-2">
678
+<h2 id="org434d49e">How do I remove a user from the system?</h2>
679
+<div class="outline-text-2" id="text-org434d49e">
668 680
 <p>
669 681
 To remove a user:
670 682
 </p>
@@ -679,9 +691,9 @@ Select <i>Administrator controls</i> then <i>Manage Users</i> and then <i>Delete
679 691
 </p>
680 692
 </div>
681 693
 </div>
682
-<div id="outline-container-org9ba4b0e" class="outline-2">
683
-<h2 id="org9ba4b0e">Why is logging for web sites turned off by default?</h2>
684
-<div class="outline-text-2" id="text-org9ba4b0e">
694
+<div id="outline-container-orgfc174b4" class="outline-2">
695
+<h2 id="orgfc174b4">Why is logging for web sites turned off by default?</h2>
696
+<div class="outline-text-2" id="text-orgfc174b4">
685 697
 <p>
686 698
 If you're making profits out of the logs by running large server warehouses and then data mining what users click on - as is the business model of well known internet companies - then logging everything makes total sense. However, if you're running a home server then logging really only makes sense if you're trying to diagnose some specific problem with the system, and outside of that context logging everything becomes more of a liability than an asset.
687 699
 </p>
@@ -695,9 +707,9 @@ On the Freedombone system web logs containing IP addresses are turned off by def
695 707
 </p>
696 708
 </div>
697 709
 </div>
698
-<div id="outline-container-orge39d7dd" class="outline-2">
699
-<h2 id="orge39d7dd">How do I reset the tripwire?</h2>
700
-<div class="outline-text-2" id="text-orge39d7dd">
710
+<div id="outline-container-org6b2722c" class="outline-2">
711
+<h2 id="org6b2722c">How do I reset the tripwire?</h2>
712
+<div class="outline-text-2" id="text-org6b2722c">
701 713
 <p>
702 714
 The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
703 715
 </p>
@@ -712,9 +724,9 @@ Select <i>Administrator controls</i> then "reset tripwire" using cursors and spa
712 724
 </p>
713 725
 </div>
714 726
 </div>
715
-<div id="outline-container-orgad498c1" class="outline-2">
716
-<h2 id="orgad498c1">Is metadata protected?</h2>
717
-<div class="outline-text-2" id="text-orgad498c1">
727
+<div id="outline-container-orgbfb828c" class="outline-2">
728
+<h2 id="orgbfb828c">Is metadata protected?</h2>
729
+<div class="outline-text-2" id="text-orgbfb828c">
718 730
 <blockquote>
719 731
 <p>
720 732
 "<i>We kill people based on metadata</i>"
@@ -730,9 +742,9 @@ Even when using Freedombone metadata analysis by third parties is still possible
730 742
 </p>
731 743
 </div>
732 744
 </div>
733
-<div id="outline-container-orgaf26822" class="outline-2">
734
-<h2 id="orgaf26822">How do I create email processing rules?</h2>
735
-<div class="outline-text-2" id="text-orgaf26822">
745
+<div id="outline-container-org02b3783" class="outline-2">
746
+<h2 id="org02b3783">How do I create email processing rules?</h2>
747
+<div class="outline-text-2" id="text-org02b3783">
736 748
 <div class="org-src-container">
737 749
 <pre><code class="src src-bash">ssh username@domainname -p 2222
738 750
 </code></pre>
@@ -788,9 +800,9 @@ Spamassassin is also available and within Mutt you can use the S (shift+s) key t
788 800
 </p>
789 801
 </div>
790 802
 </div>
791
-<div id="outline-container-org584e155" class="outline-2">
792
-<h2 id="org584e155">Why isn't dynamic DNS working?</h2>
793
-<div class="outline-text-2" id="text-org584e155">
803
+<div id="outline-container-orgef0e724" class="outline-2">
804
+<h2 id="orgef0e724">Why isn't dynamic DNS working?</h2>
805
+<div class="outline-text-2" id="text-orgef0e724">
794 806
 <p>
795 807
 If you run the command:
796 808
 </p>
@@ -813,9 +825,9 @@ https://www.privateinternetaccess.com/pages/whats-my-ip/
813 825
 </div>
814 826
 </div>
815 827
 
816
-<div id="outline-container-orgca8c34e" class="outline-2">
817
-<h2 id="orgca8c34e">How do I change my encryption settings?</h2>
818
-<div class="outline-text-2" id="text-orgca8c34e">
828
+<div id="outline-container-org2335ebe" class="outline-2">
829
+<h2 id="org2335ebe">How do I change my encryption settings?</h2>
830
+<div class="outline-text-2" id="text-org2335ebe">
819 831
 <p>
820 832
 Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:
821 833
 </p>
@@ -830,9 +842,9 @@ Select <i>Administrator controls</i> then select <i>Security Settings</i>. You w
830 842
 </p>
831 843
 </div>
832 844
 </div>
833
-<div id="outline-container-org9742108" class="outline-2">
834
-<h2 id="org9742108">How do I get a domain name?</h2>
835
-<div class="outline-text-2" id="text-org9742108">
845
+<div id="outline-container-orgb163633" class="outline-2">
846
+<h2 id="orgb163633">How do I get a domain name?</h2>
847
+<div class="outline-text-2" id="text-orgb163633">
836 848
 <p>
837 849
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
838 850
 </p>
@@ -896,9 +908,9 @@ You should now be able to send an email from <i>postmaster@mynewdomainname</i> a
896 908
 </div>
897 909
 </div>
898 910
 
899
-<div id="outline-container-org3ba4e5b" class="outline-2">
900
-<h2 id="org3ba4e5b">How do I get a "real" SSL/TLS/HTTPS certificate?</h2>
901
-<div class="outline-text-2" id="text-org3ba4e5b">
911
+<div id="outline-container-orgd1c1798" class="outline-2">
912
+<h2 id="orgd1c1798">How do I get a "real" SSL/TLS/HTTPS certificate?</h2>
913
+<div class="outline-text-2" id="text-orgd1c1798">
902 914
 <p>
903 915
 If you did the full install or selected the social variant then the system will have tried to obtain a Let's Encrypt certificate automatically during the install process. If this failed for any reason, or if you have created a new site which you need a certificate for then do the following:
904 916
 </p>
@@ -917,9 +929,9 @@ One thing to be aware of is that Let's Encrypt doesn't support many dynamic DNS
917 929
 </p>
918 930
 </div>
919 931
 </div>
920
-<div id="outline-container-orgf99af92" class="outline-2">
921
-<h2 id="orgf99af92">How do I renew a Let's Encrypt certificate?</h2>
922
-<div class="outline-text-2" id="text-orgf99af92">
932
+<div id="outline-container-org9cf4f70" class="outline-2">
933
+<h2 id="org9cf4f70">How do I renew a Let's Encrypt certificate?</h2>
934
+<div class="outline-text-2" id="text-org9cf4f70">
923 935
 <p>
924 936
 Normally certificates will be automatically renewed once per month, so you don't need to be concerned about it. If anything goes wrong with the automatic renewal then you should receive a warning email.
925 937
 </p>
@@ -938,9 +950,9 @@ Select <i>Administrator controls</i> then <b>Security settings</b> then <b>Renew
938 950
 </p>
939 951
 </div>
940 952
 </div>
941
-<div id="outline-container-org64e189a" class="outline-2">
942
-<h2 id="org64e189a">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</h2>
943
-<div class="outline-text-2" id="text-org64e189a">
953
+<div id="outline-container-orgf8351af" class="outline-2">
954
+<h2 id="orgf8351af">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</h2>
955
+<div class="outline-text-2" id="text-orgf8351af">
944 956
 <p>
945 957
 Most likely it's because Let's Encrypt doesn't support your particular domain or subdomain. Currently free subdomains tend not to work. You'll need to buy a domain name, link it to your dynamic DNS account and then do:
946 958
 </p>
@@ -955,17 +967,17 @@ Select <i>Administrator controls</i> then <b>Security settings</b> then <b>Creat
955 967
 </p>
956 968
 </div>
957 969
 </div>
958
-<div id="outline-container-org896c14a" class="outline-2">
959
-<h2 id="org896c14a">Why not use the services of $company instead? They took the Seppuku pledge</h2>
960
-<div class="outline-text-2" id="text-org896c14a">
970
+<div id="outline-container-org1ec3380" class="outline-2">
971
+<h2 id="org1ec3380">Why not use the services of $company instead? They took the Seppuku pledge</h2>
972
+<div class="outline-text-2" id="text-org1ec3380">
961 973
 <p>
962 974
 <a href="https://cryptostorm.org/viewtopic.php?f=63&amp;t=2954&amp;sid=7de2d1e699cfde2f574e6a7f6ea5a173">That pledge</a> is utterly worthless. Years ago people trusted Google in the same sort of way, because they promised not be be evil and because a lot of the engineers working for them seemed like honest types who were "<i>on our side</i>". Post-<a href="https://en.wikipedia.org/wiki/Nymwars">nymwars</a> and post-<a href="https://en.wikipedia.org/wiki/PRISM_(surveillance_program)">PRISM</a> we know exactly how much Google cared about the privacy and security of its users. But Google is only one particular example. In general don't trust pledges made by companies, even if the people running them seem really sincere.
963 975
 </p>
964 976
 </div>
965 977
 </div>
966
-<div id="outline-container-org1f1886b" class="outline-2">
967
-<h2 id="org1f1886b">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
968
-<div class="outline-text-2" id="text-org1f1886b">
978
+<div id="outline-container-orgd8c9548" class="outline-2">
979
+<h2 id="orgd8c9548">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
980
+<div class="outline-text-2" id="text-orgd8c9548">
969 981
 <p>
970 982
 Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end you may not be able to do much unless you can find an email proxy server which is trusted by the receiving server.
971 983
 </p>
@@ -996,9 +1008,9 @@ So the situation with email presently is pretty bad, and there's a clear selecti
996 1008
 </p>
997 1009
 </div>
998 1010
 </div>
999
-<div id="outline-container-org51d8596" class="outline-2">
1000
-<h2 id="org51d8596">Tor is censored/blocked in my area. What can I do?</h2>
1001
-<div class="outline-text-2" id="text-org51d8596">
1011
+<div id="outline-container-orgb10efef" class="outline-2">
1012
+<h2 id="orgb10efef">Tor is censored/blocked in my area. What can I do?</h2>
1013
+<div class="outline-text-2" id="text-orgb10efef">
1002 1014
 <p>
1003 1015
 If you can find some details for an obfs4 Tor bridge (its IP address, port number and key or nickname) then you can set up the system to use it to connect to the Tor network. Unlike relay nodes the IP addresses for bridges are not public information and so can't be easily known and added to block lists by authoritarian regimes or over-zealous ISPs.
1004 1016
 </p>
@@ -1029,9 +1041,9 @@ Return to the <a href="index.html">home page</a>
1029 1041
 </div>
1030 1042
 </div>
1031 1043
 
1032
-<div id="outline-container-orgaeba5cb" class="outline-2">
1033
-<h2 id="orgaeba5cb">I want to block a particular domain from getting its content into my social network sites</h2>
1034
-<div class="outline-text-2" id="text-orgaeba5cb">
1044
+<div id="outline-container-org2bb6bb1" class="outline-2">
1045
+<h2 id="org2bb6bb1">I want to block a particular domain from getting its content into my social network sites</h2>
1046
+<div class="outline-text-2" id="text-org2bb6bb1">
1035 1047
 <p>
1036 1048
 If you're being pestered by some domain which contains bad/illegal/harrassing content or irritating users you can block domains at the firewall level. Go to the administrator control panel and select <i>domain blocking</i>. You can then block, unblock and view the list of blocked domains.
1037 1049
 </p>
@@ -1046,9 +1058,9 @@ Select <i>Administrator controls</i> then <i>Domain blocking</i>.
1046 1058
 </div>
1047 1059
 </div>
1048 1060
 
1049
-<div id="outline-container-org021f197" class="outline-2">
1050
-<h2 id="org021f197">The mesh system doesn't boot from USB drive</h2>
1051
-<div class="outline-text-2" id="text-org021f197">
1061
+<div id="outline-container-org419ed97" class="outline-2">
1062
+<h2 id="org419ed97">The mesh system doesn't boot from USB drive</h2>
1063
+<div class="outline-text-2" id="text-org419ed97">
1052 1064
 <p>
1053 1065
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
1054 1066
 </p>