소스 검색

datserver documentation

Bob Mottram 7 년 전
부모
커밋
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 파일 보기

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
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
34
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
35
 
35
 
36
 [[./app_cryptpad.html][How to use it]]
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
 * DLNA
41
 * DLNA
38
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
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 파일 보기

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
 <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
-<!-- 2018-05-19 Sat 23:02 -->
7
+<!-- 2018-06-17 Sun 19:33 -->
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" />
216
 </div>
216
 </div>
217
 </div>
217
 </div>
218
 <div id="outline-container-sec-5" class="outline-2">
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
 <div class="outline-text-2" id="text-5">
220
 <div class="outline-text-2" id="text-5">
221
 <p>
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
 </p>
223
 </p>
224
 
224
 
225
 <p>
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
 </p>
227
 </p>
228
 </div>
228
 </div>
229
 </div>
229
 </div>
230
 <div id="outline-container-sec-6" class="outline-2">
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
 <div class="outline-text-2" id="text-6">
232
 <div class="outline-text-2" id="text-6">
233
 <p>
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
 </p>
235
 </p>
236
 
236
 
237
 <p>
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
 </p>
239
 </p>
240
 </div>
240
 </div>
241
 </div>
241
 </div>
242
 <div id="outline-container-sec-7" class="outline-2">
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
 <div class="outline-text-2" id="text-7">
244
 <div class="outline-text-2" id="text-7">
245
 <p>
245
 <p>
246
-Extremely simple and distraction-free notes system.
246
+A databaseless wiki system.
247
 </p>
247
 </p>
248
 
248
 
249
 <p>
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
 </p>
251
 </p>
252
 </div>
252
 </div>
253
 </div>
253
 </div>
254
 <div id="outline-container-sec-8" class="outline-2">
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
 <div class="outline-text-2" id="text-8">
256
 <div class="outline-text-2" id="text-8">
257
 <p>
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
 </p>
259
 </p>
260
 
260
 
261
 <p>
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
 </p>
263
 </p>
264
 </div>
264
 </div>
265
 </div>
265
 </div>
266
 <div id="outline-container-sec-9" class="outline-2">
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
 <div class="outline-text-2" id="text-9">
268
 <div class="outline-text-2" id="text-9">
269
 <p>
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
 </p>
275
 </p>
272
 </div>
276
 </div>
273
 </div>
277
 </div>
274
 <div id="outline-container-sec-10" class="outline-2">
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
 <div class="outline-text-2" id="text-10">
280
 <div class="outline-text-2" id="text-10">
277
 <p>
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
 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.
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
 </p>
291
 </p>
280
 
292
 
283
 </p>
295
 </p>
284
 </div>
296
 </div>
285
 </div>
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
 <p>
301
 <p>
290
 A new approach to creating wiki content.
302
 A new approach to creating wiki content.
291
 </p>
303
 </p>
295
 </p>
307
 </p>
296
 </div>
308
 </div>
297
 </div>
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
 <p>
313
 <p>
302
 Federated social network system.
314
 Federated social network system.
303
 </p>
315
 </p>
307
 </p>
319
 </p>
308
 </div>
320
 </div>
309
 </div>
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
 <p>
325
 <p>
314
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
326
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
315
 </p>
327
 </p>
319
 </p>
331
 </p>
320
 </div>
332
 </div>
321
 </div>
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
 <p>
337
 <p>
326
 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.
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
 </p>
339
 </p>
331
 </p>
343
 </p>
332
 </div>
344
 </div>
333
 </div>
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
 <p>
349
 <p>
338
 Databaseless blogging system. Quite simple and with a markdown-like format.
350
 Databaseless blogging system. Quite simple and with a markdown-like format.
339
 </p>
351
 </p>
343
 </p>
355
 </p>
344
 </div>
356
 </div>
345
 </div>
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
 <p>
361
 <p>
350
 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.
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
 </p>
363
 </p>
355
 </p>
367
 </p>
356
 </div>
368
 </div>
357
 </div>
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
 <p>
373
 <p>
362
 Make your own internet radio station.
374
 Make your own internet radio station.
363
 </p>
375
 </p>
367
 </p>
379
 </p>
368
 </div>
380
 </div>
369
 </div>
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
 <p>
385
 <p>
374
 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.
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
 </p>
387
 </p>
379
 </p>
391
 </p>
380
 </div>
392
 </div>
381
 </div>
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
 <p>
397
 <p>
386
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
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
 </p>
399
 </p>
388
 </div>
400
 </div>
389
 </div>
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
 <p>
406
 <p>
395
 A simple kanban system for managing projects or TODO lists.
407
 A simple kanban system for managing projects or TODO lists.
396
 </p>
408
 </p>
400
 </p>
412
 </p>
401
 </div>
413
 </div>
402
 </div>
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
 <p>
418
 <p>
407
 An OpenPGP key server for storing and retrieving GPG public keys.
419
 An OpenPGP key server for storing and retrieving GPG public keys.
408
 </p>
420
 </p>
412
 </p>
424
 </p>
413
 </div>
425
 </div>
414
 </div>
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
 <p>
430
 <p>
419
 Access your music collection from any internet connected device.
431
 Access your music collection from any internet connected device.
420
 </p>
432
 </p>
424
 </p>
436
 </p>
425
 </div>
437
 </div>
426
 </div>
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
 <p>
