git ssb

3+

ev / sdash



Tree: 2dee7c6576240fa0ecea16fc909a2e9db0c61218

Files: 2dee7c6576240fa0ecea16fc909a2e9db0c61218 / readme.md

675 bytesRaw

sdash

sdash is a personal gateway to the scuttlebot distributed social network.

It gets your latest post and renders it using ssb-viewer

sdash

Install

Clone down sdash

npm install
node index

You need to be running a local scuttlebot daemon with the ssb-query plugin for sdash to work.

Configure

To show your own sdash page, replace var me = '@8Qee0I/DwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc=.ed25519'; in index.js with your own public key

To pin a post use the sbot command line sbot publish --type pin --link '<key>'

Built with git-ssb-web