use matterbridge to host some bridged chatrooms identified by token
Go to file
sneakers-the-rat 3607882eb7 process manager draft 2023-07-26 19:06:38 -07:00
client Merge branch 'main' of https://git.jon-e.net/jonny/chatbridge 2023-07-25 23:21:43 -07:00
roles development flag in ansible role for redirecting to webpack dev server 2023-07-25 16:11:42 -07:00
server process manager draft 2023-07-26 19:06:38 -07:00
.gitignore process manager draft 2023-07-26 19:06:38 -07:00
LICENSE Initial commit 2023-07-21 02:40:32 +00:00
README.md process manager draft 2023-07-26 19:06:38 -07:00
example.env process manager draft 2023-07-26 19:06:38 -07:00
galaxy.yml Basic ansible role for installation and some skeleton structure for the server app 2023-07-24 13:27:36 -07:00
package.json refactored into monorepo 2023-07-25 16:00:45 -07:00
yarn.lock process manager draft 2023-07-26 19:06:38 -07:00

README.md

chatbridge

Like guppe groups but for slack, discord, matrix, etc.

Invite people to a matterbridge group with a token

Using matterbridge - https://github.com/42wim/matterbridge

Very unfinished!! Mostly a programming exercise for me for now to practice fullstack. Theoretically it should be possible to reuse this but i make no guarantees especially while it is yno unfinished and potentially insecure. run at your own risk!

TODO

  • Manage matterbridge processes
  • Sanitize user inputs
  • Check status of matterbridge processes
  • Complete slack login workflow

Supported Clients

(the ones that can use the website to join)

Slack

https://github.com/slackapi/node-slack-sdk

Deployment

Use the ansible role!!!

References

idk i'm just learnin