Browse Source

Updatedocs with voip port

Bob Mottram 10 years ago
parent
commit
9e7d71ade1
4 changed files with 11 additions and 2 deletions
  1. 2
    1
      README.md
  2. 2
    0
      doc/installation.org
  3. BIN
      man/freedombone.1.gz
  4. 7
    1
      website/installation.html

+ 2
- 1
README.md View File

@@ -8,7 +8,7 @@ The Freedombone system can be installed onto a Beaglebone Black, or any system c
8 8
  - **Social**: Social networking with Red Matrix and GNU Social
9 9
  - **Media**: Runs media services such as DLNA to play music or videos on your devices
10 10
  - **Writer**: Host your blog and wiki
11
- - **Chat**: Encrypted IRC and XMPP services for one-to-one and many-to-many chat
11
+ - **Chat**: Encrypted IRC, XMPP and VoIP services for one-to-one and many-to-many chat
12 12
  - **Nonmailbox**: Installs eveything except for the email server
13 13
 
14 14
 Freedombone has an emphasis on security and privacy, and when installed on a Beaglebone Black it uses the built-in hardware random number generator as an entropy source.  All communications with the box are encrypted by default using the recommendations from https://bettercrypto.org. The firewall is configured to only allow communications on the necessary ports and to drop all other packets, icmp is disabled by default, emails are stored in encrypted form using your public key and time synchronisation occurs via TLS only.  Backups are also encrypted and can be local or remote.
@@ -157,6 +157,7 @@ On your internet router, typically under firewall settings, open the following p
157 157
     | Email   |        587 |
158 158
     | Email   |        465 |
159 159
     | Email   |        993 |
160
+    | VoIP    |      64738 |
160 161
 
161 162
 On Client Machines
162 163
 ==================

+ 2
- 0
doc/installation.org View File

@@ -166,6 +166,8 @@ On your internet router, typically under firewall settings, open the following p
166 166
 | Email   |        587 |
167 167
 | Email   |        465 |
168 168
 | Email   |        993 |
169
+| VoIP    |      64738 |
170
+
169 171
 * On Client Machines
170 172
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
171 173
 

BIN
man/freedombone.1.gz View File


+ 7
- 1
website/installation.html View File

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-01-24 Sat 20:17 -->
7
+<!-- 2015-01-25 Sun 15:39 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -529,10 +529,16 @@ On your internet router, typically under firewall settings, open the following p
529 529
 <td class="left">Email</td>
530 530
 <td class="right">993</td>
531 531
 </tr>
532
+
533
+<tr>
534
+<td class="left">VoIP</td>
535
+<td class="right">64738</td>
536
+</tr>
532 537
 </tbody>
533 538
 </table>
534 539
 </div>
535 540
 </div>
541
+
536 542
 <div id="outline-container-unnumbered-7" class="outline-2">
537 543
 <h2 id="unnumbered-7">On Client Machines</h2>
538 544
 <div class="outline-text-2" id="text-unnumbered-7">