mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
[fix] Backup db empty (#85)
* [fix] Backup db empty * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
1f16d38536
commit
1b004cd1df
2 changed files with 9 additions and 9 deletions
16
README_fr.md
16
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Matrix-WhatsApp bridge pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_whatsapp)  
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_whatsapp)  
|
||||
[](https://install-app.yunohost.org/?app=mautrix_whatsapp)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Matrix-WhatsApp bridge rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Matrix-WhatsApp bridge rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Une passerelle entre Matrix et WhatsApp empaquetée comme un service YunoHost.
|
||||
Les messages, médias et notifications sont relayées entre un compte WhatsApp et un compte Matrix.
|
||||
|
@ -106,9 +106,9 @@ Si vous devez téléverser vos fichiers log quelque-part, soyez avertis qu'ils c
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://maunium.net/go/mautrix-whatsapp/>
|
||||
* Documentation officielle de l'admin : <https://docs.mau.fi/bridges/go/whatsapp/index.html>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/mautrix/whatsapp>
|
||||
* Site officiel de l’app : <https://maunium.net/go/mautrix-whatsapp/>
|
||||
* Documentation officielle de l’admin : <https://docs.mau.fi/bridges/go/whatsapp/index.html>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/mautrix/whatsapp>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mautrix_whatsapp>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/issues>
|
||||
|
||||
|
@ -124,4 +124,4 @@ ou
|
|||
sudo yunohost app upgrade mautrix_whatsapp -u https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -89,7 +89,7 @@ then
|
|||
fi
|
||||
if [ -z "$db_name" ]
|
||||
then
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=$app)
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=mautrix_whatsapp_db_name)
|
||||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||
fi
|
||||
if [ -z "$db_pwd" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue