Giter Site home page Giter Site logo

rope93 / endrun Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grantdobbe/endrun

0.0 2.0 0.0 22.62 MB

Endrun - a project for securely moving data by any means available

License: BSD 2-Clause "Simplified" License

Python 5.27% Shell 2.31% Ruby 0.14% JavaScript 48.47% CSS 34.26% TeX 9.55%

endrun's Introduction

Endrun

Endrun is a project for secure digital communication without the internet. It can be used to create a disruption-tolerant, delay-tolerant, opsec-friendly communications network where data can be moved by any means available.

Installation Steps

download libsodium and install according to instructions

Install the following packages:

  • python-dev
  • python-pip
  • libffi-dev

Then run:

sudo pip install pynacl
sudo easy_install GitPython

Add the following to your path:

export PATH=$PATH:/path/to/endrun

Finally, copy settings.conf.sample to settings.conf and change the settings to match your node's deployment schema

Automatic Node Configuration

on host:

rsync -avz endrun-deploy node-address.local:~/

on node (as root): apt-get install git apt-get install sudo

git clone [email protected]:grantdobbe/endrun.git

Manual Configuration Steps

on host:

rsync -avz endrun-deploy node-address.local:~/

on node (as root):

echo nodeX > /etc/hostname
nano /etc/hosts

replace 127.0.1.1 raspberrypi with 127.0.1.1 nodeX

Reboot. After reboot:

mv ~/nodeX-deploy ~/plp
sudo cp ~/endrun/install/gollum-server /etc/init.d/
sudo chmod 755 /etc/init.d/gollum-server
cp ~/endrun/install/config.rb ~/plp/config.rb
sudo update-rc.d gollum-server defaults
sudo cp ~/endrun/install/endrun-daemon /etc/init.d/
sudo update-rc.d endrun-daemon defaults
sudo cp ~/endrun/install/hostapd /etc/init.d/
sudo cp ~/endrun/install/dnsmasq.conf /etc/

Generate your certificate and key. (Add script to make this easier later.) Then:

cat the.pem the.key > server.pem
sudo cp server.pem /etc/lighttpd/server.pem
sudo cp /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.old
sudo cp ~/endrun/install/lighttpd.conf /etc/lighttpd/lighttpd.conf
sudo /etc/init.d/lighttpd restart

endrun's People

Contributors

grantdobbe avatar ussjoin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.