1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_discord_ynh.git synced 2024-09-03 19:36:35 +02:00
mautrix_discord_ynh/README.md

45 lines
2.2 KiB
Markdown
Raw Normal View History

2023-12-30 19:24:43 +01: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.
-->
2024-01-14 22:09:37 +01:00
# Matrix-Discord bridge for YunoHost
2023-12-30 19:24:43 +01:00
2024-01-14 22:09:37 +01:00
[![Integration level](https://dash.yunohost.org/integration/mautrix_discord.svg)](https://dash.yunohost.org/appci/app/mautrix_discord) ![Working status](https://ci-apps.yunohost.org/ci/badges/mautrix_discord.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/mautrix_discord.maintain.svg)
2023-12-30 19:24:46 +01:00
2024-01-14 22:09:37 +01:00
[![Install Matrix-Discord bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautrix_discord)
2023-12-30 19:24:43 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2024-01-14 22:09:37 +01:00
> *This package allows you to install Matrix-Discord bridge quickly and simply on a YunoHost server.
2023-12-30 19:24:43 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2024-02-10 09:15:52 +01:00
A puppeting bridge between Matrix and Discord packaged as a YunoHost service. Messages, media and notifications are bridged between a Discord user and a matrix user. The "Mautrix-Discord" bridge consists in a synapse app service and relies on postgresql. Therefore, Synapse for YunoHost should be installed beforehand.
2024-01-15 08:10:26 +01:00
**Attention: always backup and restore the Yunohost matrix_synapse et mautrix_discord apps together!**
2023-12-30 19:24:43 +01:00
2024-02-12 21:02:34 +01:00
**Shipped version:** 0.6.5~ynh2
2023-12-30 19:24:43 +01:00
## Documentation and resources
2024-01-14 22:09:37 +01:00
* Official admin documentation: <https://docs.mau.fi/bridges/go/discord/index.html>
* Upstream app code repository: <https://github.com/mautrix/discord>
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_discord>
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_discord_ynh/issues>
2023-12-30 19:24:43 +01:00
## Developer info
2024-01-14 22:09:37 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mautrix_discord_ynh/tree/testing).
2023-12-30 19:24:43 +01:00
To try the testing branch, please proceed like that.
``` bash
2024-01-14 22:09:37 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_discord_ynh/tree/testing --debug
2023-12-30 19:24:43 +01:00
or
2024-01-14 22:09:37 +01:00
sudo yunohost app upgrade mautrix_discord -u https://github.com/YunoHost-Apps/mautrix_discord_ynh/tree/testing --debug
2023-12-30 19:24:43 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>