2021-09-11 16:08:56 +02:00
<!--
2024-03-29 07:12:07 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-09-11 16:08:56 +02:00
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
2023-10-31 15:21:44 +01: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
2024-03-29 07:12:07 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2021-09-11 16:08:56 +02:00
2024-03-29 07:12:07 +01: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
2022-06-03 12:43:54 +02:00
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
2022-06-03 12:43:54 +02:00
See < https: / / gitlab . com / mx-puppet / discord / mx-puppet-discord > for documentation.
2021-09-17 13:12:01 +02:00
2022-11-07 15:00:21 +01:00
**Shipped version:** 0.1.7~ynh4
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
2024-03-29 07:12:07 +01:00
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2021-09-11 16:08:56 +02:00
## Documentation and resources
2024-03-29 07:12:07 +01: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 >
- YunoHost Store: < https: // apps . 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
2024-03-29 07:12:07 +01: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
2024-03-29 07:12:07 +01:00
To try the `testing` branch, please proceed like that:
2022-08-14 10:31:11 +02:00
2024-03-29 07:12:07 +01: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 >