Cassowary 9897fc24f9
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2025-01-08 10:09:12 -08:00
2025-01-08 10:09:12 -08:00
2021-06-01 00:12:33 +02:00
2023-03-06 20:59:37 -05:00
2021-06-04 07:01:51 +00:00

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.

Description
SSB room server implemented in Go
Readme 37 KiB