Go to file
Bob Mottram 983a5f165b Bold 2014-09-30 12:09:45 +01:00
images Beginning of Hashlet install 2014-04-06 21:31:42 +01:00
README.md Bold 2014-09-30 12:09:45 +01:00
beaglebone.txt Create music directory is it doesn't exist 2014-09-14 20:47:51 +01:00
index.css Style sheet by dredmorbius 2014-02-11 19:32:18 +00:00
initial_setup.sh Single quotes 2014-09-30 10:51:43 +01:00
install-freedombone.sh Simplify the preamble 2014-09-30 10:44:08 +01:00

README.md

Freedombone

The Freedombone system can be installed onto a Beaglebone Black, or any system capable of running Debian Jessie, and allows you to host your own email and web services. With Freedombone you can enjoy true freedom and independence in the cloud. It comes in a variety of flavours.

  • Full install: Installs eveything
  • Mailbox: An email server with GPG encryption enabled by default
  • Cloud: Share files, maintain a calendar and collaborate on document editing
  • Social: Social networking with Red Matrix and GNU Social
  • Media: Runs media services such as DLNA to play music or videos on your devices
  • Writer: Host your blog and wiki
  • Chat: Encrypted IRC and XMPP services for one-to-one and many-to-many chat

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 and time synchronisation occurs via TLS only. Backups are also encrypted.

Installation

To get started you will need:

  • A Beaglebone Black
  • A MicroSD card
  • Ethernet cable
  • Optionally a 5V 2A power supply for the Beaglebone Black
  • Access to the internet via a router with ethernet sockets
  • USB thumb drive (for backups or storing media)
  • A subdomain created on https://freedns.afraid.org
  • A purchased domain name and SSL certificate (only needed for Red Matrix)

You will also need to know, or find out, the IP address of your internet router and have a suitable static IP address for the Beaglebone on your local network. The router should allow you to forward ports to the Beaglebone (often this is under firewall or "advanced" settings).

Plug the microSD card into your laptop/desktop and then run the initial_setup.sh script. For example:

./initial_setup.sh /dev/sdX

where /dev/sdX is the device name for the microSD card. Often it's /dev/sdb or /dev/sdc, depending upon how many drives there are on your system. The script will download the Debian installer and update the microSD card. It can take a while, so be patient.

When the initial setup is done follow the instructions on screen to run the main Freedombone script. Edit the install-freedombone.sh script and change the following as needed. If you don't want those services then just leave them as they are.

MICROBLOG_DOMAIN_NAME
MICROBLOG_FREEDNS_SUBDOMAIN_CODE
OWNCLOUD_DOMAIN_NAME
OWNCLOUD_FREEDNS_SUBDOMAIN_CODE
WIKI_DOMAIN_NAME
WIKI_FREEDNS_SUBDOMAIN_CODE
REDMATRIX_DOMAIN_NAME

The FreeDNS subdomain codes can be found under "Dynamic DNS" and "quick cron example". On the last line it will be the string located between the '?' and the '==' characters.

Installation is not quick, and depends upon which variant you choose and your internet bandwidth. Allow at least a couple of hours for it to finish.

When done you can ssh into the Freedombone with:

ssh username@domain -p 2222

Any manual post-installation setup instructions or passwords can be found in /home/username/README. You should remove any passwords from that file and store them within a password manager such as KeepassX.

Non-Beaglebone hardware

It's also possible to install Freedombone onto other hardware. Any system with a fresh installation of Debian Jessie will do. Just make sure that you change the variable INSTALLING_ON_BBB to "no" within the install-freedombone.sh script. Obviously, you don't need to run the initial_setup.sh script on non-Beaglebone systems.