5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-18 23:49:35 +00:00
Yggdrasil network map
Go to file
2015-07-26 22:11:12 +02:00
scripts update sendGraph for new cjdns version 2015-07-26 19:08:35 +02:00
web adjustments for fc00.atomshare.net 2015-07-26 19:08:51 +02:00
.gitignore Script for starting multiple cjdns nodes 2014-06-05 17:50:37 +03:00
LICENSE Added a license and a readme 2014-03-30 17:43:14 +03:00
README.md update addresses in README 2015-07-26 22:11:12 +02:00

fc00.org

Source code for http://fc00.atomshare.net (http://h.fc00.atomshare.net for Hyperboria).

Sending your view of the network

wget https://raw.githubusercontent.com/zielmicha/fc00.org/master/scripts/sendGraph.py
nano sendGraph.py
chmod +x sendGraph.py

# Run this every 5-60 minutes
./sendGraph.py

Web server

git clone git@github.com:zielmicha/fc00.org.git
sudo apt-get install python-flask python-flup python-mysqldb

cd fc00.org/web

cp web_config.example.cfg web_config.cfg
nano web_config.cfg

cp lighttp.example.conf lighttp.conf
nano lighttp.conf
echo 'include  "/path/to/fc00.org/web/lighttp.conf"' | sudo tee -a /etc/lighttpd/lighttpd.conf"