Mirror of https://github.com/ssbc/go-ssb-room/ to add Docker image builds with Drone
Go to file
Alexander Cobleigh c32c4cc6e7
change order displayed in help; flags first
2021-05-31 12:19:45 +02:00
.github/workflows auto-commit updated style.css via github action 2021-05-19 11:59:14 +02:00
cmd change order displayed in help; flags first 2021-05-31 12:19:45 +02:00
docs Small typo fix in the README link of hosting 2021-05-31 11:28:25 +02:00
internal dependency updates 2021-05-25 12:40:00 +02:00
muxrpc dependency updates 2021-05-25 12:40:00 +02:00
roomdb Support open invites (fixes #102) 2021-05-17 10:16:26 +02:00
roomsrv dependency updates 2021-05-25 12:40:00 +02:00
roomstate move I/O out of lock contention code 2021-05-31 07:49:58 +02:00
web theme the favicon with pink and peach colors 2021-05-31 12:20:09 +03:00
.gitignore use goreleaser for packaging .deb release 2021-05-24 16:31:20 +02:00
.goreleaser.yml use goreleaser for packaging .deb release 2021-05-24 16:31:20 +02:00
LICENSE add LICENSE file 2021-05-25 12:39:56 +02:00
README.md Add license scan report and status 2021-05-31 10:56:19 +02:00
errors.go room sever skeleton 2021-01-25 13:50:51 +01:00
go.mod dependency updates 2021-05-25 12:40:00 +02:00
go.sum dependency updates 2021-05-25 12:40:00 +02:00

README.md

Go-SSB Room

FOSSA Status

This repository contains code for a Secure Scuttlebutt Room (v1+v2) server, written in Go.

It includes:

  • secret-handshake+boxstream network transport, sometimes referred to as SHS, using secretstream
  • muxrpc handlers for tunneling connections
  • a fully embedded HTTP server & HTML frontend, for administering the room

Features

  • Rooms v1 (tunnel.connect, tunnel.endpoints, etc.)
  • User management (allow- & denylisting + moderator & administrator roles), all administered via the web dashboard
  • Multiple privacy modes
  • Sign-in with SSB
  • Alias management

Getting started

For an architecture and instructions on setting up a webserver to use with go-ssb-room, read the documentation.

Installation

See the releases page for packaged linux releases.

We currently only distributed pre-packaged releases for debian-compatible distributions. See Issue #79 for the details. If this doesn't work for you, we ask you to read the Development notes and build from source.

After running sudo dpkg -i go-ssb-room_v1.2.3_Linux_x86_64.deb pay special attention to the postinstall notes for how to configure the systemd file and webserver.

Development

For an in-depth walkthrough, see the development.md in the docs folder of this repository.

Authors

License

MIT

FOSSA Status