Bläddra i källkod

privatebin documentation

Bob Mottram 7 år sedan
förälder
incheckning
873828d00a
4 ändrade filer med 472 tillägg och 118 borttagningar
  1. 32
    0
      doc/EN/app_privatebin.org
  2. 4
    0
      doc/EN/apps.org
  3. 306
    0
      website/EN/app_privatebin.html
  4. 130
    118
      website/EN/apps.html

+ 32
- 0
doc/EN/app_privatebin.org Visa fil

1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, privatebin
5
+#+DESCRIPTION: How to use PrivateBin
6
+#+OPTIONS: ^:nil toc:nil
7
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8
+
9
+#+BEGIN_CENTER
10
+[[file:images/logo.png]]
11
+#+END_CENTER
12
+
13
+#+BEGIN_EXPORT html
14
+<center>
15
+<h1>PrivateBin</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+This is an encrypted pastebin, such that the server has zero knowledge of the content. It's intended for small amounts of text less than 32K in length. It's not intended for transfering large files, or for storing pastes for more than a day.
20
+
21
+Because this is completely open to any user on the internet you should be wary of the potential for DDoS, and only install this app if you really need to avoid using other pastebins or if other pastebin sites are censored or untrustable. There are traffic limits set within this app to attempt to minimize the potential for flooding attacks, but that might still not be sufficient in the worst cases.
22
+
23
+* Installation
24
+Log into your system with:
25
+
26
+#+begin_src bash
27
+ssh myusername@mydomain -p 2222
28
+#+end_src
29
+
30
+Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
31
+
32
+Select *Add/Remove Apps* then *privatebin*. You'll need to enter your preferred subdomain - something like /paste.yourdomain.com/ and optionally a freedns code.

+ 4
- 0
doc/EN/apps.org Visa fil

136
 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.
136
 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.
137
 
137
 
