An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/mautrix_telegram_ynh

Matrix Telegram pupetting bridge for YunoHost
https://github.com/yunohost-apps/mautrix_telegram_ynh

matrix-telegram mautrix-telegram yunohost yunohost-apps

Last synced: 4 months ago
JSON representation

Matrix Telegram pupetting bridge for YunoHost

Awesome Lists containing this project

README

          

# Matrix-Telegram bridge for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/mautrix_telegram)](https://ci-apps.yunohost.org/ci/apps/mautrix_telegram/)
![Working status](https://apps.yunohost.org/badge/state/mautrix_telegram)
![Maintenance status](https://apps.yunohost.org/badge/maintained/mautrix_telegram)

[![Install Matrix-Telegram bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mautrix_telegram)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Matrix-Telegram 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.*

## Overview

A puppeting bridge between Matrix and Telegram packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Telegram user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Telegram room, so only someone with a Telegram account can participate to Telegram group conversations. The ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) bridge is a Synapse App Service and relies on postgresql. Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.

**Shipped version:** 0.15.2~ynh1
## Documentation and resources

- Official app website:
- Official user documentation:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
or
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
```

**More info regarding app packaging:**