SSB room server implemented in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
3wc 86683d490b
continuous-integration/drone/push Build is passing Details
chore: publish 0.1.1+577529e release
3 months ago
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 4 months ago
.env.sample Initial import 2 years ago
README.md Update image, README 3 months ago
compose.yml chore: publish 0.1.1+577529e release 3 months ago
renovate.json Add renovate.json 2 years ago

README.md

go-ssb-room

Scuttlebutt room server, implemented in Go

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new go-ssb-room
  4. abra app config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. To set someone (yourself?) as an initial user, run
    abra app YOURAPPDOMAIN run app "/app/cmd/insert-user/insert-user -repo /app/data @your-ssb-cryptkey.edXXX" 
    

Additional notes

For room aliases, you'll need wildcard SSL; see coop-cloud/traefik:README.md.