mautrix_telegram_ynh/README_fr.md

47 lines
2.7 KiB
Markdown
Raw Normal View History

2023-12-12 12:21:26 +01:00
<!--
2024-02-28 18:29:44 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2023-12-12 12:21:26 +01:00
It shall NOT be edited by hand.
-->
# Matrix-Telegram bridge pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/mautrix_telegram.svg)](https://dash.yunohost.org/appci/app/mautrix_telegram) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mautrix_telegram.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mautrix_telegram.maintain.svg)
[![Installer Matrix-Telegram bridge avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautrix_telegram)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller Matrix-Telegram bridge rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
Une passerelle entre Matrix et Telegram empaquetée comme un service YunoHost. Les messages, médias et notifications sont relayées entre un compte Telegram et un compte Matrix.
La passerelle ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) consiste en un Service d'Application Matrix-Synapse et repose sur une base-de-données postgresql. C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) doit être préalablemnet installé.
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_telegram en même temps!**
2024-02-28 20:23:19 +01:00
**Version incluse :** 0.15.1~ynh2
2021-09-13 20:26:32 +02:00
## Documentations et ressources
2023-02-24 00:30:53 +01:00
* Site officiel de lapp : <https://docs.mau.fi/bridges/python/telegram/index.html>
2022-05-29 17:44:59 +02:00
* Documentation officielle utilisateur : <https://docs.mau.fi/bridges/python/telegram/management-commands.html>
2023-02-24 00:30:53 +01:00
* Documentation officielle de ladmin : <https://github.com/YunoHost-Apps/mautrix_telegram_ynh>
* Dépôt de code officiel de lapp : <https://github.com/mautrix/telegram>
2023-11-27 07:24:35 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_telegram>
2022-05-29 17:44:59 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues>
## Informations pour les développeurs
2021-09-13 20:26:32 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-05-29 17:44:59 +02:00
``` bash
2021-09-13 20:26:32 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
ou
2021-09-13 20:26:32 +02:00
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
```
2021-09-13 20:26:32 +02:00
2023-02-24 00:30:53 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>