소스 검색

datserver documentation

Bob Mottram 6 년 전
부모
커밋
eb968b7cef
4개의 변경된 파일376개의 추가작업 그리고 124개의 파일을 삭제
  1. 26
    0
      doc/EN/app_datserver.org
  2. 4
    0
      doc/EN/apps.org
  3. 210
    0
      website/EN/app_datserver.html
  4. 136
    124
      website/EN/apps.html

+ 26
- 0
doc/EN/app_datserver.org 파일 보기

@@ -0,0 +1,26 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, dat, hypercored
5
+#+DESCRIPTION: How to use datserver
6
+#+OPTIONS: ^:nil toc:nil
7
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8
+
9
+#+attr_html: :width 80% :height 10% :align center
10
+[[file:images/logo.png]]
11
+
12
+* datserver
13
+
14
+[[https://datproject.org/][dat]] is a peer-to-peer system for distributing large files, such as operating system images or scientific data sets. The datserver app creates an instance of [[https://docs.datproject.org/server][hypercored]], which can then be used to host [[https://datproject.org/][dat files]] on your server, ensuring that they're always available to download.
15
+
16
+dat is preferable to older ways of distributing files, such as ftp, because files are content addressable and can be seeded on multiple machines to provide greater speed and robustness. It also works nicely with the [[https://beakerbrowser.com/][Beaker browser]].
17
+
18
+ssh into the system with:
19
+
20
+#+BEGIN_SRC bash
21
+ssh myusername@mydomain.com -p 2222
22
+#+END_SRC
23
+
24
+Select *Administrator controls* then *Add/Remove Apps* then *datserver*.
25
+
26
+Once installed you can select *Administrator controls* then *App Settings* then *datserver* and add dat links to be served.

+ 4
- 0
doc/EN/apps.org 파일 보기

@@ -34,6 +34,10 @@ This is a simple databaseless blogging system which uses markdown files. It shou
34 34
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
35 35
 
36 36
 [[./app_cryptpad.html][How to use it]]
37
+* Datserver
38
+Seed dat protocol files from your server to make them always accessible.
39
+
40
+[[./app_datserver.html][How to use it]]
37 41
 * DLNA
38 42
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
39 43
 

+ 210
- 0
website/EN/app_datserver.html 파일 보기

@@ -0,0 +1,210 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+<head>
6
+<title></title>
7
+<!-- 2018-06-17 Sun 19:33 -->
8
+<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
+<meta  name="generator" content="Org-mode" />
10
+<meta  name="author" content="Bob Mottram" />
11
+<meta  name="description" content="How to use datserver"
12
+ />
13
+<meta  name="keywords" content="freedombone, dat, hypercored" />
14
+<style type="text/css">
15
+ <!--/*--><![CDATA[/*><!--*/
16
+  .title  { text-align: center; }
17
+  .todo   { font-family: monospace; color: red; }
18
+  .done   { color: green; }
19
+  .tag    { background-color: #eee; font-family: monospace;
20
+            padding: 2px; font-size: 80%; font-weight: normal; }
21
+  .timestamp { color: #bebebe; }
22
+  .timestamp-kwd { color: #5f9ea0; }
23
+  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
24
+  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
25
+  .center { margin-left: auto; margin-right: auto; text-align: center; }
26
+  .underline { text-decoration: underline; }
27
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
28
+  p.verse { margin-left: 3%; }
29
+  pre {
30
+    border: 1px solid #ccc;
31
+    box-shadow: 3px 3px 3px #eee;
32
+    padding: 8pt;
33
+    font-family: monospace;
34
+    overflow: auto;
35
+    margin: 1.2em;
36
+  }
37
+  pre.src {
38
+    position: relative;
39
+    overflow: visible;
40
+    padding-top: 1.2em;
41
+  }
42
+  pre.src:before {
43
+    display: none;
44
+    position: absolute;
45
+    background-color: white;
46
+    top: -10px;
47
+    right: 10px;
48
+    padding: 3px;
49
+    border: 1px solid black;
50
+  }
51
+  pre.src:hover:before { display: inline;}
52
+  pre.src-sh:before    { content: 'sh'; }
53
+  pre.src-bash:before  { content: 'sh'; }
54
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
55
+  pre.src-R:before     { content: 'R'; }
56
+  pre.src-perl:before  { content: 'Perl'; }
57
+  pre.src-java:before  { content: 'Java'; }
58
+  pre.src-sql:before   { content: 'SQL'; }
59
+
60
+  table { border-collapse:collapse; }
61
+  caption.t-above { caption-side: top; }
62
+  caption.t-bottom { caption-side: bottom; }
63
+  td, th { vertical-align:top;  }
64
+  th.right  { text-align: center;  }
65
+  th.left   { text-align: center;   }
66
+  th.center { text-align: center; }
67
+  td.right  { text-align: right;  }
68
+  td.left   { text-align: left;   }
69
+  td.center { text-align: center; }
70
+  dt { font-weight: bold; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
73
+  .footdef  { margin-bottom: 1em; }
74
+  .figure { padding: 1em; }
75
+  .figure p { text-align: center; }
76
+  .inlinetask {
77
+    padding: 10px;
78
+    border: 2px solid gray;
79
+    margin: 10px;
80
+    background: #ffffcc;
81
+  }
82
+  #org-div-home-and-up
83
+   { text-align: right; font-size: 70%; white-space: nowrap; }
84
+  textarea { overflow-x: auto; }
85
+  .linenr { font-size: smaller }
86
+  .code-highlighted { background-color: #ffff00; }
87
+  .org-info-js_info-navigation { border-style: none; }
88
+  #org-info-js_console-label
89
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
90
+  .org-info-js_search-highlight
91
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
92
+  /*]]>*/-->
93
+</style>
94
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
95
+<script type="text/javascript">
96
+/*
97
+@licstart  The following is the entire license notice for the
98
+JavaScript code in this tag.
99
+
100
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
101
+
102
+The JavaScript code in this tag is free software: you can
103
+redistribute it and/or modify it under the terms of the GNU
104
+General Public License (GNU GPL) as published by the Free Software
105
+Foundation, either version 3 of the License, or (at your option)
106
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
107
+without even the implied warranty of MERCHANTABILITY or FITNESS
108
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
109
+
110
+As additional permission under GNU GPL version 3 section 7, you
111
+may distribute non-source (e.g., minimized or compacted) forms of
112
+that code without the copy of the GNU GPL normally required by
113
+section 4, provided you include this license notice and a URL
114
+through which recipients can access the Corresponding Source.
115
+
116
+
117
+@licend  The above is the entire license notice
118
+for the JavaScript code in this tag.
119
+*/
120
+<!--/*--><![CDATA[/*><!--*/
121
+ function CodeHighlightOn(elem, id)
122
+ {
123
+   var target = document.getElementById(id);
124
+   if(null != target) {
125
+     elem.cacheClassElem = elem.className;
126
+     elem.cacheClassTarget = target.className;
127
+     target.className = "code-highlighted";
128
+     elem.className   = "code-highlighted";
129
+   }
130
+ }
131
+ function CodeHighlightOff(elem, id)
132
+ {
133
+   var target = document.getElementById(id);
134
+   if(elem.cacheClassElem)
135
+     elem.className = elem.cacheClassElem;
136
+   if(elem.cacheClassTarget)
137
+     target.className = elem.cacheClassTarget;
138
+ }
139
+/*]]>*///-->
140
+</script>
141
+</head>
142
+<body>
143
+<div id="preamble" class="status">
144
+<a name="top" id="top"></a>
145
+</div>
146
+<div id="content">
147
+<h1 class="title"></h1>
148
+
149
+<div class="figure">
150
+<p><img src="images/logo.png" alt="logo.png" width="80%" height="10%" align="center" />
151
+</p>
152
+</div>
153
+
154
+<div id="outline-container-sec-1" class="outline-2">
155
+<h2 id="sec-1">datserver</h2>
156
+<div class="outline-text-2" id="text-1">
157
+<p>
158
+<a href="https://datproject.org/">dat</a> is a peer-to-peer system for distributing large files, such as operating system images or scientific data sets. The datserver app creates an instance of <a href="https://docs.datproject.org/server">hypercored</a>, which can then be used to host <a href="https://datproject.org/">dat files</a> on your server, ensuring that they're always available to download.
159
+</p>
160
+
161
+<p>
162
+dat is preferable to older ways of distributing files, such as ftp, because files are content addressable and can be seeded on multiple machines to provide greater speed and robustness. It also works nicely with the <a href="https://beakerbrowser.com/">Beaker browser</a>.
163
+</p>
164
+
165
+<p>
166
+ssh into the system with:
167
+</p>
168
+
169
+<div class="org-src-container">
170
+
171
+<pre class="src src-bash">ssh myusername@mydomain.com -p 2222
172
+</pre>
173
+</div>
174
+
175
+<p>
176
+Select <b>Administrator controls</b> then <b>Add/Remove Apps</b> then <b>datserver</b>.
177
+</p>
178
+
179
+<p>
180
+Once installed you can select <b>Administrator controls</b> then <b>App Settings</b> then <b>datserver</b> and add dat links to be served.
181
+</p>
182
+</div>
183
+</div>
184
+</div>
185
+<div id="postamble" class="status">
186
+
187
+<style type="text/css">
188
+.back-to-top {
189
+    position: fixed;
190
+    bottom: 2em;
191
+    right: 0px;
192
+    text-decoration: none;
193
+    color: #000000;
194
+    background-color: rgba(235, 235, 235, 0.80);
195
+    font-size: 12px;
196
+    padding: 1em;
197
+    display: none;
198
+}
199
+
200
+.back-to-top:hover {
201
+    background-color: rgba(135, 135, 135, 0.50);
202
+}
203
+</style>
204
+
205
+<div class="back-to-top">
206
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
207
+</div>
208
+</div>
209
+</body>
210
+</html>

+ 136
- 124
website/EN/apps.html 파일 보기

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2018-05-19 Sat 23:02 -->
7
+<!-- 2018-06-17 Sun 19:33 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -216,65 +216,77 @@ Collaborate on editing documents, presentations and source code, or vote on thin
216 216
 </div>
217 217
 </div>
218 218
 <div id="outline-container-sec-5" class="outline-2">
219
-<h2 id="sec-5">DLNA</h2>
219
+<h2 id="sec-5">Datserver</h2>
220 220
 <div class="outline-text-2" id="text-5">
221 221
 <p>
222
-Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
222
+Seed dat protocol files from your server to make them always accessible.
223 223
 </p>
224 224
 
225 225
 <p>
226
-<a href="./app_dlna.html">How to use it</a>
226
+<a href="./app_datserver.html">How to use it</a>
227 227
 </p>
228 228
 </div>
229 229
 </div>
230 230
 <div id="outline-container-sec-6" class="outline-2">
231
-<h2 id="sec-6">Dokuwiki</h2>
231
+<h2 id="sec-6">DLNA</h2>
232 232
 <div class="outline-text-2" id="text-6">
233 233
 <p>
234
-A databaseless wiki system.
234
+Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
235 235
 </p>
236 236
 
237 237
 <p>
238
-<a href="./app_dokuwiki.html">How to use it</a>
238
+<a href="./app_dlna.html">How to use it</a>
239 239
 </p>
240 240
 </div>
241 241
 </div>
242 242
 <div id="outline-container-sec-7" class="outline-2">
243
-<h2 id="sec-7">Edith</h2>
243
+<h2 id="sec-7">Dokuwiki</h2>
244 244
 <div class="outline-text-2" id="text-7">
245 245
 <p>
246
-Extremely simple and distraction-free notes system.
246
+A databaseless wiki system.
247 247
 </p>
248 248
 
249 249
 <p>
250
-<a href="./app_edith.html">How to use it</a>
250
+<a href="./app_dokuwiki.html">How to use it</a>
251 251
 </p>
252 252
 </div>
253 253
 </div>
254 254
 <div id="outline-container-sec-8" class="outline-2">
255
-<h2 id="sec-8">Emacs</h2>
255
+<h2 id="sec-8">Edith</h2>
256 256
 <div class="outline-text-2" id="text-8">
257 257
 <p>
258
-If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
258
+Extremely simple and distraction-free notes system.
259 259
 </p>
260 260
 
261 261
 <p>
262
-<a href="./app_emacs.html">How to use it</a>
262
+<a href="./app_edith.html">How to use it</a>
263 263
 </p>
264 264
 </div>
265 265
 </div>
266 266
 <div id="outline-container-sec-9" class="outline-2">
267
-<h2 id="sec-9">Email Server</h2>
267
+<h2 id="sec-9">Emacs</h2>
268 268
 <div class="outline-text-2" id="text-9">
269 269
 <p>
270
-Since many apps require email registration an email server is installed by default. You can find advice on using the email system <a href="./usage_email.html">here</a>.
270
+If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
271
+</p>
272
+
273
+<p>
274
+<a href="./app_emacs.html">How to use it</a>
271 275
 </p>
272 276
 </div>
273 277
 </div>
274 278
 <div id="outline-container-sec-10" class="outline-2">
275
-<h2 id="sec-10">Etherpad</h2>
279
+<h2 id="sec-10">Email Server</h2>
276 280
 <div class="outline-text-2" id="text-10">
277 281
 <p>
282
+Since many apps require email registration an email server is installed by default. You can find advice on using the email system <a href="./usage_email.html">here</a>.
283
+</p>
284
+</div>
285
+</div>
286
+<div id="outline-container-sec-11" class="outline-2">
287
+<h2 id="sec-11">Etherpad</h2>
288
+<div class="outline-text-2" id="text-11">
289
+<p>
278 290
 Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.
279 291
 </p>
280 292
 
@@ -283,9 +295,9 @@ Collaborate on creating documents in real time. Maybe you're planning a holiday
283 295
 </p>
284 296
 </div>
285 297
 </div>
286
-<div id="outline-container-sec-11" class="outline-2">
287
-<h2 id="sec-11">Federated wiki</h2>
288
-<div class="outline-text-2" id="text-11">
298
+<div id="outline-container-sec-12" class="outline-2">
299
+<h2 id="sec-12">Federated wiki</h2>
300
+<div class="outline-text-2" id="text-12">
289 301
 <p>
290 302
 A new approach to creating wiki content.
291 303
 </p>
@@ -295,9 +307,9 @@ A new approach to creating wiki content.
295 307
 </p>
296 308
 </div>
297 309
 </div>
298
-<div id="outline-container-sec-12" class="outline-2">
299
-<h2 id="sec-12">Friendica</h2>
300
-<div class="outline-text-2" id="text-12">
310
+<div id="outline-container-sec-13" class="outline-2">
311
+<h2 id="sec-13">Friendica</h2>
312
+<div class="outline-text-2" id="text-13">
301 313
 <p>
302 314
 Federated social network system.
303 315
 </p>
@@ -307,9 +319,9 @@ Federated social network system.
307 319
 </p>
308 320
 </div>
309 321
 </div>
310
-<div id="outline-container-sec-13" class="outline-2">
311
-<h2 id="sec-13">GNU Social</h2>
312
-<div class="outline-text-2" id="text-13">
322
+<div id="outline-container-sec-14" class="outline-2">
323
+<h2 id="sec-14">GNU Social</h2>
324
+<div class="outline-text-2" id="text-14">
313 325
 <p>
314 326
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
315 327
 </p>
@@ -319,9 +331,9 @@ Federated social network based on the OStatus protocol. You can "<i>remote follo
319 331
 </p>
320 332
 </div>
321 333
 </div>
322
-<div id="outline-container-sec-14" class="outline-2">
323
-<h2 id="sec-14">Gogs</h2>
324
-<div class="outline-text-2" id="text-14">
334
+<div id="outline-container-sec-15" class="outline-2">
335
+<h2 id="sec-15">Gogs</h2>
336
+<div class="outline-text-2" id="text-15">
325 337
 <p>
326 338
 Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar <i>fork-and-pull</i> workflow. If you can use Github then you can also use Gogs.
327 339
 </p>
@@ -331,9 +343,9 @@ Lightweight git project hosting system. You can mirror projects from Github, or
331 343
 </p>
332 344
 </div>
333 345
 </div>
334
-<div id="outline-container-sec-15" class="outline-2">
335
-<h2 id="sec-15">HTMLy</h2>
336
-<div class="outline-text-2" id="text-15">
346
+<div id="outline-container-sec-16" class="outline-2">
347
+<h2 id="sec-16">HTMLy</h2>
348
+<div class="outline-text-2" id="text-16">
337 349
 <p>
338 350
 Databaseless blogging system. Quite simple and with a markdown-like format.
339 351
 </p>
@@ -343,9 +355,9 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
343 355
 </p>
344 356
 </div>
345 357
 </div>
346
-<div id="outline-container-sec-16" class="outline-2">
347
-<h2 id="sec-16">Hubzilla</h2>
348
-<div class="outline-text-2" id="text-16">
358
+<div id="outline-container-sec-17" class="outline-2">
359
+<h2 id="sec-17">Hubzilla</h2>
360
+<div class="outline-text-2" id="text-17">
349 361
 <p>
350 362
 Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
351 363
 </p>
@@ -355,9 +367,9 @@ Web publishing platform with social network like features and good privacy contr
355 367
 </p>
356 368
 </div>
357 369
 </div>
358
-<div id="outline-container-sec-17" class="outline-2">
359
-<h2 id="sec-17">Icecast media stream</h2>
360
-<div class="outline-text-2" id="text-17">
370
+<div id="outline-container-sec-18" class="outline-2">
371
+<h2 id="sec-18">Icecast media stream</h2>
372
+<div class="outline-text-2" id="text-18">
361 373
 <p>
362 374
 Make your own internet radio station.
363 375
 </p>
@@ -367,9 +379,9 @@ Make your own internet radio station.
367 379
 </p>
368 380
 </div>
369 381
 </div>
370
-<div id="outline-container-sec-18" class="outline-2">
371
-<h2 id="sec-18">IRC Server (ngirc)</h2>
372
-<div class="outline-text-2" id="text-18">
382
+<div id="outline-container-sec-19" class="outline-2">
383
+<h2 id="sec-19">IRC Server (ngirc)</h2>
384
+<div class="outline-text-2" id="text-19">
373 385
 <p>
374 386
 Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
375 387
 </p>
@@ -379,18 +391,18 @@ Run your own IRC chat channel which can be secured with a password and accessibl
379 391
 </p>
380 392
 </div>
381 393
 </div>
382
-<div id="outline-container-sec-19" class="outline-2">
383
-<h2 id="sec-19">Jitsi Meet</h2>
384
-<div class="outline-text-2" id="text-19">
394
+<div id="outline-container-sec-20" class="outline-2">
395
+<h2 id="sec-20">Jitsi Meet</h2>
396
+<div class="outline-text-2" id="text-20">
385 397
 <p>
386 398
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
387 399
 </p>
388 400
 </div>
389 401
 </div>
390 402
 
391
-<div id="outline-container-sec-20" class="outline-2">
392
-<h2 id="sec-20">KanBoard</h2>
393
-<div class="outline-text-2" id="text-20">
403
+<div id="outline-container-sec-21" class="outline-2">
404
+<h2 id="sec-21">KanBoard</h2>
405
+<div class="outline-text-2" id="text-21">
394 406
 <p>
395 407
 A simple kanban system for managing projects or TODO lists.
396 408
 </p>
@@ -400,9 +412,9 @@ A simple kanban system for managing projects or TODO lists.
400 412
 </p>
401 413
 </div>
402 414
 </div>
403
-<div id="outline-container-sec-21" class="outline-2">
404
-<h2 id="sec-21">Key Server</h2>
405
-<div class="outline-text-2" id="text-21">
415
+<div id="outline-container-sec-22" class="outline-2">
416
+<h2 id="sec-22">Key Server</h2>
417
+<div class="outline-text-2" id="text-22">
406 418
 <p>
407 419
 An OpenPGP key server for storing and retrieving GPG public keys.
408 420
 </p>
@@ -412,9 +424,9 @@ An OpenPGP key server for storing and retrieving GPG public keys.
412 424
 </p>
413 425
 </div>
414 426
 </div>
415
-<div id="outline-container-sec-22" class="outline-2">
416
-<h2 id="sec-22">Koel</h2>
417
-<div class="outline-text-2" id="text-22">
427
+<div id="outline-container-sec-23" class="outline-2">
428
+<h2 id="sec-23">Koel</h2>
429
+<div class="outline-text-2" id="text-23">
418 430
 <p>
419 431
 Access your music collection from any internet connected device.
420 432
 </p>
@@ -424,9 +436,9 @@ Access your music collection from any internet connected device.
424 436
 </p>
425 437
 </div>
426 438
 </div>
427
-<div id="outline-container-sec-23" class="outline-2">
428
-<h2 id="sec-23">Lychee</h2>
429
-<div class="outline-text-2" id="text-23">
439
+<div id="outline-container-sec-24" class="outline-2">
440
+<h2 id="sec-24">Lychee</h2>
441
+<div class="outline-text-2" id="text-24">
430 442
 <p>
431 443
 Make your photo albums available on the web.
432 444
 </p>
@@ -436,9 +448,9 @@ Make your photo albums available on the web.
436 448
 </p>
437 449
 </div>
438 450
 </div>
439
-<div id="outline-container-sec-24" class="outline-2">
440
-<h2 id="sec-24">Mailpile</h2>
441
-<div class="outline-text-2" id="text-24">
451
+<div id="outline-container-sec-25" class="outline-2">
452
+<h2 id="sec-25">Mailpile</h2>
453
+<div class="outline-text-2" id="text-25">
442 454
 <p>
443 455
 Modern email client which supports GPG encryption.
444 456
 </p>
@@ -448,9 +460,9 @@ Modern email client which supports GPG encryption.
448 460
 </p>
449 461
 </div>
450 462
 </div>
451
-<div id="outline-container-sec-25" class="outline-2">
452
-<h2 id="sec-25">Matrix</h2>
453
-<div class="outline-text-2" id="text-25">
463
+<div id="outline-container-sec-26" class="outline-2">
464
+<h2 id="sec-26">Matrix</h2>
465
+<div class="outline-text-2" id="text-26">
454 466
 <p>
455 467
 Multi-user chat with some security and moderation controls.
456 468
 </p>
@@ -460,9 +472,9 @@ Multi-user chat with some security and moderation controls.
460 472
 </p>
461 473
 </div>
462 474
 </div>
463
-<div id="outline-container-sec-26" class="outline-2">
464
-<h2 id="sec-26">Mediagoblin</h2>
465
-<div class="outline-text-2" id="text-26">
475
+<div id="outline-container-sec-27" class="outline-2">
476
+<h2 id="sec-27">Mediagoblin</h2>
477
+<div class="outline-text-2" id="text-27">
466 478
 <p>
467 479
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
468 480
 </p>
@@ -472,9 +484,9 @@ Publicly host video and audio files so that you don't need to use YouTube/Vimeo/
472 484
 </p>
473 485
 </div>
474 486
 </div>
475
-<div id="outline-container-sec-27" class="outline-2">
476
-<h2 id="sec-27">Mumble</h2>
477
-<div class="outline-text-2" id="text-27">
487
+<div id="outline-container-sec-28" class="outline-2">
488
+<h2 id="sec-28">Mumble</h2>
489
+<div class="outline-text-2" id="text-28">
478 490
 <p>
479 491
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
480 492
 </p>
@@ -484,9 +496,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
484 496
 </p>
485 497
 </div>
486 498
 </div>
487
-<div id="outline-container-sec-28" class="outline-2">
488
-<h2 id="sec-28">NextCloud</h2>
489
-<div class="outline-text-2" id="text-28">
499
+<div id="outline-container-sec-29" class="outline-2">
500
+<h2 id="sec-29">NextCloud</h2>
501
+<div class="outline-text-2" id="text-29">
490 502
 <p>
491 503
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
492 504
 </p>
@@ -496,9 +508,9 @@ Store files on your server and sync them with laptops or mobile devices. Include
496 508
 </p>
497 509
 </div>
498 510
 </div>
499
-<div id="outline-container-sec-29" class="outline-2">
500
-<h2 id="sec-29">PeerTube</h2>
501
-<div class="outline-text-2" id="text-29">
511
+<div id="outline-container-sec-30" class="outline-2">
512
+<h2 id="sec-30">PeerTube</h2>
513
+<div class="outline-text-2" id="text-30">
502 514
 <p>
503 515
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
504 516
 </p>
@@ -508,9 +520,9 @@ Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better en
508 520
 </p>
509 521
 </div>
510 522
 </div>
511
-<div id="outline-container-sec-30" class="outline-2">
512
-<h2 id="sec-30">PI-Hole</h2>
513
-<div class="outline-text-2" id="text-30">
523
+<div id="outline-container-sec-31" class="outline-2">
524
+<h2 id="sec-31">PI-Hole</h2>
525
+<div class="outline-text-2" id="text-31">
514 526
 <p>
515 527
 The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
516 528
 </p>
@@ -520,9 +532,9 @@ The black hole for web adverts. Block adverts at the domain name level within yo
520 532
 </p>
521 533
 </div>
522 534
 </div>
523
-<div id="outline-container-sec-31" class="outline-2">
524
-<h2 id="sec-31">Pleroma</h2>
525
-<div class="outline-text-2" id="text-31">
535
+<div id="outline-container-sec-32" class="outline-2">
536
+<h2 id="sec-32">Pleroma</h2>
537
+<div class="outline-text-2" id="text-32">
526 538
 <p>
527 539
 Fediverse instance which is compatible with GNU Social and Mastodon, and suited for systems without much RAM or CPU resource.
528 540
 </p>
@@ -532,9 +544,9 @@ Fediverse instance which is compatible with GNU Social and Mastodon, and suited
532 544
 </p>
533 545
 </div>
534 546
 </div>
535
-<div id="outline-container-sec-32" class="outline-2">
536
-<h2 id="sec-32">PostActiv</h2>
537
-<div class="outline-text-2" id="text-32">
547
+<div id="outline-container-sec-33" class="outline-2">
548
+<h2 id="sec-33">PostActiv</h2>
549
+<div class="outline-text-2" id="text-33">
538 550
 <p>
539 551
 An alternative federated social networking system compatible with GNU Social, Pleroma and Mastodon. It includes some optimisations and fixes currently not available within the main GNU Social project.
540 552
 </p>
@@ -544,9 +556,9 @@ An alternative federated social networking system compatible with GNU Social, Pl
544 556
 </p>
545 557
 </div>
546 558
 </div>
547
-<div id="outline-container-sec-33" class="outline-2">
548
-<h2 id="sec-33">PrivateBin</h2>
549
-<div class="outline-text-2" id="text-33">
559
+<div id="outline-container-sec-34" class="outline-2">
560
+<h2 id="sec-34">PrivateBin</h2>
561
+<div class="outline-text-2" id="text-34">
550 562
 <p>
551 563
 A pastebin where the server has zero knowledge of the content being pasted.
552 564
 </p>
@@ -556,9 +568,9 @@ A pastebin where the server has zero knowledge of the content being pasted.
556 568
 </p>
557 569
 </div>
558 570
 </div>
559
-<div id="outline-container-sec-34" class="outline-2">
560
-<h2 id="sec-34">Profanity</h2>
561
-<div class="outline-text-2" id="text-34">
571
+<div id="outline-container-sec-35" class="outline-2">
572
+<h2 id="sec-35">Profanity</h2>
573
+<div class="outline-text-2" id="text-35">
562 574
 <p>
563 575
 A shell based XMPP client which you can run on the Freedombone server via ssh.
564 576
 </p>
@@ -568,9 +580,9 @@ A shell based XMPP client which you can run on the Freedombone server via ssh.
568 580
 </p>
569 581
 </div>
570 582
 </div>
571
-<div id="outline-container-sec-35" class="outline-2">
572
-<h2 id="sec-35">Riot Web</h2>
573
-<div class="outline-text-2" id="text-35">
583
+<div id="outline-container-sec-36" class="outline-2">
584
+<h2 id="sec-36">Riot Web</h2>
585
+<div class="outline-text-2" id="text-36">
574 586
 <p>
575 587
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
576 588
 </p>
@@ -580,9 +592,9 @@ A browser based user interface for the Matrix federated communications system, i
580 592
 </p>
581 593
 </div>
582 594
 </div>
583
-<div id="outline-container-sec-36" class="outline-2">
584
-<h2 id="sec-36">Rocketchat</h2>
585
-<div class="outline-text-2" id="text-36">
595
+<div id="outline-container-sec-37" class="outline-2">
596
+<h2 id="sec-37">Rocketchat</h2>
597
+<div class="outline-text-2" id="text-37">
586 598
 <p>
587 599
 A non-federated chat server (x86 systems only).
588 600
 </p>
@@ -592,9 +604,9 @@ A non-federated chat server (x86 systems only).
592 604
 </p>
593 605
 </div>
594 606
 </div>
595
-<div id="outline-container-sec-37" class="outline-2">
596
-<h2 id="sec-37">SearX</h2>
597
-<div class="outline-text-2" id="text-37">
607
+<div id="outline-container-sec-38" class="outline-2">
608
+<h2 id="sec-38">SearX</h2>
609
+<div class="outline-text-2" id="text-38">
598 610
 <p>
599 611
 A metasearch engine for customised and private web searches.
600 612
 </p>
@@ -604,9 +616,9 @@ A metasearch engine for customised and private web searches.
604 616
 </p>
605 617
 </div>
606 618
 </div>
607
-<div id="outline-container-sec-38" class="outline-2">
608
-<h2 id="sec-38">Smol RSS</h2>
609
-<div class="outline-text-2" id="text-38">
619
+<div id="outline-container-sec-39" class="outline-2">
620
+<h2 id="sec-39">Smol RSS</h2>
621
+<div class="outline-text-2" id="text-39">
610 622
 <p>
611 623
 A very minimal RSS reader.
612 624
 </p>
@@ -616,9 +628,9 @@ A very minimal RSS reader.
616 628
 </p>
617 629
 </div>
618 630
 </div>
619
-<div id="outline-container-sec-39" class="outline-2">
620
-<h2 id="sec-39">Syncthing</h2>
621
-<div class="outline-text-2" id="text-39">
631
+<div id="outline-container-sec-40" class="outline-2">
632
+<h2 id="sec-40">Syncthing</h2>
633
+<div class="outline-text-2" id="text-40">
622 634
 <p>
623 635
 Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.
624 636
 </p>
@@ -628,9 +640,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
628 640
 </p>
629 641
 </div>
630 642
 </div>
631
-<div id="outline-container-sec-40" class="outline-2">
632
-<h2 id="sec-40">tt-rss</h2>
633
-<div class="outline-text-2" id="text-40">
643
+<div id="outline-container-sec-41" class="outline-2">
644
+<h2 id="sec-41">tt-rss</h2>
645
+<div class="outline-text-2" id="text-41">
634 646
 <p>
635 647
 Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "<i>the right to read</i>" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.
636 648
 </p>
@@ -640,9 +652,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
640 652
 </p>
641 653
 </div>
642 654
 </div>
643
-<div id="outline-container-sec-41" class="outline-2">
644
-<h2 id="sec-41">Tahoe-LAFS</h2>
645
-<div class="outline-text-2" id="text-41">
655
+<div id="outline-container-sec-42" class="outline-2">
656
+<h2 id="sec-42">Tahoe-LAFS</h2>
657
+<div class="outline-text-2" id="text-42">
646 658
 <p>
647 659
 Robust and encrypted storage of files on one or more server.
648 660
 </p>
@@ -652,9 +664,9 @@ Robust and encrypted storage of files on one or more server.
652 664
 </p>
653 665
 </div>
654 666
 </div>
655
-<div id="outline-container-sec-42" class="outline-2">
656
-<h2 id="sec-42">Tox</h2>
657
-<div class="outline-text-2" id="text-42">
667
+<div id="outline-container-sec-43" class="outline-2">
668
+<h2 id="sec-43">Tox</h2>
669
+<div class="outline-text-2" id="text-43">
658 670
 <p>
659 671
 Client and bootstrap node for the Tox chat/VoIP system.
660 672
 </p>
@@ -664,9 +676,9 @@ Client and bootstrap node for the Tox chat/VoIP system.
664 676
 </p>
665 677
 </div>
666 678
 </div>
667
-<div id="outline-container-sec-43" class="outline-2">
668
-<h2 id="sec-43">Turtl</h2>
669
-<div class="outline-text-2" id="text-43">
679
+<div id="outline-container-sec-44" class="outline-2">
680
+<h2 id="sec-44">Turtl</h2>
681
+<div class="outline-text-2" id="text-44">
670 682
 <p>
671 683
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
672 684
 </p>
@@ -676,18 +688,18 @@ A system for privately creating and sharing notes and images, similar to Evernot
676 688
 </p>
677 689
 </div>
678 690
 </div>
679
-<div id="outline-container-sec-44" class="outline-2">
680
-<h2 id="sec-44">Vim</h2>
681
-<div class="outline-text-2" id="text-44">
691
+<div id="outline-container-sec-45" class="outline-2">
692
+<h2 id="sec-45">Vim</h2>
693
+<div class="outline-text-2" id="text-45">
682 694
 <p>
683 695
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
684 696
 </p>
685 697
 </div>
686 698
 </div>
687 699
 
688
-<div id="outline-container-sec-45" class="outline-2">
689
-<h2 id="sec-45">Virtual Private Network (VPN)</h2>
690
-<div class="outline-text-2" id="text-45">
700
+<div id="outline-container-sec-46" class="outline-2">
701
+<h2 id="sec-46">Virtual Private Network (VPN)</h2>
702
+<div class="outline-text-2" id="text-46">
691 703
 <p>
692 704
 Set up a VPN on your server so that you can bypass local internet censorship.
693 705
 </p>
@@ -697,9 +709,9 @@ Set up a VPN on your server so that you can bypass local internet censorship.
697 709
 </p>
698 710
 </div>
699 711
 </div>
700
-<div id="outline-container-sec-46" class="outline-2">
701
-<h2 id="sec-46">XMPP</h2>
702
-<div class="outline-text-2" id="text-46">
712
+<div id="outline-container-sec-47" class="outline-2">
713
+<h2 id="sec-47">XMPP</h2>
714
+<div class="outline-text-2" id="text-47">
703 715
 <p>
704 716
 Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as <i>client state notification</i> to save battery power on your mobile devices, support for seamless roaming between networks and <i>message carbons</i> so that you can receive the same messages while being simultaneously logged in to your account on more than one device.
705 717
 </p>