matrix-puppet-discord_ynh/README.md

77 lines
3.1 KiB
Markdown
Raw Normal View History

2021-09-11 16:08:56 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-09-17 13:12:01 +02:00
# Matrix-Discord bridge for YunoHost
2021-09-11 16:08:56 +02:00
2022-08-14 10:31:11 +02:00
[![Integration level](https://dash.yunohost.org/integration/matrix-puppet-discord.svg)](https://dash.yunohost.org/appci/app/matrix-puppet-discord) ![Working status](https://ci-apps.yunohost.org/ci/badges/matrix-puppet-discord.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matrix-puppet-discord.maintain.svg)
2021-09-17 13:12:01 +02:00
[![Install Matrix-Discord bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matrix-puppet-discord)
2021-09-11 16:08:56 +02:00
2021-09-17 13:12:01 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-09-11 16:08:56 +02:00
2021-09-17 13:12:01 +02:00
> *This package allows you to install Matrix-Discord bridge quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2021-09-11 16:08:56 +02:00
## Overview
This is a discord puppeting bridge for matrix. It handles bridging private and group DMs, as well as Guilds (servers). It is based on [mx-puppet-bridge](https://gitlab.com/mx-puppet/mx-puppet-bridge).
2021-09-17 13:12:01 +02:00
### Features
- Direct (1:1) Chats
- DM Group Chats
- Plain Text
- Formatted Messages
- Media/files
- Redactions/Deletions
- Presence (Discord → Matrix only)
- Typing notifications (Discord → Matrix only)
- Replies
- Edits
- Reactions
- Stickers
- Multi-user
- Friends management
- Initiate chats from matrix
### How to
See <https://gitlab.com/mx-puppet/discord/mx-puppet-discord> for documentation.
2021-09-17 13:12:01 +02:00
2022-07-25 03:40:10 +02:00
**Shipped version:** 0.1.7~ynh2
2021-09-11 16:08:56 +02:00
2022-08-14 10:38:52 +02:00
2021-09-11 16:08:56 +02:00
## Screenshots
2022-08-14 10:31:11 +02:00
![Screenshot of Matrix-Discord bridge](./doc/screenshots/example.jpg)
2021-09-11 16:08:56 +02:00
## Disclaimers / important information
2021-09-17 13:12:01 +02:00
After the install is complete, start a chat with `@_discordpuppet_bot:yourserver.com`. When it joins, type `help` in the chat to see instructions.
2021-09-11 16:08:56 +02:00
2021-09-17 13:12:01 +02:00
You also may modify the `/etc/matrix-puppet-discord/user.config.yaml` file to customize some configuration (like permissions to use the bridge). Ensure then to restart the bridge (`systemctl restart matrix-puppet-discord`).
2021-09-11 16:08:56 +02:00
## Documentation and resources
2022-05-29 14:22:39 +02:00
* Official app website: <https://gitlab.com/mx-puppet/discord/mx-puppet-discord>
* Official admin documentation: <https://gitlab.com/mx-puppet/discord/mx-puppet-discord>
* Upstream app code repository: <https://gitlab.com/mx-puppet/discord/mx-puppet-discord>
2022-08-14 10:31:11 +02:00
* YunoHost documentation for this app: <https://yunohost.org/app_matrix-puppet-discord>
* Report a bug: <https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh/issues>
2021-09-11 16:08:56 +02:00
## Developer info
2021-09-17 13:12:01 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh/tree/testing).
2021-09-11 16:08:56 +02:00
To try the testing branch, please proceed like that.
2022-08-14 10:31:11 +02:00
``` bash
2021-09-17 13:12:01 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh/tree/testing --debug
2021-09-11 16:08:56 +02:00
or
2021-09-17 13:12:01 +02:00
sudo yunohost app upgrade matrix-puppet-discord -u https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh/tree/testing --debug
2021-09-11 16:08:56 +02:00
```
2022-08-14 10:31:11 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>