138
 [[./app_postactiv.html][How to use it]
138
 [[./app_postactiv.html][How to use it]
139
+* PrivateBin
140
+A pastebin where the server has zero knowledge of the content being pasted.
141
+
142
+[[./app_privatebin.html][How to use it]]
139
 * Profanity
143
 * Profanity
140
 A shell based XMPP client which you can run on the Freedombone server via ssh.
144
 A shell based XMPP client which you can run on the Freedombone server via ssh.
141
 
145
 

+ 306
- 0
website/EN/app_privatebin.html Visa fil

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
+<!-- 2018-01-10 Wed 22:19 -->
7
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta name="viewport" content="width=device-width, initial-scale=1" />
9
+<title>&lrm;</title>
10
+<meta name="generator" content="Org mode" />
11
+<meta name="author" content="Bob Mottram" />
12
+<meta name="description" content="How to use PrivateBin"
13
+ />
14
+<meta name="keywords" content="freedombone, privatebin" />
15
+<style type="text/css">
16
+ <!--/*--><![CDATA[/*><!--*/
17
+  .title  { text-align: center;
18
+             margin-bottom: .2em; }
19
+  .subtitle { text-align: center;
20
+              font-size: medium;
21
+              font-weight: bold;
22
+              margin-top:0; }
23
+  .todo   { font-family: monospace; color: red; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
26
+  .tag    { background-color: #eee; font-family: monospace;
27
+            padding: 2px; font-size: 80%; font-weight: normal; }
28
+  .timestamp { color: #bebebe; }
29
+  .timestamp-kwd { color: #5f9ea0; }
30
+  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
31
+  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
32
+  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
+  .underline { text-decoration: underline; }
34
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
+  p.verse { margin-left: 3%; }
36
+  pre {
37
+    border: 1px solid #ccc;
38
+    box-shadow: 3px 3px 3px #eee;
39
+    padding: 8pt;
40
+    font-family: monospace;
41
+    overflow: auto;
42
+    margin: 1.2em;
43
+  }
44
+  pre.src {
45
+    position: relative;
46
+    overflow: visible;
47
+    padding-top: 1.2em;
48
+  }
49
+  pre.src:before {
50
+    display: none;
51
+    position: absolute;
52
+    background-color: white;
53
+    top: -10px;
54
+    right: 10px;
55
+    padding: 3px;
56
+    border: 1px solid black;
57
+  }
58
+  pre.src:hover:before { display: inline;}
59
+  /* Languages per Org manual */
60
+  pre.src-asymptote:before { content: 'Asymptote'; }
61
+  pre.src-awk:before { content: 'Awk'; }
62
+  pre.src-C:before { content: 'C'; }
63
+  /* pre.src-C++ doesn't work in CSS */
64
+  pre.src-clojure:before { content: 'Clojure'; }
65
+  pre.src-css:before { content: 'CSS'; }
66
+  pre.src-D:before { content: 'D'; }
67
+  pre.src-ditaa:before { content: 'ditaa'; }
68
+  pre.src-dot:before { content: 'Graphviz'; }
69
+  pre.src-calc:before { content: 'Emacs Calc'; }
70
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
+  pre.src-fortran:before { content: 'Fortran'; }
72
+  pre.src-gnuplot:before { content: 'gnuplot'; }
73
+  pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
75
+  pre.src-java:before { content: 'Java'; }
76
+  pre.src-js:before { content: 'Javascript'; }
77
+  pre.src-latex:before { content: 'LaTeX'; }
78
+  pre.src-ledger:before { content: 'Ledger'; }
79
+  pre.src-lisp:before { content: 'Lisp'; }
80
+  pre.src-lilypond:before { content: 'Lilypond'; }
81
+  pre.src-lua:before { content: 'Lua'; }
82
+  pre.src-matlab:before { content: 'MATLAB'; }
83
+  pre.src-mscgen:before { content: 'Mscgen'; }
84
+  pre.src-ocaml:before { content: 'Objective Caml'; }
85
+  pre.src-octave:before { content: 'Octave'; }
86
+  pre.src-org:before { content: 'Org mode'; }
87
+  pre.src-oz:before { content: 'OZ'; }
88
+  pre.src-plantuml:before { content: 'Plantuml'; }
89
+  pre.src-processing:before { content: 'Processing.js'; }
90
+  pre.src-python:before { content: 'Python'; }
91
+  pre.src-R:before { content: 'R'; }
92
+  pre.src-ruby:before { content: 'Ruby'; }
93
+  pre.src-sass:before { content: 'Sass'; }
94
+  pre.src-scheme:before { content: 'Scheme'; }
95
+  pre.src-screen:before { content: 'Gnu Screen'; }
96
+  pre.src-sed:before { content: 'Sed'; }
97
+  pre.src-sh:before { content: 'shell'; }
98
+  pre.src-sql:before { content: 'SQL'; }
99
+  pre.src-sqlite:before { content: 'SQLite'; }
100
+  /* additional languages in org.el's org-babel-load-languages alist */
101
+  pre.src-forth:before { content: 'Forth'; }
102
+  pre.src-io:before { content: 'IO'; }
103
+  pre.src-J:before { content: 'J'; }
104
+  pre.src-makefile:before { content: 'Makefile'; }
105
+  pre.src-maxima:before { content: 'Maxima'; }
106
+  pre.src-perl:before { content: 'Perl'; }
107
+  pre.src-picolisp:before { content: 'Pico Lisp'; }
108
+  pre.src-scala:before { content: 'Scala'; }
109
+  pre.src-shell:before { content: 'Shell Script'; }
110
+  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
111
+  /* additional language identifiers per "defun org-babel-execute"
112
+       in ob-*.el */
113
+  pre.src-cpp:before  { content: 'C++'; }
114
+  pre.src-abc:before  { content: 'ABC'; }
115
+  pre.src-coq:before  { content: 'Coq'; }
116
+  pre.src-groovy:before  { content: 'Groovy'; }
117
+  /* additional language identifiers from org-babel-shell-names in
118
+     ob-shell.el: ob-shell is the only babel language using a lambda to put
119
+     the execution function name together. */
120
+  pre.src-bash:before  { content: 'bash'; }
121
+  pre.src-csh:before  { content: 'csh'; }
122
+  pre.src-ash:before  { content: 'ash'; }
123
+  pre.src-dash:before  { content: 'dash'; }
124
+  pre.src-ksh:before  { content: 'ksh'; }
125
+  pre.src-mksh:before  { content: 'mksh'; }
126
+  pre.src-posh:before  { content: 'posh'; }
127
+  /* Additional Emacs modes also supported by the LaTeX listings package */
128
+  pre.src-ada:before { content: 'Ada'; }
129
+  pre.src-asm:before { content: 'Assembler'; }
130
+  pre.src-caml:before { content: 'Caml'; }
131
+  pre.src-delphi:before { content: 'Delphi'; }
132
+  pre.src-html:before { content: 'HTML'; }
133
+  pre.src-idl:before { content: 'IDL'; }
134
+  pre.src-mercury:before { content: 'Mercury'; }
135
+  pre.src-metapost:before { content: 'MetaPost'; }
136
+  pre.src-modula-2:before { content: 'Modula-2'; }
137
+  pre.src-pascal:before { content: 'Pascal'; }
138
+  pre.src-ps:before { content: 'PostScript'; }
139
+  pre.src-prolog:before { content: 'Prolog'; }
140
+  pre.src-simula:before { content: 'Simula'; }
141
+  pre.src-tcl:before { content: 'tcl'; }
142
+  pre.src-tex:before { content: 'TeX'; }
143
+  pre.src-plain-tex:before { content: 'Plain TeX'; }
144
+  pre.src-verilog:before { content: 'Verilog'; }
145
+  pre.src-vhdl:before { content: 'VHDL'; }
146
+  pre.src-xml:before { content: 'XML'; }
147
+  pre.src-nxml:before { content: 'XML'; }
148
+  /* add a generic configuration mode; LaTeX export needs an additional
149
+     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
150
+  pre.src-conf:before { content: 'Configuration File'; }
151
+
152
+  table { border-collapse:collapse; }
153
+  caption.t-above { caption-side: top; }
154
+  caption.t-bottom { caption-side: bottom; }
155
+  td, th { vertical-align:top;  }
156
+  th.org-right  { text-align: center;  }
157
+  th.org-left   { text-align: center;   }
158
+  th.org-center { text-align: center; }
159
+  td.org-right  { text-align: right;  }
160
+  td.org-left   { text-align: left;   }
161
+  td.org-center { text-align: center; }
162
+  dt { font-weight: bold; }
163
+  .footpara { display: inline; }
164
+  .footdef  { margin-bottom: 1em; }
165
+  .figure { padding: 1em; }
166
+  .figure p { text-align: center; }
167
+  .inlinetask {
168
+    padding: 10px;
169
+    border: 2px solid gray;
170
+    margin: 10px;
171
+    background: #ffffcc;
172
+  }
173
+  #org-div-home-and-up
174
+   { text-align: right; font-size: 70%; white-space: nowrap; }
175
+  textarea { overflow-x: auto; }
176
+  .linenr { font-size: smaller }
177
+  .code-highlighted { background-color: #ffff00; }
178
+  .org-info-js_info-navigation { border-style: none; }
179
+  #org-info-js_console-label
180
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
181
+  .org-info-js_search-highlight
182
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
183
+  .org-svg { width: 90%; }
184
+  /*]]>*/-->
185
+</style>
186
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
187
+<script type="text/javascript">
188
+/*
189
+@licstart  The following is the entire license notice for the
190
+JavaScript code in this tag.
191
+
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
193
+
194
+The JavaScript code in this tag is free software: you can
195
+redistribute it and/or modify it under the terms of the GNU
196
+General Public License (GNU GPL) as published by the Free Software
197
+Foundation, either version 3 of the License, or (at your option)
198
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
199
+without even the implied warranty of MERCHANTABILITY or FITNESS
200
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
201
+
202
+As additional permission under GNU GPL version 3 section 7, you
203
+may distribute non-source (e.g., minimized or compacted) forms of
204
+that code without the copy of the GNU GPL normally required by
205
+section 4, provided you include this license notice and a URL
206
+through which recipients can access the Corresponding Source.
207
+
208
+
209
+@licend  The above is the entire license notice
210
+for the JavaScript code in this tag.
211
+*/
212
+<!--/*--><![CDATA[/*><!--*/
213
+ function CodeHighlightOn(elem, id)
214
+ {
215
+   var target = document.getElementById(id);
216
+   if(null != target) {
217
+     elem.cacheClassElem = elem.className;
218
+     elem.cacheClassTarget = target.className;
219
+     target.className = "code-highlighted";
220
+     elem.className   = "code-highlighted";
221
+   }
222
+ }
223
+ function CodeHighlightOff(elem, id)
224
+ {
225
+   var target = document.getElementById(id);
226
+   if(elem.cacheClassElem)
227
+     elem.className = elem.cacheClassElem;
228
+   if(elem.cacheClassTarget)
229
+     target.className = elem.cacheClassTarget;
230
+ }
231
+/*]]>*///-->
232
+</script>
233
+</head>
234
+<body>
235
+<div id="preamble" class="status">
236
+<a name="top" id="top"></a>
237
+</div>
238
+<div id="content">
239
+<div class="org-center">
240
+
241
+<div class="figure">
242
+<p><img src="images/logo.png" alt="logo.png" />
243
+</p>
244
+</div>
245
+</div>
246
+
247
+<center>
248
+<h1>PrivateBin</h1>
249
+</center>
250
+
251
+<p>
252
+This is an encrypted pastebin, such that the server has zero knowledge of the content. It's intended for small amounts of text less than 32K in length. It's not intended for transfering large files, or for storing pastes for more than a day.
253
+</p>
254
+
255
+<p>
256
+Because this is completely open to any user on the internet you should be wary of the potential for DDoS, and only install this app if you really need to avoid using other pastebins or if other pastebin sites are censored or untrustable. There are traffic limits set within this app to attempt to minimize the potential for flooding attacks, but that might still not be sufficient in the worst cases.
257
+</p>
258
+
259
+<div id="outline-container-org59eddf8" class="outline-2">
260
+<h2 id="org59eddf8">Installation</h2>
261
+<div class="outline-text-2" id="text-org59eddf8">
262
+<p>
263
+Log into your system with:
264
+</p>
265
+
266
+<div class="org-src-container">
267
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
268
+</pre>
269
+</div>
270
+
271
+<p>
272
+Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
273
+</p>
274
+
275
+<p>
276
+Select <b>Add/Remove Apps</b> then <b>privatebin</b>. You'll need to enter your preferred subdomain - something like <i>paste.yourdomain.com</i> and optionally a freedns code.
277
+</p>
278
+</div>
279
+</div>
280
+</div>
281
+<div id="postamble" class="status">
282
+
283
+<style type="text/css">
284
+.back-to-top {
285
+    position: fixed;
286
+    bottom: 2em;
287
+    right: 0px;
288
+    text-decoration: none;
289
+    color: #000000;
290
+    background-color: rgba(235, 235, 235, 0.80);
291
+    font-size: 12px;
292
+    padding: 1em;
293
+    display: none;
294
+}
295
+
296
+.back-to-top:hover {
297
+    background-color: rgba(135, 135, 135, 0.50);
298
+}
299
+</style>
300
+
301
+<div class="back-to-top">
302
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
303
+</div>
304
+</div>
305
+</body>
306
+</html>

+ 130
- 118
website/EN/apps.html Visa fil

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2018-01-10 Wed 14:24 -->
6
+<!-- 2018-01-10 Wed 22:22 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title>&lrm;</title>
9
 <title>&lrm;</title>
265
 </div>
265
 </div>
266
 
266
 
267
 
267
 
268
-<div id="outline-container-org8e1c6de" class="outline-2">
269
-<h2 id="org8e1c6de">Akaunting</h2>
270
-<div class="outline-text-2" id="text-org8e1c6de">
268
+<div id="outline-container-org8de0dd5" class="outline-2">
269
+<h2 id="org8de0dd5">Akaunting</h2>
270
+<div class="outline-text-2" id="text-org8de0dd5">
271
 <p>
271
 <p>
272
 A web based accounts system for small businesses or freelancers.
272
 A web based accounts system for small businesses or freelancers.
273
 </p>
273
 </p>
277
 </p>
277
 </p>
278
 </div>
278
 </div>
279
 </div>
279
 </div>
280
-<div id="outline-container-org5781982" class="outline-2">
281
-<h2 id="org5781982">CryptPad</h2>
282
-<div class="outline-text-2" id="text-org5781982">
280
+<div id="outline-container-org5c4daa6" class="outline-2">
281
+<h2 id="org5c4daa6">CryptPad</h2>
282
+<div class="outline-text-2" id="text-org5c4daa6">
283
 <p>
283
 <p>
284
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
284
 Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
285
 </p>
285
 </p>
289
 </p>
289
 </p>
290
 </div>
290
 </div>
291
 </div>
291
 </div>
292
-<div id="outline-container-org634d134" class="outline-2">
293
-<h2 id="org634d134">DLNA</h2>
294
-<div class="outline-text-2" id="text-org634d134">
292
+<div id="outline-container-orgfe3ddd3" class="outline-2">
293
+<h2 id="orgfe3ddd3">DLNA</h2>
294
+<div class="outline-text-2" id="text-orgfe3ddd3">
295
 <p>
295
 <p>
296
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
296
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
297
 </p>
297
 </p>
301
 </p>
301
 </p>
302
 </div>
302
 </div>
303
 </div>
303
 </div>
304
-<div id="outline-container-org3ef1ba1" class="outline-2">
305
-<h2 id="org3ef1ba1">Dokuwiki</h2>
306
-<div class="outline-text-2" id="text-org3ef1ba1">
304
+<div id="outline-container-orgf6be7d2" class="outline-2">
305
+<h2 id="orgf6be7d2">Dokuwiki</h2>
306
+<div class="outline-text-2" id="text-orgf6be7d2">
307
 <p>
307
 <p>
308
 A databaseless wiki system.
308
 A databaseless wiki system.
309
 </p>
309
 </p>
313
 </p>
313
 </p>
314
 </div>
314
 </div>
315
 </div>
315
 </div>
316
-<div id="outline-container-orgd8f4217" class="outline-2">
317
-<h2 id="orgd8f4217">Emacs</h2>
318
-<div class="outline-text-2" id="text-orgd8f4217">
316
+<div id="outline-container-orgd16b0b8" class="outline-2">
317
+<h2 id="orgd16b0b8">Emacs</h2>
318
+<div class="outline-text-2" id="text-orgd16b0b8">
319
 <p>
319
 <p>
320
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
320
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
321
 </p>
321
 </p>
325
 </p>
325
 </p>
326
 </div>
326
 </div>
327
 </div>
327
 </div>
328
-<div id="outline-container-orgf878069" class="outline-2">
329
-<h2 id="orgf878069">Etherpad</h2>
330
-<div class="outline-text-2" id="text-orgf878069">
328
+<div id="outline-container-org824cdf1" class="outline-2">
329
+<h2 id="org824cdf1">Etherpad</h2>
330
+<div class="outline-text-2" id="text-org824cdf1">
331
 <p>
331
 <p>
332
 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.
332
 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.
333
 </p>
333
 </p>
337
 </p>
337
 </p>
338
 </div>
338
 </div>
339
 </div>
339
 </div>
340
-<div id="outline-container-org9a9c4f3" class="outline-2">
341
-<h2 id="org9a9c4f3">Federated wiki</h2>
342
-<div class="outline-text-2" id="text-org9a9c4f3">
340
+<div id="outline-container-org2ba453d" class="outline-2">
341
+<h2 id="org2ba453d">Federated wiki</h2>
342
+<div class="outline-text-2" id="text-org2ba453d">
343
 <p>
343
 <p>
344
 A new approach to creating wiki content.
344
 A new approach to creating wiki content.
345
 </p>
345
 </p>
349
 </p>
349
 </p>
350
 </div>
350
 </div>
351
 </div>
351
 </div>
352
-<div id="outline-container-org91b656b" class="outline-2">
353
-<h2 id="org91b656b">Friendica</h2>
354
-<div class="outline-text-2" id="text-org91b656b">
352
+<div id="outline-container-orge281313" class="outline-2">
353
+<h2 id="orge281313">Friendica</h2>
354
+<div class="outline-text-2" id="text-orge281313">
355
 <p>
355
 <p>
356
 Federated social network system.
356
 Federated social network system.
357
 </p>
357
 </p>
361
 </p>
361
 </p>
362
 </div>
362
 </div>
363
 </div>
363
 </div>
364
-<div id="outline-container-org271eb94" class="outline-2">
365
-<h2 id="org271eb94">Ghost</h2>
366
-<div class="outline-text-2" id="text-org271eb94">
364
+<div id="outline-container-org73e47e5" class="outline-2">
365
+<h2 id="org73e47e5">Ghost</h2>
366
+<div class="outline-text-2" id="text-org73e47e5">
367
 <p>
367
 <p>
368
 Modern looking blogging system.
368
 Modern looking blogging system.
369
 </p>
369
 </p>
373
 </p>
373
 </p>
374
 </div>
374
 </div>
375
 </div>
375
 </div>
376
-<div id="outline-container-orga389f87" class="outline-2">
377
-<h2 id="orga389f87">GNU Social</h2>
378
-<div class="outline-text-2" id="text-orga389f87">
376
+<div id="outline-container-orgf3aaa00" class="outline-2">
377
+<h2 id="orgf3aaa00">GNU Social</h2>
378
+<div class="outline-text-2" id="text-orgf3aaa00">
379
 <p>
379
 <p>
380
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
380
 Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
381
 </p>
381
 </p>
385
 </p>
385
 </p>
386
 </div>
386
 </div>
387
 </div>
387
 </div>
388
-<div id="outline-container-org25dbd8b" class="outline-2">
389
-<h2 id="org25dbd8b">Gogs</h2>
390
-<div class="outline-text-2" id="text-org25dbd8b">
388
+<div id="outline-container-org18b93b5" class="outline-2">
389
+<h2 id="org18b93b5">Gogs</h2>
390
+<div class="outline-text-2" id="text-org18b93b5">
391
 <p>
391
 <p>
392
 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.
392
 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.
393
 </p>
393
 </p>
397
 </p>
397
 </p>
398
 </div>
398
 </div>
399
 </div>
399
 </div>
400
-<div id="outline-container-orga0d0944" class="outline-2">
401
-<h2 id="orga0d0944">HTMLy</h2>
402
-<div class="outline-text-2" id="text-orga0d0944">
400
+<div id="outline-container-org7baab7d" class="outline-2">
401
+<h2 id="org7baab7d">HTMLy</h2>
402
+<div class="outline-text-2" id="text-org7baab7d">
403
 <p>
403
 <p>
404
 Databaseless blogging system. Quite simple and with a markdown-like format.
404
 Databaseless blogging system. Quite simple and with a markdown-like format.
405
 </p>
405
 </p>
409
 </p>
409
 </p>
410
 </div>
410
 </div>
411
 </div>
411
 </div>
412
-<div id="outline-container-orgaee8baf" class="outline-2">
413
-<h2 id="orgaee8baf">Hubzilla</h2>
414
-<div class="outline-text-2" id="text-orgaee8baf">
412
+<div id="outline-container-org197b501" class="outline-2">
413
+<h2 id="org197b501">Hubzilla</h2>
414
+<div class="outline-text-2" id="text-org197b501">
415
 <p>
415
 <p>
416
 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.
416
 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.
417
 </p>
417
 </p>
421
 </p>
421
 </p>
422
 </div>
422
 </div>
423
 </div>
423
 </div>
424
-<div id="outline-container-org96c213d" class="outline-2">
425
-<h2 id="org96c213d">Icecast media stream</h2>
426
-<div class="outline-text-2" id="text-org96c213d">
424
+<div id="outline-container-org4838262" class="outline-2">
425
+<h2 id="org4838262">Icecast media stream</h2>
426
+<div class="outline-text-2" id="text-org4838262">
427
 <p>
427
 <p>
428
 Make your own internet radio station.
428
 Make your own internet radio station.
429
 </p>
429
 </p>
433
 </p>
433
 </p>
434
 </div>
434
 </div>
435
 </div>
435
 </div>
436
-<div id="outline-container-org1b6fde5" class="outline-2">
437
-<h2 id="org1b6fde5">IRC Server (ngirc)</h2>
438
-<div class="outline-text-2" id="text-org1b6fde5">
436
+<div id="outline-container-org5d3dd13" class="outline-2">
437
+<h2 id="org5d3dd13">IRC Server (ngirc)</h2>
438
+<div class="outline-text-2" id="text-org5d3dd13">
439
 <p>
439
 <p>
440
 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.
440
 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.
441
 </p>
441
 </p>
445
 </p>
445
 </p>
446
 </div>
446
 </div>
447
 </div>
447
 </div>
448
-<div id="outline-container-org96e6f4f" class="outline-2">
449
-<h2 id="org96e6f4f">Jitsi Meet</h2>
450
-<div class="outline-text-2" id="text-org96e6f4f">
448
+<div id="outline-container-orge4b4b21" class="outline-2">
449
+<h2 id="orge4b4b21">Jitsi Meet</h2>
450
+<div class="outline-text-2" id="text-orge4b4b21">
451
 <p>
451
 <p>
452
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
452
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
453
 </p>
453
 </p>
454
 </div>
454
 </div>
455
 </div>
455
 </div>
456
 
456
 
457
-<div id="outline-container-orge07f1f9" class="outline-2">
458
-<h2 id="orge07f1f9">KanBoard</h2>
459
-<div class="outline-text-2" id="text-orge07f1f9">
457
+<div id="outline-container-org65e3fd6" class="outline-2">
458
+<h2 id="org65e3fd6">KanBoard</h2>
459
+<div class="outline-text-2" id="text-org65e3fd6">
460
 <p>
460
 <p>
461
 A simple kanban system for managing projects or TODO lists.
461
 A simple kanban system for managing projects or TODO lists.
462
 </p>
462
 </p>
466
 </p>
466
 </p>
467
 </div>
467
 </div>
468
 </div>
468
 </div>
469
-<div id="outline-container-orgd69a78b" class="outline-2">
470
-<h2 id="orgd69a78b">Key Server</h2>
471
-<div class="outline-text-2" id="text-orgd69a78b">
469
+<div id="outline-container-orgb890e3d" class="outline-2">
470
+<h2 id="orgb890e3d">Key Server</h2>
471
+<div class="outline-text-2" id="text-orgb890e3d">
472
 <p>
472
 <p>
473
 An OpenPGP key server for storing and retrieving GPG public keys.
473
 An OpenPGP key server for storing and retrieving GPG public keys.
474
 </p>
474
 </p>
478
 </p>
478
 </p>
479
 </div>
479
 </div>
480
 </div>
480
 </div>
481
-<div id="outline-container-org84e4e1c" class="outline-2">
482
-<h2 id="org84e4e1c">Koel</h2>
483
-<div class="outline-text-2" id="text-org84e4e1c">
481
+<div id="outline-container-org3087dee" class="outline-2">
482
+<h2 id="org3087dee">Koel</h2>
483
+<div class="outline-text-2" id="text-org3087dee">
484
 <p>
484
 <p>
485
 Access your music collection from any internet connected device.
485
 Access your music collection from any internet connected device.
486
 </p>
486
 </p>
490
 </p>
490
 </p>
491
 </div>
491
 </div>
492
 </div>
492
 </div>
493
-<div id="outline-container-org92b57ea" class="outline-2">
494
-<h2 id="org92b57ea">Lychee</h2>
495
-<div class="outline-text-2" id="text-org92b57ea">
493
+<div id="outline-container-org0b1728a" class="outline-2">
494
+<h2 id="org0b1728a">Lychee</h2>
495
+<div class="outline-text-2" id="text-org0b1728a">
496
 <p>
496
 <p>
497
 Make your photo albums available on the web.
497
 Make your photo albums available on the web.
498
 </p>
498
 </p>
502
 </p>
502
 </p>
503
 </div>
503
 </div>
504
 </div>
504
 </div>
505
-<div id="outline-container-orgeb1cdb7" class="outline-2">
506
-<h2 id="orgeb1cdb7">Mailpile</h2>
507
-<div class="outline-text-2" id="text-orgeb1cdb7">
505
+<div id="outline-container-orgf3b475a" class="outline-2">
506
+<h2 id="orgf3b475a">Mailpile</h2>
507
+<div class="outline-text-2" id="text-orgf3b475a">
508
 <p>
508
 <p>
509
 Modern email client which supports GPG encryption.
509
 Modern email client which supports GPG encryption.
510
 </p>
510
 </p>
514
 </p>
514
 </p>
515
 </div>
515
 </div>
516
 </div>
516
 </div>
517
-<div id="outline-container-org48106ac" class="outline-2">
518
-<h2 id="org48106ac">Matrix</h2>
519
-<div class="outline-text-2" id="text-org48106ac">
517
+<div id="outline-container-org23214e6" class="outline-2">
518
+<h2 id="org23214e6">Matrix</h2>
519
+<div class="outline-text-2" id="text-org23214e6">
520
 <p>
520
 <p>
521
 Multi-user chat with some security and moderation controls.
521
 Multi-user chat with some security and moderation controls.
522
 </p>
522
 </p>
526
 </p>
526
 </p>
527
 </div>
527
 </div>
528
 </div>
528
 </div>
529
-<div id="outline-container-orgdb0e51d" class="outline-2">
530
-<h2 id="orgdb0e51d">Mediagoblin</h2>
531
-<div class="outline-text-2" id="text-orgdb0e51d">
529
+<div id="outline-container-org296571f" class="outline-2">
530
+<h2 id="org296571f">Mediagoblin</h2>
531
+<div class="outline-text-2" id="text-org296571f">
532
 <p>
532
 <p>
533
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
533
 Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
534
 </p>
534
 </p>
538
 </p>
538
 </p>
539
 </div>
539
 </div>
540
 </div>
540
 </div>
541
-<div id="outline-container-org12e0a7d" class="outline-2">
542
-<h2 id="org12e0a7d">Mumble</h2>
543
-<div class="outline-text-2" id="text-org12e0a7d">
541
+<div id="outline-container-orgaa7afe5" class="outline-2">
542
+<h2 id="orgaa7afe5">Mumble</h2>
543
+<div class="outline-text-2" id="text-orgaa7afe5">
544
 <p>
544
 <p>
545
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
545
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
546
 </p>
546
 </p>
550
 </p>
550
 </p>
551
 </div>
551
 </div>
552
 </div>
552
 </div>
553
-<div id="outline-container-org6d141d2" class="outline-2">
554
-<h2 id="org6d141d2">NextCloud</h2>
555
-<div class="outline-text-2" id="text-org6d141d2">
553
+<div id="outline-container-org4c18b61" class="outline-2">
554
+<h2 id="org4c18b61">NextCloud</h2>
555
+<div class="outline-text-2" id="text-org4c18b61">
556
 <p>
556
 <p>
557
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
557
 Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
558
 </p>
558
 </p>
562
 </p>
562
 </p>
563
 </div>
563
 </div>
564
 </div>
564
 </div>
565
-<div id="outline-container-orgfbcc2bd" class="outline-2">
566
-<h2 id="orgfbcc2bd">PeerTube</h2>
567
-<div class="outline-text-2" id="text-orgfbcc2bd">
565
+<div id="outline-container-orgce573a5" class="outline-2">
566
+<h2 id="orgce573a5">PeerTube</h2>
567
+<div class="outline-text-2" id="text-orgce573a5">
568
 <p>
568
 <p>
569
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
569
 Peer-to-peer video hosting. Similar to Mediagoblin, but the P2P aspect better enables the streaming load to be shared across servers.
570
 </p>
570
 </p>
574
 </p>
574
 </p>
575
 </div>
575
 </div>
576
 </div>
576
 </div>
577
-<div id="outline-container-org460d63a" class="outline-2">
578
-<h2 id="org460d63a">PI-Hole</h2>
579
-<div class="outline-text-2" id="text-org460d63a">
577
+<div id="outline-container-orgda7ea20" class="outline-2">
578
+<h2 id="orgda7ea20">PI-Hole</h2>
579
+<div class="outline-text-2" id="text-orgda7ea20">
580
 <p>
580
 <p>
581
 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.
581
 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.
582
 </p>
582
 </p>
586
 </p>
586
 </p>
587
 </div>
587
 </div>
588
 </div>
588
 </div>
589
-<div id="outline-container-org65deb16" class="outline-2">
590
-<h2 id="org65deb16">PostActiv</h2>
591
-<div class="outline-text-2" id="text-org65deb16">
589
+<div id="outline-container-org4a4d87f" class="outline-2">
590
+<h2 id="org4a4d87f">PostActiv</h2>
591
+<div class="outline-text-2" id="text-org4a4d87f">
592
 <p>
592
 <p>
593
 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.
593
 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.
594
 </p>
594
 </p>
598
 </p>
598
 </p>
599
 </div>
599
 </div>
600
 </div>
600
 </div>
601
-<div id="outline-container-org8852da5" class="outline-2">
602
-<h2 id="org8852da5">Profanity</h2>
603
-<div class="outline-text-2" id="text-org8852da5">
601
+<div id="outline-container-orgf29d988" class="outline-2">
602
+<h2 id="orgf29d988">PrivateBin</h2>
603
+<div class="outline-text-2" id="text-orgf29d988">
604
+<p>
605
+A pastebin where the server has zero knowledge of the content being pasted.
606
+</p>
607
+
608
+<p>
609
+<a href="./app_privatebin.html">How to use it</a>
610
+</p>
611
+</div>
612
+</div>
613
+<div id="outline-container-orgb785763" class="outline-2">
614
+<h2 id="orgb785763">Profanity</h2>
615
+<div class="outline-text-2" id="text-orgb785763">
604
 <p>
616
 <p>
605
 A shell based XMPP client which you can run on the Freedombone server via ssh.
617
 A shell based XMPP client which you can run on the Freedombone server via ssh.
606
 </p>
618
 </p>
610
 </p>
622
 </p>
611
 </div>
623
 </div>
612
 </div>
624
 </div>
613
-<div id="outline-container-org262f5c6" class="outline-2">
614
-<h2 id="org262f5c6">Riot Web</h2>
615
-<div class="outline-text-2" id="text-org262f5c6">
625
+<div id="outline-container-orgb577c3c" class="outline-2">
626
+<h2 id="orgb577c3c">Riot Web</h2>
627
+<div class="outline-text-2" id="text-orgb577c3c">
616
 <p>
628
 <p>
617
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
629
 A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
618
 </p>
630
 </p>
622
 </p>
634
 </p>
623
 </div>
635
 </div>
624
 </div>
636
 </div>
625
-<div id="outline-container-org5c685c7" class="outline-2">
626
-<h2 id="org5c685c7">SearX</h2>
627
-<div class="outline-text-2" id="text-org5c685c7">
637
+<div id="outline-container-org650041a" class="outline-2">
638
+<h2 id="org650041a">SearX</h2>
639
+<div class="outline-text-2" id="text-org650041a">
628
 <p>
640
 <p>
629
 A metasearch engine for customised and private web searches.
641
 A metasearch engine for customised and private web searches.
630
 </p>
642
 </p>
634
 </p>
646
 </p>
635
 </div>
647
 </div>
636
 </div>
648
 </div>
637
-<div id="outline-container-org609aeef" class="outline-2">
638
-<h2 id="org609aeef">tt-rss</h2>
639
-<div class="outline-text-2" id="text-org609aeef">
649
+<div id="outline-container-org231058a" class="outline-2">
650
+<h2 id="org231058a">tt-rss</h2>
651
+<div class="outline-text-2" id="text-org231058a">
640
 <p>
652
 <p>
641
 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.
653
 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.
642
 </p>
654
 </p>
646
 </p>
658
 </p>
647
 </div>
659
 </div>
648
 </div>
660
 </div>
649
-<div id="outline-container-orgf0d4a79" class="outline-2">
650
-<h2 id="orgf0d4a79">Syncthing</h2>
651
-<div class="outline-text-2" id="text-orgf0d4a79">
661
+<div id="outline-container-org6a2c5e3" class="outline-2">
662
+<h2 id="org6a2c5e3">Syncthing</h2>
663
+<div class="outline-text-2" id="text-org6a2c5e3">
652
 <p>
664
 <p>
653
 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.
665
 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.
654
 </p>
666
 </p>
658
 </p>
670
 </p>
659
 </div>
671
 </div>
660
 </div>
672
 </div>
661
-<div id="outline-container-org91cbbcf" class="outline-2">
662
-<h2 id="org91cbbcf">Tahoe-LAFS</h2>
663
-<div class="outline-text-2" id="text-org91cbbcf">
673
+<div id="outline-container-org05dcfc7" class="outline-2">
674
+<h2 id="org05dcfc7">Tahoe-LAFS</h2>
675
+<div class="outline-text-2" id="text-org05dcfc7">
664
 <p>
676
 <p>
665
 Robust and encrypted storage of files on one or more server.
677
 Robust and encrypted storage of files on one or more server.
666
 </p>
678
 </p>
670
 </p>
682
 </p>
671
 </div>
683
 </div>
672
 </div>
684
 </div>
673
-<div id="outline-container-orgf95d31b" class="outline-2">
674
-<h2 id="orgf95d31b">Tox</h2>
675
-<div class="outline-text-2" id="text-orgf95d31b">
685
+<div id="outline-container-orgd360ee5" class="outline-2">
686
+<h2 id="orgd360ee5">Tox</h2>
687
+<div class="outline-text-2" id="text-orgd360ee5">
676
 <p>
688
 <p>
677
 Client and bootstrap node for the Tox chat/VoIP system.
689
 Client and bootstrap node for the Tox chat/VoIP system.
678
 </p>
690
 </p>
682
 </p>
694
 </p>
683
 </div>
695
 </div>
684
 </div>
696
 </div>
685
-<div id="outline-container-org20594a2" class="outline-2">
686
-<h2 id="org20594a2">Turtl</h2>
687
-<div class="outline-text-2" id="text-org20594a2">
697
+<div id="outline-container-org53cf66b" class="outline-2">
698
+<h2 id="org53cf66b">Turtl</h2>
699
+<div class="outline-text-2" id="text-org53cf66b">
688
 <p>
700
 <p>
689
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
701
 A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
690
 </p>
702
 </p>
694
 </p>
706
 </p>
695
 </div>
707
 </div>
696
 </div>
708
 </div>
697
-<div id="outline-container-orga4d94aa" class="outline-2">
698
-<h2 id="orga4d94aa">Vim</h2>
699
-<div class="outline-text-2" id="text-orga4d94aa">
709
+<div id="outline-container-orgc51045a" class="outline-2">
710
+<h2 id="orgc51045a">Vim</h2>
711
+<div class="outline-text-2" id="text-orgc51045a">
700
 <p>
712
 <p>
701
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
713
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
702
 </p>
714
 </p>
703
 </div>
715
 </div>
704
 </div>
716
 </div>
705
 
717
 
706
-<div id="outline-container-org83399c4" class="outline-2">
707
-<h2 id="org83399c4">Virtual Private Network (VPN)</h2>
708
-<div class="outline-text-2" id="text-org83399c4">
718
+<div id="outline-container-org2ae2b61" class="outline-2">
719
+<h2 id="org2ae2b61">Virtual Private Network (VPN)</h2>
720
+<div class="outline-text-2" id="text-org2ae2b61">
709
 <p>
721
 <p>
710
 Set up a VPN on your server so that you can bypass local internet censorship.
722
 Set up a VPN on your server so that you can bypass local internet censorship.
711
 </p>
723
 </p>
715
 </p>
727
 </p>
716
 </div>
728
 </div>
717
 </div>
729
 </div>
718
-<div id="outline-container-org409bdd6" class="outline-2">
719
-<h2 id="org409bdd6">XMPP</h2>
720
-<div class="outline-text-2" id="text-org409bdd6">
730
+<div id="outline-container-orgccb41b1" class="outline-2">
731
+<h2 id="orgccb41b1">XMPP</h2>
732
+<div class="outline-text-2" id="text-orgccb41b1">
721
 <p>
733
 <p>
722
 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.
734
 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.
723
 </p>
735
 </p>