mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
4.7 KiB
Markdown
101 lines
4.7 KiB
Markdown
---
|
|
sidebar_position: 3
|
|
title: Backend plugins (12)
|
|
---
|
|
|
|
### com.msgbyte.agora Agora
|
|
|
|
Add the Agora audio and video communication feature to Tailchat
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json)
|
|
|
|
|
|
### com.msgbyte.discover Discover
|
|
|
|
Add Discover panel which can help user found groups
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.discover/web/plugins/com.msgbyte.discover)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.discover/web/plugins/com.msgbyte.discover/manifest.json)
|
|
|
|
|
|
### com.msgbyte.github Github Subscription
|
|
|
|
Subscribe to the Github project dynamics to the group
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json)
|
|
|
|
|
|
### com.msgbyte.iam Identity and Access Management
|
|
|
|
Provide Tailchat with the function of conveniently accessing external account systems
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json)
|
|
|
|
|
|
### com.msgbyte.linkmeta Url metadata display
|
|
|
|
Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili)
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json)
|
|
|
|
|
|
### com.msgbyte.livekit livekit
|
|
|
|
Add livekit to provide meeting and live streaming feature
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/manifest.json)
|
|
|
|
|
|
### com.msgbyte.meeting Audio and video service (WIP)
|
|
|
|
Provide audio and video communication services for Tailchat
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json)
|
|
|
|
|
|
### com.msgbyte.simplenotify Simple Notify Bot
|
|
|
|
A simple generic notification bot for sending messages directly to groups
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json)
|
|
|
|
|
|
### com.msgbyte.tasks Task Manage
|
|
|
|
Task management plugin, add TODO panel in personal panel for personal todo management
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json)
|
|
|
|
|
|
### com.msgbyte.topic Topic
|
|
|
|
Provide topic feature for groups
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json)
|
|
|
|
|
|
### com.msgbyte.welcome Group Welcome
|
|
|
|
Send a welcome message when joining a group
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.welcome/web/plugins/com.msgbyte.welcome)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.welcome/web/plugins/com.msgbyte.welcome/manifest.json)
|
|
|
|
|
|
### com.msgbyte.wxpusher wxpusher
|
|
|
|
Add support for wxpusher to notify user
|
|
|
|
- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.wxpusher/web/plugins/com.msgbyte.wxpusher)
|
|
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.wxpusher/web/plugins/com.msgbyte.wxpusher/manifest.json)
|
|
|