Icecast documentation

This commit is contained in:
Bob Mottram 2017-11-27 12:30:52 +00:00
parent 0c921f1d77
commit 426da7a6e3
4 changed files with 565 additions and 109 deletions

64
doc/EN/app_icecast.org Normal file
View File

@ -0,0 +1,64 @@
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombone, icecast
#+DESCRIPTION: How to use Icecast
#+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>Icecast</h1>
</center>
#+END_EXPORT
Icecast enables you to run something like an internet radio station. So if you have multiple audio files and want to be able to stream those in sequence from a web site then this can be useful.
This system is available only via an onion address, which should mitigate the potential for copyright disputes over streamed content. By default it's only set up to stream to a small number of users so that it doesn't put too much stress on CPU or memory requirements, although you can increase the maximum limit if you have a more powerful system and enough bandwidth.
* 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*. If Vim is selected then you might want to unselect and uninstall it first, then select *icecast*.
If you then go to the *About* screen you'll see the onion address for Icecast and can navigate to it in a Tor compatible browser.
* Adding files to be streamed
There are two ways to get files onto the system: either via ssh or via a USB drive. File types can be *ogg, ogv, mp3 or mp4* format.
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive.
** From a USB drive
Create a directory on the USB drive named *icestream* and copy your files into there. Plug the drive into your server.
Go to the *Administrator control panel*, select *App settings*, then *icecast*, then *Import stream files from USB drive*.
** Via ssh
Make a directory named *icestream* and copy your file into it. Then copy the directory to your server.
#+begin_src bash
scp -r -P 2222 icestream myusername@mydomain:/home/myusername
#+end_src
Log into your server with:
#+begin_src bash
ssh myusername@mydomain -p 2222
#+end_src
Select *Administrator controls*, enter your password, then go to *App settings* followed by *icecast* and *Import stream files*. Choose the directory with up and down cursors and space bar to select.
* Access controls
By default anyone who happens to find your Icecast onion address can listen to your stream. If you only want it to be available to a few friends or family then you can add an extra login password.
Go to the *Administrator control panel*, select *App settings*, then *icecast*, then *Enable login for stream users*. Take a note of the password and you can give that out to whoever needs access, preferably via an encrypted chat app or sneakernet. If you need to copy and paste then hold the shift key while highlighting the password.

View File

@ -68,6 +68,10 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
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. 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.
[[./app_hubzilla.html][How to use it]] [[./app_hubzilla.html][How to use it]]
* Icecast media stream
Make your own internet radio station.
[[./app_icecast.html][How to use it]]
* IRC Server (ngirc) * IRC Server (ngirc)
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. 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.

376
website/EN/app_icecast.html Normal file
View File

