jiangplus / ssb-easy-pub

easily host your own Secure ScuttleButt (SSB) pub with docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssb-easy-pub

A simple-to-use Secure ScuttleButt (SSB) pub in docker.

how to use

build docker image:

make build

setup dir and public hostname:

make setup site=your.public.site

start docker:

make start

show server status:

make whoami

create ssb invite:

make create-invite count=10

License

MIT License

About

easily host your own Secure ScuttleButt (SSB) pub with docker


Languages

Language:Dockerfile 58.5%Language:Makefile 41.5%