2022-01-25 09:49:10 +01:00
<!--
2024-03-29 07:12:30 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-01-25 09:49:10 +01:00
It shall NOT be edited by hand.
-->
# Matrix Signal bridge for YunoHost
2021-01-04 12:14:25 +01:00
2023-02-24 00:30:00 +01:00
[![Integration level ](https://dash.yunohost.org/integration/mautrix_signal.svg )](https://dash.yunohost.org/appci/app/mautrix_signal) ![Working status ](https://ci-apps.yunohost.org/ci/badges/mautrix_signal.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/mautrix_signal.maintain.svg )
2022-01-25 09:49:10 +01:00
[![Install Matrix Signal bridge with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mautrix_signal)
2021-01-04 12:14:25 +01:00
2024-04-07 19:04:42 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-01-04 12:14:25 +01:00
2024-03-29 07:12:30 +01:00
> *This package allows you to install Matrix Signal 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-01-04 12:14:25 +01:00
## Overview
2024-02-26 14:05:01 +01:00
A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Signal user and a Matrix user.
Currently the Matrix user can NOT invite other Matrix user in a bridged Signal room, so only someone with a Signal account can participate to Signal group conversations.
2022-09-04 23:58:25 +02:00
2024-04-21 18:23:25 +02:00
The ["Mautrix-Signal" ](https://docs.mau.fi/bridges/go/signal/index.html ) bridge consists in a Synapse App Service and relies on postgresql (mysql also possible). Therefore, [Synapse for YunoHost ](https://github.com/YunoHost-Apps/synapse_ynh ) should be installed beforehand.
2022-01-25 09:49:10 +01:00
2022-09-04 23:58:25 +02:00
2024-06-17 03:40:00 +02:00
**Shipped version:** 0.6.2~ynh1
2022-01-25 09:49:10 +01:00
## Documentation and resources
2021-01-04 12:14:25 +01:00
2024-04-09 22:42:58 +02:00
- Official user documentation: < https: // docs . mau . fi / bridges / go / signal / index . html >
2024-03-29 07:12:30 +01:00
- Upstream app code repository: < https: // github . com / mautrix / signal >
- YunoHost Store: < https: // apps . yunohost . org / app / mautrix_signal >
- Report a bug: < https: // github . com / YunoHost-Apps / mautrix_signal_ynh / issues >
2021-01-04 12:14:25 +01:00
## Developer info
2024-03-29 07:12:30 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/mautrix_signal_ynh/tree/testing ).
2021-01-04 12:14:25 +01:00
2024-03-29 07:12:30 +01:00
To try the `testing` branch, please proceed like that:
2022-08-14 19:56:08 +02:00
2024-03-29 07:12:30 +01:00
```bash
2021-02-16 12:19:40 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_signal_ynh/tree/testing --debug
2021-01-04 12:14:25 +01:00
or
2021-02-16 12:19:40 +01:00
sudo yunohost app upgrade mautrix_signal -u https://github.com/YunoHost-Apps/mautrix_signal_ynh/tree/testing --debug
```
2024-03-29 07:12:30 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >