1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Solve package_check restore on fresh install (#18)

* Update remove

* Update check_process

* Update README.md
This commit is contained in:
Gredin67 2020-10-13 00:12:43 +02:00 committed by GitHub
parent 29df446522
commit 18f5ccb1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## 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. 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"](https://github.com/tulir/mautrix-whatsapp/wiki) bridge consists in a synapse app service and relies on postgresql (mysql also available). Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand.
**Shipped version:** 0.1.3
**Shipped version:** 0.1.4
## Screenshots

View file

@ -36,7 +36,7 @@
setup_root=0
setup_nourl=1
setup_private=0
setup_public=1
setup_public=0
upgrade=1
#upgrade=1 from_commit=CommitHash
backup_restore=1

View file

@ -102,6 +102,7 @@ ynh_script_progression --message="Removing synapse app service..." --time --weig
ynh_secure_remove --file="$src_path"
ynh_secure_remove --file="$app_service_registration_path/$app.yaml"
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh \
|| ynh_die "Synapse can't restart with the appservice configuration"