git ssb

3+

ev / sdash



Tree:
📄.gitignore
📄index.js
📄package.json
📄readme.md
📁static
📁views
readme.md

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