mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Merge branch 'master' of https://github.com/zielmicha/fc00.org
This commit is contained in:
commit
e0f1c67c1b
19
README.md
19
README.md
@ -1,10 +1,11 @@
|
||||
# fc00.org
|
||||
|
||||
Source code for http://fc00.org (http://www.fc00.org for clearnet)
|
||||
Source code for http://fc00.atomshare.net (http://h.fc00.atomshare.net on Hyperboria).
|
||||
|
||||
## Sending your view of the network
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/Randati/fc00.org/master/scripts/sendGraph.py
|
||||
wget https://raw.githubusercontent.com/zielmicha/fc00.org/master/scripts/sendGraph.py
|
||||
nano sendGraph.py
|
||||
chmod +x sendGraph.py
|
||||
|
||||
@ -14,15 +15,11 @@ chmod +x sendGraph.py
|
||||
|
||||
## Web server
|
||||
```bash
|
||||
git clone git@github.com:Randati/fc00.org.git
|
||||
sudo apt-get install python-flask python-flup python-mysqldb
|
||||
git clone git@github.com:zielmicha/fc00.org.git
|
||||
sudo apt-get install python-flask python-flup python-mysqldb python-pygraphviz
|
||||
|
||||
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"
|
||||
python web.py
|
||||
```
|
||||
|
||||
Run `web/updateGraph.py` periodically to rerender nodes graph. You may want to customize reverse-proxy IP retrieval logic in web.py.
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div id="content-wrapper">
|
||||
<div id="content">
|
||||
<h2>About fc00</h2>
|
||||
<p>fc00 is a project that aims to demystify what <a href="http://hyperboria.net/">Hyperboria</a> network is like. Currently the only thing we have here is a map of the network. The full source code is at <a href="https://github.com/Randati/fc00.org">GitHub</a>.</p>
|
||||
<p>fc00 is a project that aims to demystify what <a href="http://hyperboria.net/">Hyperboria</a> network is like. Currently the only thing we have here is a map of the network. The full source code is at <a href="https://github.com/zielmicha/fc00.org">GitHub</a>.</p>
|
||||
<br>
|
||||
|
||||
<h3>Network map</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user