Deploy a Secure Scuttlebutt Pub easily
10K+
easy-ssb-pubis an easy-to-host server that runs an SSB "Pub".
Secure Scuttlebutt (SSB) is an impressive peer-to-peer network that can be used for metadata, identity, and particularly, messaging. SSB is an ideal protocol for a social network. There is already a social network on SSB, called Patchwork.
However, to join the wider SSB network, you must get a dedicated invitation from a "Pub" server. Also, hosting a Pub server is not the easiest task. In order to improve adoption of SSB, this project makes it easy to deploy an SSB Pub. Once the Pub is running, it has a light frontend page where anyone can get freely request a fresh invitation.
You will need a server that supports exposing ports other than just 80. This means Heroku or Zeit Now will not work.
Recommended servers-on-demand services: Digital Ocean Docker Droplet, Amazon LightSail, Vultr, Linode, etc.
docker pull staltz/easy-ssb-pubdocker run -e "PUB_URL=publicurltoyourserv.er" -e "PORT=80" -p 80:80 -p 8008:8008 -i -t staltz/easy-ssb-pubcurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bashnvm install v6.9.1git clone https://github.com/staltz/easy-ssb-pub.gitnpm installPORT=80 PUB_URL="publicurltoyourserv.er" npm startContent type
Image
Digest
Size
371.6 MB
Last updated
over 9 years ago
docker pull staltz/easy-ssb-pub