47 lines
1.4 KiB
Markdown
47 lines
1.4 KiB
Markdown
# 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](#Slack)
|
|
|
|
### Slack
|
|
|
|
https://github.com/slackapi/node-slack-sdk
|
|
|
|
|
|
## Deployment
|
|
|
|
Use the ansible role!!!
|
|
|
|
|
|
## References
|
|
|
|
idk i'm just learnin
|
|
|
|
- https://typeorm.io/active-record-data-mapper#what-is-the-active-record-pattern
|
|
- https://typeorm.io/example-with-express
|
|
- https://github.com/wpcodevo/node_typeorm/tree/restapi-node-typeorm
|
|
- https://www.axllent.org/docs/nodejs-service-with-systemd/
|
|
- https://github.com/wpcodevo/Blog_MUI_React-hook-form/tree/login-signup-form
|
|
- https://blog.alexdevero.com/build-react-app-express-api/
|
|
- https://www.react.express/
|
|
- https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
|
|
- https://www.typescriptlang.org/docs/handbook/compiler-options.html
|
|
- https://galaxy.ansible.com/jwflory/matterbridge
|