1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00
Matrix Whatsapp pupetting bridge for YunoHost
Find a file
2024-06-26 17:57:33 +00:00
.githooks Improve autoupdater to sync config.yaml 2023-03-01 20:13:23 +00:00
.github Remove github CI files 2024-06-20 17:36:36 +02:00
conf Upgrade conf for v0.10.8 2024-06-26 18:50:40 +01:00
doc Maintain consistency 2023-12-12 16:55:52 +00:00
scripts Update install 2024-06-20 17:35:16 +02:00
.gitignore Initial commit 2020-04-15 00:22:51 +02:00
ALL_README.md Auto-update READMEs 2024-05-22 06:35:33 +00:00
config_panel.toml fix: in config_panel.toml don't use .help because it creates errors 2024-06-20 19:33:30 +02:00
LICENSE AGPL 3 2020-04-15 09:31:21 +02:00
manifest.toml Upgrade to v0.10.8 2024-06-20 19:33:30 +02:00
README.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
README_es.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
README_eu.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
README_fr.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
README_gl.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
README_it.md Auto-update README 2024-03-29 07:12:38 +01:00
README_zh_Hans.md Auto-update READMEs 2024-06-26 17:57:33 +00:00
tests.toml Add toml schemas 2024-06-20 19:32:31 +02:00

Matrix-WhatsApp bridge for YunoHost

Integration level Working status Maintenance status

Install Matrix-WhatsApp bridge with YunoHost

Read this README in other languages.

This package allows you to install Matrix-WhatsApp bridge quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A puppeting bridge between Matrix and WhatsApp packaged as a YunoHost service. Messages, media and notifications are bridged between a WhatsApp user and a matrix user. With the RelayBot login option, the matrix user can invite other matrix user in a bridged WhatsApp room, such that even people without a WhatsApp account can participate to WhatsApp group conversations. The "Mautrix-WhatsApp" bridge consists in a synapse app service and relies on postgresql (mysql also available). Therefore, Synapse for YunoHost should be installed beforehand.

** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**

Shipped version: 0.10.8~ynh1

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
or
sudo yunohost app upgrade mautrix_whatsapp -u https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps