Mirror of https://github.com/ssbc/go-ssb-room/ to add Docker image builds with Drone
Go to file
decentral1se 00a1452cfc
Migrate to ssbc urls (#336)
* fix: ssbc urls

Closes https://github.com/ssbc/go-ssb-room/issues/332

* fix: go-ssb-refs API changes

* test: go-ssb-refs API changes

Co-authored-by: decentral1se <cellarspoon@riseup.net>
Co-authored-by: André Staltz <andre@staltz.com>
2022-11-07 11:18:13 +02:00
.github/workflows fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
.reuse add dep5 file for REUSE 2022-05-14 13:35:31 +03:00
LICENSES fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
cmd Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
docs Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
internal Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
muxrpc Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
roomdb Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
roomsrv Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
roomstate Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
web Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
.dockerignore Exclude .env from docker builds (#317) 2022-08-03 15:04:45 +03:00
.env_example fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
.gitignore chore: ignore new test files 2022-04-10 10:21:06 +02:00
.goreleaser.yml fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
Dockerfile fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
LICENSE add LICENSE file 2021-05-25 12:39:56 +02:00
README.md Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
docker-compose.yml fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
errors.go fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
go.mod Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
go.sum Migrate to ssbc urls (#336) 2022-11-07 11:18:13 +02:00
go.sum.license fix SPDX headers and add reuse API badge 2021-10-08 14:39:31 +02:00
start.sh proposed fix for issue #272. args were not correctly formatted. changed the start script and development documentation 2021-11-11 15:35:02 +02:00

README.md

Go-SSB Room

REUSE status

This repository implements the Room (v1+v2) server spec, 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
  • HTTP Invites
  • Alias management

For a comprehensive introduction to rooms 2.0, 🎥 watch this video. For a description of MuxRPC APIs see https://github.com/ssbc/rooms2

🚀 Deployment

If you want to deploy a room server yourself, follow our deployment.md docs.

🔧 Development

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

🧑‍🤝‍🧑 Authors

License

MIT