mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Merge branch 'fix-package_check' of https://github.com/YunoHost-Apps/mautrix_signal_ynh into fix-package_check
This commit is contained in:
commit
c5b0ae172d
2 changed files with 12 additions and 3 deletions
|
@ -15,7 +15,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Matrix / Synapse puppeting bridge for Signal
|
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. The ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/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.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.3.0~ynh1
|
**Shipped version:** 0.3.0~ynh1
|
||||||
|
|
||||||
|
@ -95,8 +96,11 @@ In case you need to upload your logs somewhere, be aware that they contain your
|
||||||
|
|
||||||
* It looks like media are not bridged.
|
* It looks like media are not bridged.
|
||||||
* Signal chats are not grouped in a Matrix community (as opposed to the Mautrix-WhatsApp or Mautrix-Facebook bridges)
|
* Signal chats are not grouped in a Matrix community (as opposed to the Mautrix-WhatsApp or Mautrix-Facebook bridges)
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
* Official user documentation: <https://docs.mau.fi/bridges/python/signal/index.html>
|
||||||
|
* Upstream app code repository: <https://github.com/mautrix/signal>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_mautrix_signal>
|
* YunoHost documentation for this app: <https://yunohost.org/app_mautrix_signal>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -15,13 +15,16 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Passerelle Matrix / Synapse pour Signal
|
Une passerelle entre Matrix et Signal empaquetée comme un service YunoHost. Les messages, médias et notifications sont relayées entre un compte Signal et un compte Matrix.
|
||||||
|
La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/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_signal en même temps!**
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.3.0~ynh1
|
**Version incluse :** 0.3.0~ynh1
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
|
||||||
## Liste de passerelles publiques
|
## Liste de passerelles publiques
|
||||||
|
|
||||||
* Demandez sur un des salons suivants: #mautrix_yunohost:matrix.fdn.fr or #signal:maunium.net
|
* Demandez sur un des salons suivants: #mautrix_yunohost:matrix.fdn.fr or #signal:maunium.net
|
||||||
|
@ -88,6 +91,8 @@ Si vous devez téléverser vos fichiers log quelque-part, soyez avertis qu'ils c
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Documentation officielle utilisateur : <https://docs.mau.fi/bridges/python/signal/index.html>
|
||||||
|
* Dépôt de code officiel de l'app : <https://github.com/mautrix/signal>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mautrix_signal>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mautrix_signal>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue