SSB room server implemented in Go
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
3wc fb9ecab56b Add extra SSL cert config to get aliases working 2021-06-19 02:39:36 +02:00
.env.sample Initial import 2021-06-01 00:12:33 +02:00
README.md Add insert-user to README 2021-06-05 21:38:12 +02:00
compose.yml Add extra SSL cert config to get aliases working 2021-06-19 02:39:36 +02:00
renovate.json Add renovate.json 2021-06-04 07:01:51 +00:00

README.md

go-ssb-room

Scuttlebutt room server, implemented in Go

  • Category: Utilities
  • Status: ❹💣
  • Image: 3wordchant/go-ssb-room, ❹💣, own
  • Healthcheck:
  • Backups:
  • Email: N/A
  • Tests:
  • SSO:

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new go-ssb-room
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  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"