Bob Mottram 10 gadus atpakaļ
vecāks
revīzija
0b7f89b2cf
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2
    2
      README.md
  2. 2
    2
      doc/installation.org

+ 2
- 2
README.md Parādīt failu

11
  - **Chat**: Encrypted IRC and XMPP services for one-to-one and many-to-many chat
11
  - **Chat**: Encrypted IRC and XMPP services for one-to-one and many-to-many chat
12
  - **Nonmailbox**: Installs eveything except for the email server
12
  - **Nonmailbox**: Installs eveything except for the email server
13
 
13
 
14
-Unlike certain other self-hosting projects Freedombone has more emphasis on security and privacy. When installed on a Beaglebone Black it uses the built-in hardware random number generator as an entropy source and 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.
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.
15
 
15
 
16
 Freedombone is, and shall remain, 100% free software. Non-free repositories are removed automatically upon installation.
16
 Freedombone is, and shall remain, 100% free software. Non-free repositories are removed automatically upon installation.
17
 
17
 
66
 
66
 
67
 The syntax of the *freedombone* command is:
67
 The syntax of the *freedombone* command is:
68
 
68
 
69
-    freedombone --bbb -d [domain name] -u [username] -c [FreeDNS subdomain code] -s [optional variant type]
69
+    freedombone --bbb -d [domain name] -u [username] -c [FreeDNS subdomain code] --ddns "freedns.afraid.org" --ddnsuser [FreeDNS username] --ddnspass [FreeDNS password] -s [optional variant type]
70
 
70
 
71
 Also see the manpage for additional options which can be used instead of a configuration file. If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory from which the *freedombone* command is run.
71
 Also see the manpage for additional options which can be used instead of a configuration file. If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory from which the *freedombone* command is run.
72
 
72
 

+ 2
- 2
doc/installation.org Parādīt failu

74
 The syntax of the *freedombone* command is:
74
 The syntax of the *freedombone* command is:
75
 
75
 
76
 #+BEGIN_SRC bash
76
 #+BEGIN_SRC bash
77
-freedombone --bbb -d [domain name] -u [username] -c [FreeDNS subdomain code] -s [optional variant type]
77
+freedombone --bbb -d [domain name] -u [username] -c [FreeDNS subdomain code] --ddnsuser [FreeDNS username] --ddnspass [FreeDNS password] -s [optional variant type]
78
 #+END_SRC
78
 #+END_SRC
79
 
79
 
80
 Also see the manpage for additional options which can be used instead of a configuration file. If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory from which the *freedombone* command is run.
80
 Also see the manpage for additional options which can be used instead of a configuration file. If you don't specify a variant type with the final option then everything will be installed. If you have a *freedombone.cfg* file then it should be in the same directory from which the *freedombone* command is run.
141
 
141
 
142
  * Save and exit, then run:
142
  * Save and exit, then run:
143
 #+BEGIN_SRC bash
143
 #+BEGIN_SRC bash
144
-freedombone -d <your wiki domain name> -u <your username> -c <your wiki FreeDNS domain code>
144
+freedombone -d [your wiki domain name] -u [your username] -c [your wiki FreeDNS domain code] --ddnsuser [FreeDNS username] --ddnspass [FreeDNS password]
145
 #+END_SRC
145
 #+END_SRC
146
 
146
 
147
 * Internet Router
147
 * Internet Router