use matterbridge to host some bridged chatrooms identified by token
Go to file
sneakers-the-rat 70625e200c debugging pm2 2023-08-08 18:08:00 -07:00
client working on ansible role, fixing switch from bridgeRepository to slackBridgeRepository and etc 2023-08-07 15:11:47 -07:00
roles actually awaiting spawning the process 2023-08-08 17:33:38 -07:00
server debugging pm2 2023-08-08 18:08:00 -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 discord is working 2023-08-03 19:42:05 -07:00
example.env working on ansible role, fixing switch from bridgeRepository to slackBridgeRepository and etc 2023-08-07 15:11:47 -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 prod build client 2023-08-04 20:47:16 -07:00
yarn.lock prod build client 2023-08-04 20:47:16 -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
  • Kill group processes & delete config when group is deleted

Supported Clients

(the ones that can use the website to join)

Slack

Discord

Deployment

Use the ansible role!!!

References

idk i'm just learnin