Name | Modified | Size | Downloads / Week |
---|---|---|---|
0.1.1 | 2016-10-22 | ||
Readme.md | 2016-10-18 | 1.5 kB | |
Totals: 2 Items | 1.5 kB | 0 |
BoE /bō/
A chat platform that intends to look at other chat programs and take only the "Best of Everything".
Install
Ubuntu
To install on Ubuntu you first need to add the ppa and import the key.
sudo add-apt-repository ppa:parkermc/boe
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 018486F9EEA44E0F
sudo apt-get update ` Then install it with:
sudo apt-get install boe
--
Arch
For arch based distros we have a aur package.
For installing we suggest useing yourt.
--
Install files on other systems coming very soon
Must have a ssl certificate run command and put ssl.pem in to the server folder.
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ssl.pem -out ssl.pem
Or for a non self-signed
letsencrypt certonly --standalone -d domain.com