git ssb

3+

ev / decent



Tree:
📄.gitignore
📄avatar.js
📄bin.js
📄compose.js
📄config.js
📁config
📄index.js
📄keys.js
📄manifest.json
📄mvd-indexes.js
📄package-lock.json
📄package.json
📄readme.md
📄render.js
📄scuttlebot.js
📄serve.js
📁ssb-ws
📄style.css
📄style.css.json
📄style.js
📄tools.js
📄views.js
readme.md

decent 5

The Garden and The Wall

What Decent is a secure scuttlebutt server for your website. It hosts a minimal lite client so that visitors to your website can use secure-scuttlebutt to write their own posts, and write on your wall.

Why? The reason I started developing with the original scuttlebutt back in 2012 was because I wanted a distributed social network running on my website. Decent attempts to be a social network for your website by leveraging ssb's distributed database, with a few modifications:

Setting Decent up this way makes it a Garden (because your pub curates the data hosted on it by only showing users followed by the pub) and The Wall (gives users an easy way to talk to you from your website)

In some ways Decent is a compromise, because the people who use Decent are not full peers on the network. However, I hope to encourage people to install a full ssb client on their desktop by limiting access to private messages on Decent pubs. In an ideal world everyone would run their own ssb server on their own computer, but we need to face that we are not living in an ideal world where everyone has the technical ability to install a complicated distributed social network written in Node.js on their computer right now.

In an ideal world Decent would include two features that are not available right now:

Right now the server has to run on a VPS, and to delete someone's feed you need to unfollow and/or block a client and then resync your scuttlebot database from scratch.

Try Decent at http://decent.evbogue.com/

Remember! The first rule of Decent is: be decent.

history

decent is a fork of mvd

In previous versions of Decent it was an 'altnet'. Decent now uses the main network key, and only shows a corner of the scuttleverse.


MIT

Built with git-ssb-web