Anatoliy Ostroumov 35d92d5b84 improvements for nodejs module of `admin` 10 rokov pred
..
www 9f2babe4a9 Nodejs Web Admin: add navbar link:hover style 11 rokov pred
.gitignore 181166c784 Create dummy for node.js admin panel 11 rokov pred
README.md b6b91f8b2b Changed all instances of CJDNS (in readme-s, comments etc., not in variable names) to lowercase. 11 rokov pred
admin.js 35d92d5b84 improvements for nodejs module of `admin` 10 rokov pred
cjdns.js ba56616418 Merge branch 'master' of git://github.com/cjdelisle/cjdns into cjdelisle-master 11 rokov pred
package.json 35d92d5b84 improvements for nodejs module of `admin` 10 rokov pred

README.md

Admin panel for cjdns

Does not support Internet Explorer 6, 7, or 8

Usage

Node.js

You should install Node.js first.

Install dependencies
cd {cjdns-path}/contrib/nodejs/admin
npm install
Create ~/.cjdnsadmin

You should create ~/.cjdnsadmin file with path to your cjdns config:

echo '{"config":"path to your config file"}' > ~/.cjdnsadmin
Start service
node admin.js
Whoa!

Open http://localhost:8084 in your favorite browser. Hope, it's not IE < 9.