git ssb

0+

noffle / %MbZg2FUvpSxIgWf1KBr…



forked from ev / sdash

Tree: 390c2437a4420fe4ccd76e44d7446303ec78dcf9

Files: 390c2437a4420fe4ccd76e44d7446303ec78dcf9 / readme.md

723 bytesRaw

sdash

sdash is a simple personal gateway to the scuttlebot distributed social database

Install Scuttlebot

sudo npm install -g scuttlebot
scuttlebot server

Next, request a Scuttlebot invite from someone on the network

In another window

sbot plugins.install ssb-ws
sbot plugins.install query
sbot plugins.install links

And restart sbot after the plugins are installed using ctrl-c and scuttlebot server

To launch sdash clone it down

sudo npm install -g git-ssb
git clone ssb://%qrU04j9vfUJKfq1rGZrQ5ihtSfA4ilfY3wLy7xFv0xk=.sha256 sdash
cd sdash
npm install
node index

and navigate to http://localhost:7000

Built with git-ssb-web