cryptpad documentation

This commit is contained in:
Bob Mottram 2017-05-28 11:36:43 +01:00
parent cd3d73ac84
commit 5ba59b687e
6 changed files with 491 additions and 112 deletions

38
doc/EN/app_cryptpad.org Normal file
View File

@ -0,0 +1,38 @@
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombone, cryptpad
#+DESCRIPTION: How to use CryptPad
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_EXPORT html
<center>
<h1>CryptPad</h1>
</center>
#+END_EXPORT
This is similar to [[./app_etherpad.html][EtherPad]] but with better security and more document types which can be collaboratively edited in real time. It includes not just text editing but also creating presentations, voting and editing source code.
For added security this system is only available via an onion address, so you and your collaborators will need to be using Tor compatible browsers.
Enabling someone to edit a document is as simple as sending them the URL via a chat system. You can also send a read only URL for a document if you only want the recipient to be able to view but not edit.
Documents are stored locally within the browser of each user and the server just acts as a coordinator. No documents are stored on the server.
* Installation
Log into your system with:
#+begin_src bash
ssh myusername@mydomain -p 2222
#+end_src
Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
Select *Add/Remove Apps* then *cryptpad*. When that is complete go to *About this system* and look up the onion address. Enter that into a Tor compatible browser.
One thing to be aware of is that on this system registration and logins are disabled, so that only anonymous or pseudanonymous editing is available. This prevents anyone who discovers the onion address from then disabling your server by creating millions of accounts.

View File

@ -16,7 +16,9 @@
</center>
#+END_EXPORT
For collaborative document editing Etherpad is hard to beat. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
This is a well known system for real time collaborative editing of documents. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
If security is an especially important factor then you might also want to consider installing [[./app_cryptpad.html][CryptPad]] instead. It has more features and doesn't store any documents on the server.
* Installation
Log into your system with:

View File

@ -24,6 +24,10 @@ The base install of the system just contains an email server and Mutt client, bu
[[file:images/controlpanel/control_panel_apps.jpg]]
#+END_CENTER
* CryptPad
Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
[[./app_cryptpad.html][How to use it]]
* DLNA
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.

View File