442
 <p>
431
 Make your photo albums available on the web.
443
 Make your photo albums available on the web.
432
 </p>
444
 </p>
436
 </p>
448
 </p>
437
 </div>
449
 </div>
438
 </div>
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
 <p>
454
 <p>
443
 Modern email client which supports GPG encryption.
455
 Modern email client which supports GPG encryption.
444
 </p>
456
 </p>
448
 </p>
460
 </p>
449
 </div>
461
 </div>
450
 </div>
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
 <p>
466
 <p>
455
 Multi-user chat with some security and moderation controls.
467
 Multi-user chat with some security and moderation controls.
456
 </p>
468
 </p>
460
 </p>
472
 </p>
461
 </div>
473
 </div>
462
 </div>
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
 <p>
478
 <p>
467
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
479
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
468
 </p>
480
 </p>
472
 </p>
484
 </p>
473
 </div>
485
 </div>
474
 </div>
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
 <p>
490
 <p>
479
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
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
 </p>
492
 </p>
484
 </p>
496
 </p>
485
 </div>
497
 </div>
486
 </div>
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
 <p>
502
 <p>
491
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
503
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
492
 </p>
504
 </p>
496
 </p>
508
 </p>
497
 </div>
509
 </div>
498
 </div>
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
 <p>
514
 <p>
503
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
515
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
504
 </p>
516
 </p>
508
 </p>
520
 </p>
509
 </div>
521
 </div>
510
 </div>
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
 <p>
526
 <p>
515
 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.
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
 </p>
528
 </p>
520
 </p>
532
 </p>
521
 </div>
533
 </div>
522
 </div>
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
 <p>
538
 <p>
527
 Fediverse instance which is compatible with GNU Social and Mastodon, and suited for systems without much RAM or CPU resource.
539
 Fediverse instance which is compatible with GNU Social and Mastodon, and suited for systems without much RAM or CPU resource.
528
 </p>
540
 </p>
532
 </p>
544
 </p>
533
 </div>
545
 </div>
534
 </div>
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
 <p>
550
 <p>
539
 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.
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
 </p>
552
 </p>
544
 </p>
556
 </p>
545
 </div>
557
 </div>
546
 </div>
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
 <p>
562
 <p>
551
 A pastebin where the server has zero knowledge of the content being pasted.
563
 A pastebin where the server has zero knowledge of the content being pasted.
552
 </p>
564
 </p>
556
 </p>
568
 </p>
557
 </div>
569
 </div>
558
 </div>
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
 <p>
574
 <p>
563
 A shell based XMPP client which you can run on the Freedombone server via ssh.
575
 A shell based XMPP client which you can run on the Freedombone server via ssh.
564
 </p>
576
 </p>
568
 </p>
580
 </p>
569
 </div>
581
 </div>
570
 </div>
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
 <p>
586
 <p>
575
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
587
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
576
 </p>
588
 </p>
580
 </p>
592
 </p>
581
 </div>
593
 </div>
582
 </div>
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
 <p>
598
 <p>
587
 A non-federated chat server (x86 systems only).
599
 A non-federated chat server (x86 systems only).
588
 </p>
600
 </p>
592
 </p>
604
 </p>
593
 </div>
605
 </div>
594
 </div>
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
 <p>
610
 <p>
599
 A metasearch engine for customised and private web searches.
611
 A metasearch engine for customised and private web searches.
600
 </p>
612
 </p>
604
 </p>
616
 </p>
605
 </div>
617
 </div>
606
 </div>
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
 <p>
622
 <p>
611
 A very minimal RSS reader.
623
 A very minimal RSS reader.
612
 </p>
624
 </p>
616
 </p>
628
 </p>
617
 </div>
629
 </div>
618
 </div>
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
 <p>
634
 <p>
623
 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.
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
 </p>
636
 </p>
628
 </p>
640
 </p>
629
 </div>
641
 </div>
630
 </div>
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
 <p>
646
 <p>
635
 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.
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
 </p>
648
 </p>
640
 </p>
652
 </p>
641
 </div>
653
 </div>
642
 </div>
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
 <p>
658
 <p>
647
 Robust and encrypted storage of files on one or more server.
659
 Robust and encrypted storage of files on one or more server.
648
 </p>
660
 </p>
652
 </p>
664
 </p>
653
 </div>
665
 </div>
654
 </div>
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
 <p>
670
 <p>
659
 Client and bootstrap node for the Tox chat/VoIP system.
671
 Client and bootstrap node for the Tox chat/VoIP system.
660
 </p>
672
 </p>
664
 </p>
676
 </p>
665
 </div>
677
 </div>
666
 </div>
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
 <p>
682
 <p>
671
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
683
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
672
 </p>
684
 </p>
676
 </p>
688
 </p>
677
 </div>
689
 </div>
678
 </div>
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
 <p>
694
 <p>
683
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
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
 </p>
696
 </p>
685
 </div>
697
 </div>
686
 </div>
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
 <p>
703
 <p>
692
 Set up a VPN on your server so that you can bypass local internet censorship.
704
 Set up a VPN on your server so that you can bypass local internet censorship.
693
 </p>
705
 </p>
697
 </p>
709
 </p>
698
 </div>
710
 </div>
699
 </div>
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
 <p>
715
 <p>
704
 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.
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
 </p>
717
 </p>