@ -0,0 +1,376 @@
<?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-11-27 Mon 12:28 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="How to use Icecast"
/>
<meta name="keywords" content="freedombone, icecast" />
<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>Icecast</h1>
</center>
<p>
Icecast enables you to run something like an internet radio station. So if you have multiple audio files and want to be able to stream those in sequence from a web site then this can be useful.
</p>
<p>
This system is available only via an onion address, which should mitigate the potential for copyright disputes over streamed content. By default it's only set up to stream to a small number of users so that it doesn't put too much stress on CPU or memory requirements, although you can increase the maximum limit if you have a more powerful system and enough bandwidth.
</p>
<div id="outline-container-org8c8f8ae" class="outline-2">
<h2 id="org8c8f8ae">Installation</h2>
<div class="outline-text-2" id="text-org8c8f8ae">
<p>
Log into your system with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</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>. If Vim is selected then you might want to unselect and uninstall it first, then select <b>icecast</b>.
</p>
<p>
If you then go to the <b>About</b> screen you'll see the onion address for Icecast and can navigate to it in a Tor compatible browser.
</p>
</div>
</div>
<div id="outline-container-org00ccd42" class="outline-2">
<h2 id="org00ccd42">Adding files to be streamed</h2>
<div class="outline-text-2" id="text-org00ccd42">
<p>
There are two ways to get files onto the system: either via ssh or via a USB drive. File types can be <b>ogg, ogv, mp3 or mp4</b> format.
</p>
<p>
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive.
</p>
</div>
<div id="outline-container-org96ee1e5" class="outline-3">
<h3 id="org96ee1e5">From a USB drive</h3>
<div class="outline-text-3" id="text-org96ee1e5">
<p>
Create a directory on the USB drive named <b>icestream</b> and copy your files into there. Plug the drive into your server.
</p>
<p>
Go to the <b>Administrator control panel</b>, select <b>App settings</b>, then <b>icecast</b>, then <b>Import stream files from USB drive</b>.
</p>
</div>
</div>
<div id="outline-container-org487d744" class="outline-3">
<h3 id="org487d744">Via ssh</h3>
<div class="outline-text-3" id="text-org487d744">
<p>
Make a directory named <b>icestream</b> and copy your file into it. Then copy the directory to your server.
</p>
<div class="org-src-container">
<pre class="src src-bash">scp -r -P 2222 icestream myusername@mydomain:/home/myusername
</pre>
</div>
<p>
Log into your server with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
</div>
<p>
Select <b>Administrator controls</b>, enter your password, then go to <b>App settings</b> followed by <b>icecast</b> and <b>Import stream files</b>. Choose the directory with up and down cursors and space bar to select.
</p>
</div>
</div>
</div>
<div id="outline-container-org9612135" class="outline-2">
<h2 id="org9612135">Access controls</h2>
<div class="outline-text-2" id="text-org9612135">
<p>
By default anyone who happens to find your Icecast onion address can listen to your stream. If you only want it to be available to a few friends or family then you can add an extra login password.
</p>
<p>
Go to the <b>Administrator control panel</b>, select <b>App settings</b>, then <b>icecast</b>, then <b>Enable login for stream users</b>. Take a note of the password and you can give that out to whoever needs access, preferably via an encrypted chat app or sneakernet. If you need to copy and paste then hold the shift key while highlighting the password.
</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"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2017-11-08 Wed 14:34 --> <!-- 2017-11-27 Mon 12:30 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title> <title>&lrm;</title>
@ -264,9 +264,9 @@ The base install of the system just contains an email server and Mutt client, bu
</div> </div>
</div> </div>
<div id="outline-container-orge2d5b23" class="outline-2"> <div id="outline-container-org6976750" class="outline-2">
<h2 id="orge2d5b23">CryptPad</h2> <h2 id="org6976750">CryptPad</h2>
<div class="outline-text-2" id="text-orge2d5b23"> <div class="outline-text-2" id="text-org6976750">
<p> <p>
Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security. Collaborate on editing documents, presentations and source code, or vote on things. All with a good level of security.
</p> </p>
@ -276,9 +276,9 @@ Collaborate on editing documents, presentations and source code, or vote on thin
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org535af0a" class="outline-2"> <div id="outline-container-org034a81a" class="outline-2">
<h2 id="org535af0a">DLNA</h2> <h2 id="org034a81a">DLNA</h2>
<div class="outline-text-2" id="text-org535af0a"> <div class="outline-text-2" id="text-org034a81a">
<p> <p>
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network. Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
</p> </p>
@ -288,9 +288,9 @@ Enables you to use the system as a music server which any DLNA compatible device
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org61623e3" class="outline-2"> <div id="outline-container-orgd4981e7" class="outline-2">
<h2 id="org61623e3">Dokuwiki</h2> <h2 id="orgd4981e7">Dokuwiki</h2>
<div class="outline-text-2" id="text-org61623e3"> <div class="outline-text-2" id="text-orgd4981e7">
<p> <p>
A databaseless wiki system. A databaseless wiki system.
</p> </p>
@ -300,9 +300,9 @@ A databaseless wiki system.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge0257ac" class="outline-2"> <div id="outline-container-org5c87cff" class="outline-2">
<h2 id="orge0257ac">Emacs</h2> <h2 id="org5c87cff">Emacs</h2>
<div class="outline-text-2" id="text-orge0257ac"> <div class="outline-text-2" id="text-org5c87cff">
<p> <p>
If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail. If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
</p> </p>
@ -312,9 +312,9 @@ If you use the Mutt client to read your email then this will set it up to use em
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb24d6db" class="outline-2"> <div id="outline-container-org8f6c5e6" class="outline-2">
<h2 id="orgb24d6db">Etherpad</h2> <h2 id="org8f6c5e6">Etherpad</h2>
<div class="outline-text-2" id="text-orgb24d6db"> <div class="outline-text-2" id="text-org8f6c5e6">
<p> <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. 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> </p>
@ -324,9 +324,9 @@ Collaborate on creating documents in real time. Maybe you're planning a holiday
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgb3d24df" class="outline-2"> <div id="outline-container-orgbda9945" class="outline-2">
<h2 id="orgb3d24df">Friendica</h2> <h2 id="orgbda9945">Friendica</h2>
<div class="outline-text-2" id="text-orgb3d24df"> <div class="outline-text-2" id="text-orgbda9945">
<p> <p>
Federated social network system. Federated social network system.
</p> </p>
@ -336,9 +336,9 @@ Federated social network system.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org80e709f" class="outline-2"> <div id="outline-container-orgfe1de94" class="outline-2">
<h2 id="org80e709f">Ghost</h2> <h2 id="orgfe1de94">Ghost</h2>
<div class="outline-text-2" id="text-org80e709f"> <div class="outline-text-2" id="text-orgfe1de94">
<p> <p>
Modern looking blogging system. Modern looking blogging system.
</p> </p>
@ -348,9 +348,9 @@ Modern looking blogging system.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orge6cfb69" class="outline-2"> <div id="outline-container-orgdd6af7e" class="outline-2">
<h2 id="orge6cfb69">GNU Social</h2> <h2 id="orgdd6af7e">GNU Social</h2>
<div class="outline-text-2" id="text-orge6cfb69"> <div class="outline-text-2" id="text-orgdd6af7e">
<p> <p>
Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation. Federated social network based on the OStatus protocol. You can "<i>remote follow</i>" other users within the GNU Social federation.
</p> </p>
@ -360,9 +360,9 @@ Federated social network based on the OStatus protocol. You can "<i>remote follo
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org41197ed" class="outline-2"> <div id="outline-container-org8f2e173" class="outline-2">
<h2 id="org41197ed">Gogs</h2> <h2 id="org8f2e173">Gogs</h2>
<div class="outline-text-2" id="text-org41197ed"> <div class="outline-text-2" id="text-org8f2e173">
<p> <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. 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> </p>
@ -372,9 +372,9 @@ Lightweight git project hosting system. You can mirror projects from Github, or
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgca785f7" class="outline-2"> <div id="outline-container-org8fd1e52" class="outline-2">
<h2 id="orgca785f7">HTMLy</h2> <h2 id="org8fd1e52">HTMLy</h2>
<div class="outline-text-2" id="text-orgca785f7"> <div class="outline-text-2" id="text-org8fd1e52">
<p> <p>
Databaseless blogging system. Quite simple and with a markdown-like format. Databaseless blogging system. Quite simple and with a markdown-like format.
</p> </p>
@ -384,9 +384,9 @@ Databaseless blogging system. Quite simple and with a markdown-like format.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org86037c8" class="outline-2"> <div id="outline-container-org70040fe" class="outline-2">
<h2 id="org86037c8">Hubzilla</h2> <h2 id="org70040fe">Hubzilla</h2>
<div class="outline-text-2" id="text-org86037c8"> <div class="outline-text-2" id="text-org70040fe">
<p> <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. 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> </p>
@ -396,9 +396,21 @@ Web publishing platform with social network like features and good privacy contr
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org8a61ba6" class="outline-2"> <div id="outline-container-org64ccd5e" class="outline-2">
<h2 id="org8a61ba6">IRC Server (ngirc)</h2> <h2 id="org64ccd5e">Icecast media stream</h2>
<div class="outline-text-2" id="text-org8a61ba6"> <div class="outline-text-2" id="text-org64ccd5e">
<p>
Make your own internet radio station.
</p>
<p>
<a href="./app_icecast.html">How to use it</a>
</p>
</div>
</div>
<div id="outline-container-org73319d7" class="outline-2">
<h2 id="org73319d7">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org73319d7">
<p> <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. 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> </p>
@ -408,18 +420,18 @@ Run your own IRC chat channel which can be secured with a password and accessibl
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5fb058b" class="outline-2"> <div id="outline-container-orgd03beb7" class="outline-2">
<h2 id="org5fb058b">Jitsi Meet</h2> <h2 id="orgd03beb7">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org5fb058b"> <div class="outline-text-2" id="text-orgd03beb7">
<p> <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. 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> </p>
</div> </div>
</div> </div>
<div id="outline-container-org34dd27a" class="outline-2"> <div id="outline-container-org4b6a6a3" class="outline-2">
<h2 id="org34dd27a">KanBoard</h2> <h2 id="org4b6a6a3">KanBoard</h2>
<div class="outline-text-2" id="text-org34dd27a"> <div class="outline-text-2" id="text-org4b6a6a3">
<p> <p>
A simple kanban system for managing projects or TODO lists. A simple kanban system for managing projects or TODO lists.
</p> </p>
@ -429,9 +441,9 @@ A simple kanban system for managing projects or TODO lists.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgd752c61" class="outline-2"> <div id="outline-container-orge157028" class="outline-2">
<h2 id="orgd752c61">Key Server</h2> <h2 id="orge157028">Key Server</h2>
<div class="outline-text-2" id="text-orgd752c61"> <div class="outline-text-2" id="text-orge157028">
<p> <p>
An OpenPGP key server for storing and retrieving GPG public keys. An OpenPGP key server for storing and retrieving GPG public keys.
</p> </p>
@ -441,9 +453,9 @@ An OpenPGP key server for storing and retrieving GPG public keys.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgd209174" class="outline-2"> <div id="outline-container-org090bd37" class="outline-2">
<h2 id="orgd209174">Koel</h2> <h2 id="org090bd37">Koel</h2>
<div class="outline-text-2" id="text-orgd209174"> <div class="outline-text-2" id="text-org090bd37">
<p> <p>
Access your music collection from any internet connected device. Access your music collection from any internet connected device.
</p> </p>
@ -453,9 +465,9 @@ Access your music collection from any internet connected device.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgfa62348" class="outline-2"> <div id="outline-container-org1c5934b" class="outline-2">
<h2 id="orgfa62348">Lychee</h2> <h2 id="org1c5934b">Lychee</h2>
<div class="outline-text-2" id="text-orgfa62348"> <div class="outline-text-2" id="text-org1c5934b">
<p> <p>
Make your photo albums available on the web. Make your photo albums available on the web.
</p> </p>
@ -465,9 +477,9 @@ Make your photo albums available on the web.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org05fc470" class="outline-2"> <div id="outline-container-org3cf360f" class="outline-2">
<h2 id="org05fc470">Mailpile</h2> <h2 id="org3cf360f">Mailpile</h2>
<div class="outline-text-2" id="text-org05fc470"> <div class="outline-text-2" id="text-org3cf360f">
<p> <p>
Modern email client which supports GPG encryption. Modern email client which supports GPG encryption.
</p> </p>
@ -477,9 +489,9 @@ Modern email client which supports GPG encryption.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga3887ed" class="outline-2"> <div id="outline-container-org62684b4" class="outline-2">
<h2 id="orga3887ed">Matrix</h2> <h2 id="org62684b4">Matrix</h2>
<div class="outline-text-2" id="text-orga3887ed"> <div class="outline-text-2" id="text-org62684b4">
<p> <p>
Multi-user chat with some security and moderation controls. Multi-user chat with some security and moderation controls.
</p> </p>
@ -489,9 +501,9 @@ Multi-user chat with some security and moderation controls.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org98a5590" class="outline-2"> <div id="outline-container-org67c8d9c" class="outline-2">
<h2 id="org98a5590">Mediagoblin</h2> <h2 id="org67c8d9c">Mediagoblin</h2>
<div class="outline-text-2" id="text-org98a5590"> <div class="outline-text-2" id="text-org67c8d9c">
<p> <p>
Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc. Publicly host video and audio files so that you don't need to use YouTube/Vimeo/etc.
</p> </p>
@ -501,9 +513,9 @@ Publicly host video and audio files so that you don't need to use YouTube/Vimeo/
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgf91b078" class="outline-2"> <div id="outline-container-org35f9d59" class="outline-2">
<h2 id="orgf91b078">Mumble</h2> <h2 id="org35f9d59">Mumble</h2>
<div class="outline-text-2" id="text-orgf91b078"> <div class="outline-text-2" id="text-org35f9d59">
<p> <p>
The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile. The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
</p> </p>
@ -513,9 +525,9 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga31496f" class="outline-2"> <div id="outline-container-org4e83692" class="outline-2">
<h2 id="orga31496f">NextCloud</h2> <h2 id="org4e83692">NextCloud</h2>
<div class="outline-text-2" id="text-orga31496f"> <div class="outline-text-2" id="text-org4e83692">
<p> <p>
Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing. Store files on your server and sync them with laptops or mobile devices. Includes many plugins including videoconferencing and collaborative document editing.
</p> </p>
@ -525,9 +537,9 @@ Store files on your server and sync them with laptops or mobile devices. Include
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org4565812" class="outline-2"> <div id="outline-container-org38f233d" class="outline-2">
<h2 id="org4565812">PI-Hole</h2> <h2 id="org38f233d">PI-Hole</h2>
<div class="outline-text-2" id="text-org4565812"> <div class="outline-text-2" id="text-org38f233d">
<p> <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. 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> </p>
@ -537,9 +549,9 @@ The black hole for web adverts. Block adverts at the domain name level within yo
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgdb572b6" class="outline-2"> <div id="outline-container-orgc0768d8" class="outline-2">
<h2 id="orgdb572b6">Pleroma</h2> <h2 id="orgc0768d8">Pleroma</h2>
<div class="outline-text-2" id="text-orgdb572b6"> <div class="outline-text-2" id="text-orgc0768d8">
<p> <p>
Pleroma is an OStatus-compatible social networking server, compatible with GNU Social, PostActiv and Mastodon. It is high-performance and so is especially well suited for running on low power single board computers without much RAM. Pleroma is an OStatus-compatible social networking server, compatible with GNU Social, PostActiv and Mastodon. It is high-performance and so is especially well suited for running on low power single board computers without much RAM.
</p> </p>
@ -549,9 +561,9 @@ Pleroma is an OStatus-compatible social networking server, compatible with GNU S
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org5d51ff5" class="outline-2"> <div id="outline-container-orgb849d85" class="outline-2">
<h2 id="org5d51ff5">PostActiv</h2> <h2 id="orgb849d85">PostActiv</h2>
<div class="outline-text-2" id="text-org5d51ff5"> <div class="outline-text-2" id="text-orgb849d85">
<p> <p>
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. 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.
</p> </p>
@ -561,9 +573,9 @@ An alternative federated social networking system compatible with GNU Social, Pl
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org6e223d1" class="outline-2"> <div id="outline-container-org1eccd38" class="outline-2">
<h2 id="org6e223d1">Profanity</h2> <h2 id="org1eccd38">Profanity</h2>
<div class="outline-text-2" id="text-org6e223d1"> <div class="outline-text-2" id="text-org1eccd38">
<p> <p>
A shell based XMPP client which you can run on the Freedombone server via ssh. A shell based XMPP client which you can run on the Freedombone server via ssh.
</p> </p>
@ -573,9 +585,9 @@ A shell based XMPP client which you can run on the Freedombone server via ssh.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga15f077" class="outline-2"> <div id="outline-container-org7ba8023" class="outline-2">
<h2 id="orga15f077">Riot Web</h2> <h2 id="org7ba8023">Riot Web</h2>
<div class="outline-text-2" id="text-orga15f077"> <div class="outline-text-2" id="text-org7ba8023">
<p> <p>
A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat. A browser based user interface for the Matrix federated communications system, including WebRTC audio and video chat.
</p> </p>
@ -585,9 +597,9 @@ A browser based user interface for the Matrix federated communications system, i
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org1d66f8e" class="outline-2"> <div id="outline-container-orge5ba7bf" class="outline-2">
<h2 id="org1d66f8e">SearX</h2> <h2 id="orge5ba7bf">SearX</h2>
<div class="outline-text-2" id="text-org1d66f8e"> <div class="outline-text-2" id="text-orge5ba7bf">
<p> <p>
A metasearch engine for customised and private web searches. A metasearch engine for customised and private web searches.
</p> </p>
@ -597,9 +609,9 @@ A metasearch engine for customised and private web searches.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org255b78b" class="outline-2"> <div id="outline-container-org1ddca20" class="outline-2">
<h2 id="org255b78b">tt-rss</h2> <h2 id="org1ddca20">tt-rss</h2>
<div class="outline-text-2" id="text-org255b78b"> <div class="outline-text-2" id="text-org1ddca20">
<p> <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. 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> </p>
@ -609,9 +621,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgf2f850c" class="outline-2"> <div id="outline-container-org2602a28" class="outline-2">
<h2 id="orgf2f850c">Syncthing</h2> <h2 id="org2602a28">Syncthing</h2>
<div class="outline-text-2" id="text-orgf2f850c"> <div class="outline-text-2" id="text-org2602a28">
<p> <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. 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> </p>
@ -621,9 +633,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org05328a6" class="outline-2"> <div id="outline-container-org80ed846" class="outline-2">
<h2 id="org05328a6">Tahoe-LAFS</h2> <h2 id="org80ed846">Tahoe-LAFS</h2>
<div class="outline-text-2" id="text-org05328a6"> <div class="outline-text-2" id="text-org80ed846">
<p> <p>
Robust and encrypted storage of files on one or more server. Robust and encrypted storage of files on one or more server.
</p> </p>
@ -633,9 +645,9 @@ Robust and encrypted storage of files on one or more server.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgf736869" class="outline-2"> <div id="outline-container-orgdc397e9" class="outline-2">
<h2 id="orgf736869">Tox</h2> <h2 id="orgdc397e9">Tox</h2>
<div class="outline-text-2" id="text-orgf736869"> <div class="outline-text-2" id="text-orgdc397e9">
<p> <p>
Client and bootstrap node for the Tox chat/VoIP system. Client and bootstrap node for the Tox chat/VoIP system.
</p> </p>
@ -645,9 +657,9 @@ Client and bootstrap node for the Tox chat/VoIP system.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orga2e1cdb" class="outline-2"> <div id="outline-container-org588d32f" class="outline-2">
<h2 id="orga2e1cdb">Turtl</h2> <h2 id="org588d32f">Turtl</h2>
<div class="outline-text-2" id="text-orga2e1cdb"> <div class="outline-text-2" id="text-org588d32f">
<p> <p>
A system for privately creating and sharing notes and images, similar to Evernote but without the spying. A system for privately creating and sharing notes and images, similar to Evernote but without the spying.
</p> </p>
@ -657,18 +669,18 @@ A system for privately creating and sharing notes and images, similar to Evernot
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org0fd91b2" class="outline-2"> <div id="outline-container-org248d732" class="outline-2">
<h2 id="org0fd91b2">Vim</h2> <h2 id="org248d732">Vim</h2>
<div class="outline-text-2" id="text-org0fd91b2"> <div class="outline-text-2" id="text-org248d732">
<p> <p>
If you use the Mutt client to read your email then this will set it up to use vim for composing new mail. If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-org378fc24" class="outline-2"> <div id="outline-container-org880e1f3" class="outline-2">
<h2 id="org378fc24">Virtual Private Network (VPN)</h2> <h2 id="org880e1f3">Virtual Private Network (VPN)</h2>
<div class="outline-text-2" id="text-org378fc24"> <div class="outline-text-2" id="text-org880e1f3">
<p> <p>
Set up a VPN on your server so that you can bypass local internet censorship. Set up a VPN on your server so that you can bypass local internet censorship.
</p> </p>
@ -678,9 +690,9 @@ Set up a VPN on your server so that you can bypass local internet censorship.
</p> </p>
</div> </div>
</div> </div>
<div id="outline-container-orgf7ad415" class="outline-2"> <div id="outline-container-org3697e9f" class="outline-2">
<h2 id="orgf7ad415">XMPP</h2> <h2 id="org3697e9f">XMPP</h2>
<div class="outline-text-2" id="text-orgf7ad415"> <div class="outline-text-2" id="text-org3697e9f">
<p> <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. 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> </p>