Documentation on apps

This commit is contained in:
Bob Mottram 2016-11-11 22:27:30 +00:00
parent 44de4ffdb5
commit 95a1a3c7b6
3 changed files with 86 additions and 1 deletions

83
doc/EN/apps.org Normal file
View File

@ -0,0 +1,83 @@
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+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>Apps</h1></center>
#+end_export
The base install of the system just contains an email server and Mutt client, but not much else. In addition from within the *Administrator control panel* under *Add/remove apps* the following are installable. This list only applies on the home server version, with the mesh network version having a different and smaller set of apps.
* DLNA
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
* Dokuwiki
A databaseless wiki system.
* Emacs
If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
* Etherpad
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 system will be able to access it.
* Ghost
Modern looking blogging system.
* GNU Social
Federated social network. You can "/remote follow/" other users within the GNU Social federation.
* 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 /fork-and-pull/ workflow. If you can use Github then you can also use Gogs.
* HTMLy
Databaseless blogging system. Quite simple and with a markup-like format.
* Hubzilla
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 and file storage.
* 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.
* Jitsi Meet
Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
* Lychee
Make your photo albums available on the web.
* Mailpile
Modern email client which supports GPG encryption.
* Mumble
The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
* PI-Hole
The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reducaes bandwidth and protect your systems from being tracked by spyware.
* PostActiv
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.
* Radicale
Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
* tt-rss
Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "/the right to read/" 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.
* Syncthing
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.
* Tox
Client and bootstrap node for the Tox chat/VoIP system.
* Vim
If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
* XMPP
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.

View File

@ -26,6 +26,7 @@ Want to make a community mesh network which doesn't depend upon the internet?
After installation it's possible that you might want some advice on how to run your system and set up apps to work nicely with it.
* [[./apps.html][Apps available on the system]]
* [[./usage.html][General usage]]
* [[./faq.html][Frequently Asked Questions]]
* [[./devguide.html][Developers Guide]]

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-10-31 Mon 16:23 -->
<!-- 2016-11-11 Fri 22:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -274,6 +274,7 @@ After installation it's possible that you might want some advice on how to run y
</p>
<ul class="org-ul">
<li><a href="./apps.html">Apps available on the system</a></li>
<li><a href="./usage.html">General usage</a></li>
<li><a href="./faq.html">Frequently Asked Questions</a></li>
<li><a href="./devguide.html">Developers Guide</a></li>