@ -0,0 +1,318 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-05-28 Sun 11:33 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="How to use CryptPad"
/>
<meta name="keywords" content="freedombone, cryptpad" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="freedombone.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2017 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="preamble" class="status">
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h1>CryptPad</h1>
</center>
<p>
This is similar to <a href="./app_etherpad.html">EtherPad</a> but with better security and more document types which can be collaboratively edited in real time. It includes not just text editing but also creating presentations, voting and editing source code.
</p>
<p>
For added security this system is only available via an onion address, so you and your collaborators will need to be using Tor compatible browsers.
</p>
<p>
Enabling someone to edit a document is as simple as sending them the URL via a chat system. You can also send a read only URL for a document if you only want the recipient to be able to view but not edit.
</p>
<p>
Documents are stored locally within the browser of each user and the server just acts as a coordinator. No documents are stored on the server.
</p>
<div id="outline-container-orgd443efe" class="outline-2">
<h2 id="orgd443efe">Installation</h2>
<div class="outline-text-2" id="text-orgd443efe">
<p>
Log into your system with:
</p>
<div class="org-src-container">
<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
</code></pre>
</div>
<p>
Using cursor keys, space bar and Enter key select <b>Administrator controls</b> and type in your password.
</p>
<p>
Select <b>Add/Remove Apps</b> then <b>cryptpad</b>. When that is complete go to <b>About this system</b> and look up the onion address. Enter that into a Tor compatible browser.
</p>
<p>
One thing to be aware of is that on this system registration and logins are disabled, so that only anonymous or pseudanonymous editing is available. This prevents anyone who discovers the onion address from then disabling your server by creating millions of accounts.
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<style type="text/css">
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}
</style>
<div class="back-to-top">
<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
</div>
</div>
</body>
</html>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-11-20 Sun 15:35 -->
<!-- 2017-05-28 Sun 11:33 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -71,6 +71,7 @@
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
@ -188,7 +189,7 @@
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2017 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
@ -248,19 +249,23 @@ for the JavaScript code in this tag.
</center>
<p>
For collaborative document editing Etherpad is hard to beat. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
This is a well known system for real time collaborative editing of documents. Just log in, choose a document title and then edit. Different users will appear in different colours, and can also chat in the sidebar. This is installed as a private system in which only users on your Freedombone server will be able to create and edit documents, so it's not open to any random users on the internet.
</p>
<div id="outline-container-orge184e4f" class="outline-2">
<h2 id="orge184e4f">Installation</h2>
<div class="outline-text-2" id="text-orge184e4f">
<p>
If security is an especially important factor then you might also want to consider installing <a href="./app_cryptpad.html">CryptPad</a> instead. It has more features and doesn't store any documents on the server.
</p>
<div id="outline-container-orgdf1e932" class="outline-2">
<h2 id="orgdf1e932">Installation</h2>
<div class="outline-text-2" id="text-orgdf1e932">
<p>
Log into your system with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
<pre><code class="src src-bash">ssh myusername@mydomain -p 2222
</code></pre>
</div>
<p>
@ -277,9 +282,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
</div>
</div>
<div id="outline-container-org50c1610" class="outline-2">
<h2 id="org50c1610">Initial setup</h2>
<div class="outline-text-2" id="text-org50c1610">
<div id="outline-container-org3e826a1" class="outline-2">
<h2 id="org3e826a1">Initial setup</h2>
<div class="outline-text-2" id="text-org3e826a1">
<p>
If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Etherpad domain listed there along with an onion address. You can then navigate to your site in a browser.
</p>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-05-25 Thu 19:37 -->
<!-- 2017-05-28 Sun 11:36 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -264,9 +264,21 @@ The base install of the system just contains an email server and Mutt client, bu
</div>
</div>
<div id="outline-container-orga8cfe3a" class="outline-2">
<h2 id="orga8cfe3a">DLNA</h2>
<div class="outline-text-2" id="text-orga8cfe3a">
<div id="outline-container-orgcb99a06" class="outline-2">
<h2 id="orgcb99a06">CryptPad</h2>
<div class="outline-text-2" id="text-orgcb99a06">
<p>
Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
</p>
<p>
<a href="./app_cryptpad.html">How to use it</a>
</p>
</div>
</div>
<div id="outline-container-org855f478" class="outline-2">
<h2 id="org855f478">DLNA</h2>
<div class="outline-text-2" id="text-org855f478">
<p>
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
</p>
@ -276,9 +288,9 @@ Enables you to use the system as a music server which any DLNA compatible device
</p>
</div>
</div>
<div id="outline-container-org19897e2" class="outline-2">
<h2 id="org19897e2">Dokuwiki</h2>
<div class="outline-text-2" id="text-org19897e2">
<div id="outline-container-org31b8e08" class="outline-2">
<h2 id="org31b8e08">Dokuwiki</h2>
<div class="outline-text-2" id="text-org31b8e08">
<p>
A databaseless wiki system.
</p>
@ -288,9 +300,9 @@ A databaseless wiki system.
</p>
</div>
</div>
<div id="outline-container-org16818a4" class="outline-2">
<h2 id="org16818a4">Emacs</h2>
<div class="outline-text-2" id="text-org16818a4">
<div id="outline-container-orgbcfe2ca" class="outline-2">
<h2 id="orgbcfe2ca">Emacs</h2>
<div class="outline-text-2" id="text-orgbcfe2ca">
<p>
If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
</p>
@ -300,9 +312,9 @@ If you use the Mutt client to read your email then this will set it up to use em
</p>
</div>
</div>
<div id="outline-container-org68b32ef" class="outline-2">
<h2 id="org68b32ef">Etherpad</h2>
<div class="outline-text-2" id="text-org68b32ef">
<div id="outline-container-org154e327" class="outline-2">
<h2 id="org154e327">Etherpad</h2>
<div class="outline-text-2" id="text-org154e327">
<p>
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.
</p>
@ -312,9 +324,9 @@ Collaborate on creating documents in real time. Maybe you're planning a holiday
</p>
</div>
</div>
<div id="outline-container-orgf487464" class="outline-2">
<h2 id="orgf487464">Friendica</h2>
<div class="outline-text-2" id="text-orgf487464">
<div id="outline-container-org80ba8d1" class="outline-2">
<h2 id="org80ba8d1">Friendica</h2>
<div class="outline-text-2" id="text-org80ba8d1">
<p>
Federated social network system.
</p>
@ -324,9 +336,9 @@ Federated social network system.
</p>
</div>
</div>
<div id="outline-container-orgcb20098" class="outline-2">
<h2 id="orgcb20098">Ghost</h2>
<div class="outline-text-2" id="text-orgcb20098">
<div id="outline-container-org41afe45" class="outline-2">
<h2 id="org41afe45">Ghost</h2>
<div class="outline-text-2" id="text-org41afe45">
<p>
Modern looking blogging system.
</p>
@ -336,9 +348,9 @@ Modern looking blogging system.
</p>
</div>
</div>
<div id="outline-container-orgb1cf23c" class="outline-2">
<h2 id="orgb1cf23c">GNU Social</h2>
<div class="outline-text-2" id="text-orgb1cf23c">
<div id="outline-container-org03ae4e4" class="outline-2">
<h2 id="org03ae4e4">GNU Social</h2>
<div class="outline-text-2" id="text-org03ae4e4">
<p>
Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
</p>
@ -348,9 +360,9 @@ Federated social network. You can "<i>remote follow</i>" other users within the
</p>
</div>
</div>
<div id="outline-container-orgcbaeec6" class="outline-2">
<h2 id="orgcbaeec6">Gogs</h2>
<div class="outline-text-2" id="text-orgcbaeec6">
<div id="outline-container-org92a4e13" class="outline-2">
<h2 id="org92a4e13">Gogs</h2>
<div class="outline-text-2" id="text-org92a4e13">
<p>
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.
</p>
@ -360,9 +372,9 @@ Lightweight git project hosting system. You can mirror projects from Github, or
</p>
</div>
</div>
<div id="outline-container-org4c818d0" class="outline-2">
<h2 id="org4c818d0">HTMLy</h2>
<div class="outline-text-2" id="text-org4c818d0">
<div id="outline-container-org5e31bd8" class="outline-2">
<h2 id="org5e31bd8">HTMLy</h2>
<div class="outline-text-2" id="text-org5e31bd8">
<p>
Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
@ -372,9 +384,9 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
</div>
</div>
<div id="outline-container-orgd8bf49b" class="outline-2">
<h2 id="orgd8bf49b">Hubzilla</h2>
<div class="outline-text-2" id="text-orgd8bf49b">
<div id="outline-container-orgc47e66c" class="outline-2">
<h2 id="orgc47e66c">Hubzilla</h2>
<div class="outline-text-2" id="text-orgc47e66c">
<p>
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.
</p>
@ -384,9 +396,9 @@ Web publishing platform with social network like features and good privacy contr
</p>
</div>
</div>
<div id="outline-container-orgba3d721" class="outline-2">
<h2 id="orgba3d721">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-orgba3d721">
<div id="outline-container-org3e2c1e1" class="outline-2">
<h2 id="org3e2c1e1">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org3e2c1e1">
<p>
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.
</p>
@ -396,18 +408,18 @@ Run your own IRC chat channel which can be secured with a password and accessibl
</p>
</div>
</div>
<div id="outline-container-org0ba288e" class="outline-2">
<h2 id="org0ba288e">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org0ba288e">
<div id="outline-container-orgc5c04c0" class="outline-2">
<h2 id="orgc5c04c0">Jitsi Meet</h2>
<div class="outline-text-2" id="text-orgc5c04c0">
<p>
Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
</p>
</div>
</div>
<div id="outline-container-orgc8feb3f" class="outline-2">
<h2 id="orgc8feb3f">Koel</h2>
<div class="outline-text-2" id="text-orgc8feb3f">
<div id="outline-container-orgaec96ef" class="outline-2">
<h2 id="orgaec96ef">Koel</h2>
<div class="outline-text-2" id="text-orgaec96ef">
<p>
Access your music collection from any internet connected device.
</p>
@ -417,9 +429,9 @@ Access your music collection from any internet connected device.
</p>
</div>
</div>
<div id="outline-container-org9762707" class="outline-2">
<h2 id="org9762707">Lychee</h2>
<div class="outline-text-2" id="text-org9762707">
<div id="outline-container-org4139053" class="outline-2">
<h2 id="org4139053">Lychee</h2>
<div class="outline-text-2" id="text-org4139053">
<p>
Make your photo albums available on the web.
</p>
@ -429,9 +441,9 @@ Make your photo albums available on the web.
</p>
</div>
</div>
<div id="outline-container-org6031e83" class="outline-2">
<h2 id="org6031e83">Mailpile</h2>
<div class="outline-text-2" id="text-org6031e83">
<div id="outline-container-orgb56c6c6" class="outline-2">
<h2 id="orgb56c6c6">Mailpile</h2>
<div class="outline-text-2" id="text-orgb56c6c6">
<p>
Modern email client which supports GPG encryption.
</p>
@ -441,9 +453,9 @@ Modern email client which supports GPG encryption.
</p>
</div>
</div>
<div id="outline-container-org47a2c62" class="outline-2">
<h2 id="org47a2c62">Matrix</h2>
<div class="outline-text-2" id="text-org47a2c62">
<div id="outline-container-org8159028" class="outline-2">
<h2 id="org8159028">Matrix</h2>
<div class="outline-text-2" id="text-org8159028">
<p>
Multi-user chat with some security and moderation controls.
</p>
@ -453,9 +465,9 @@ Multi-user chat with some security and moderation controls.
</p>
</div>
</div>
<div id="outline-container-org6244fe1" class="outline-2">
<h2 id="org6244fe1">Mediagoblin</h2>
<div class="outline-text-2" id="text-org6244fe1">
<div id="outline-container-org1c41ed7" class="outline-2">
<h2 id="org1c41ed7">Mediagoblin</h2>
<div class="outline-text-2" id="text-org1c41ed7">
<p>
Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
</p>
@ -465,9 +477,9 @@ Publicly host video and audio files so that you don't need to use YouTube/Vimeo/
</p>
</div>
</div>
<div id="outline-container-orgbdf6733" class="outline-2">
<h2 id="orgbdf6733">Mumble</h2>
<div class="outline-text-2" id="text-orgbdf6733">
<div id="outline-container-org25e20a6" class="outline-2">
<h2 id="org25e20a6">Mumble</h2>
<div class="outline-text-2" id="text-org25e20a6">
<p>
The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
</p>
@ -477,9 +489,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
</p>
</div>
</div>
<div id="outline-container-org58c31f9" class="outline-2">
<h2 id="org58c31f9">NextCloud</h2>
<div class="outline-text-2" id="text-org58c31f9">
<div id="outline-container-org877f7a9" class="outline-2">
<h2 id="org877f7a9">NextCloud</h2>
<div class="outline-text-2" id="text-org877f7a9">
<p>
Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
</p>
@ -489,9 +501,9 @@ Store files on your server and sync them with laptops or mobile devices. Include
</p>
</div>
</div>
<div id="outline-container-org277461c" class="outline-2">
<h2 id="org277461c">PI-Hole</h2>
<div class="outline-text-2" id="text-org277461c">
<div id="outline-container-org1d6e343" class="outline-2">
<h2 id="org1d6e343">PI-Hole</h2>
<div class="outline-text-2" id="text-org1d6e343">
<p>
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.
</p>
@ -501,9 +513,9 @@ The black hole for web adverts. Block adverts at the domain name level within yo
</p>
</div>
</div>
<div id="outline-container-orgd2a6f86" class="outline-2">
<h2 id="orgd2a6f86">PostActiv</h2>
<div class="outline-text-2" id="text-orgd2a6f86">
<div id="outline-container-org7797b98" class="outline-2">
<h2 id="org7797b98">PostActiv</h2>
<div class="outline-text-2" id="text-org7797b98">
<p>
An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
</p>
@ -513,9 +525,9 @@ An alternative federated social networking system compatible with GNU Social. It
</p>
</div>
</div>
<div id="outline-container-org71aa455" class="outline-2">
<h2 id="org71aa455">Profanity</h2>
<div class="outline-text-2" id="text-org71aa455">
<div id="outline-container-org7ba9245" class="outline-2">
<h2 id="org7ba9245">Profanity</h2>
<div class="outline-text-2" id="text-org7ba9245">
<p>
A shell based XMPP client which you can run on the Freedombone server via ssh.
</p>
@ -525,9 +537,9 @@ A shell based XMPP client which you can run on the Freedombone server via ssh.
</p>
</div>
</div>
<div id="outline-container-org933fbd3" class="outline-2">
<h2 id="org933fbd3">Radicale</h2>
<div class="outline-text-2" id="text-org933fbd3">
<div id="outline-container-org877b998" class="outline-2">
<h2 id="org877b998">Radicale</h2>
<div class="outline-text-2" id="text-org877b998">
<p>
Calendar system compatible with CalDAV and CardDAV. Synch your calendar events easily and securely across all your devices.
</p>
@ -537,9 +549,9 @@ Calendar system compatible with CalDAV and CardDAV. Synch your calendar events e
</p>
</div>
</div>
<div id="outline-container-org70a6bea" class="outline-2">
<h2 id="org70a6bea">Riot Web</h2>
<div class="outline-text-2" id="text-org70a6bea">
<div id="outline-container-org8f283a5" class="outline-2">
<h2 id="org8f283a5">Riot Web</h2>
<div class="outline-text-2" id="text-org8f283a5">
<p>
A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
</p>
@ -549,9 +561,9 @@ A browser based user interface for the Matrix federated communications system, i
</p>
</div>
</div>
<div id="outline-container-org62bede0" class="outline-2">
<h2 id="org62bede0">Scuttlebot</h2>
<div class="outline-text-2" id="text-org62bede0">
<div id="outline-container-org779003e" class="outline-2">
<h2 id="org779003e">Scuttlebot</h2>
<div class="outline-text-2" id="text-org779003e">
<p>
A pub service to help synchronize your messages.
</p>
@ -562,9 +574,9 @@ A pub service to help synchronize your messages.
</p>
</div>
</div>
<div id="outline-container-orgd32ba50" class="outline-2">
<h2 id="orgd32ba50">SearX</h2>
<div class="outline-text-2" id="text-orgd32ba50">
<div id="outline-container-org1c39112" class="outline-2">
<h2 id="org1c39112">SearX</h2>
<div class="outline-text-2" id="text-org1c39112">
<p>
A metasearch engine for customised and private web searches.
</p>
@ -574,9 +586,9 @@ A metasearch engine for customised and private web searches.
</p>
</div>
</div>
<div id="outline-container-orgf787b32" class="outline-2">
<h2 id="orgf787b32">tt-rss</h2>
<div class="outline-text-2" id="text-orgf787b32">
<div id="outline-container-orgc74a019" class="outline-2">
<h2 id="orgc74a019">tt-rss</h2>
<div class="outline-text-2" id="text-orgc74a019">
<p>
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.
</p>
@ -586,9 +598,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
</p>
</div>
</div>
<div id="outline-container-org2c91d85" class="outline-2">
<h2 id="org2c91d85">Syncthing</h2>
<div class="outline-text-2" id="text-org2c91d85">
<div id="outline-container-org31c6549" class="outline-2">
<h2 id="org31c6549">Syncthing</h2>
<div class="outline-text-2" id="text-org31c6549">
<p>
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.
</p>
@ -598,9 +610,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
</p>
</div>
</div>
<div id="outline-container-org388da2c" class="outline-2">
<h2 id="org388da2c">Tahoe-LAFS</h2>
<div class="outline-text-2" id="text-org388da2c">
<div id="outline-container-org3048be4" class="outline-2">
<h2 id="org3048be4">Tahoe-LAFS</h2>
<div class="outline-text-2" id="text-org3048be4">
<p>
Robust and encrypted storage of files on one or more server.
</p>
@ -610,9 +622,9 @@ Robust and encrypted storage of files on one or more server.
</p>
</div>
</div>
<div id="outline-container-orgb327449" class="outline-2">
<h2 id="orgb327449">Tox</h2>
<div class="outline-text-2" id="text-orgb327449">
<div id="outline-container-org3f62be5" class="outline-2">
<h2 id="org3f62be5">Tox</h2>
<div class="outline-text-2" id="text-org3f62be5">
<p>
Client and bootstrap node for the Tox chat/VoIP system.
</p>
@ -622,9 +634,9 @@ Client and bootstrap node for the Tox chat/VoIP system.
</p>
</div>
</div>
<div id="outline-container-org55cef25" class="outline-2">
<h2 id="org55cef25">Turtl</h2>
<div class="outline-text-2" id="text-org55cef25">
<div id="outline-container-org5b15929" class="outline-2">
<h2 id="org5b15929">Turtl</h2>
<div class="outline-text-2" id="text-org5b15929">
<p>
A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
</p>
@ -634,18 +646,18 @@ A system for privately creating and sharing notes and images, similar to Evernot
</p>
</div>
</div>
<div id="outline-container-org50215c5" class="outline-2">
<h2 id="org50215c5">Vim</h2>
<div class="outline-text-2" id="text-org50215c5">
<div id="outline-container-orgd548e4b" class="outline-2">
<h2 id="orgd548e4b">Vim</h2>
<div class="outline-text-2" id="text-orgd548e4b">
<p>
If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
</p>
</div>
</div>
<div id="outline-container-org58ab13e" class="outline-2">
<h2 id="org58ab13e">XMPP</h2>
<div class="outline-text-2" id="text-org58ab13e">
<div id="outline-container-org56a5c5d" class="outline-2">
<h2 id="org56a5c5d">XMPP</h2>
<div class="outline-text-2" id="text-org56a5c5d">
<p>
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.
</p>