use matterbridge to host some bridged chatrooms identified by token
Find a file
jonny 0c6388307a Warnings in readme
Add some warning ssince I mirrored it to my github
2023-07-26 06:52:15 +00: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 Merge branch 'main' of https://git.jon-e.net/jonny/chatbridge 2023-07-25 23:21:43 -07:00
.gitignore working group controller 2023-07-24 18:40:22 -07:00
example.env refactored into monorepo 2023-07-25 16:00:45 -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
LICENSE Initial commit 2023-07-21 02:40:32 +00:00
package.json refactored into monorepo 2023-07-25 16:00:45 -07:00
README.md Warnings in readme 2023-07-26 06:52:15 +00:00
yarn.lock working frontend with group creation 2023-07-25 23:21:06 -07:00

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!

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