From e713c4621af13f9d8dd2a7c8a7f3f0655129d6f9 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 26 Aug 2021 11:24:08 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 7 +++++++ README_fr.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 628d12d..01c7abe 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ Simple, private file sharing ![](./doc/screenshots/screenshot.png) +## Disclaimers / important information + +## Configuration + +The config file path is `var/www/send/server/config.js`. +You can configure things such as the max file size, max downloads, or max file expire time. + ## Documentation and resources * Official app website: https://send.vis.ee/ diff --git a/README_fr.md b/README_fr.md index a34b400..b374667 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,6 +21,13 @@ Partage de fichier simple et privé ![](./doc/screenshots/screenshot.png) +## Avertissements / informations importantes + +## Configuration + +Le chemin du fichier de configuration est `var/www/send/server/config.js`. +Vous pouvez configurer des paramètres tels que les taille de fichier, nombre de téléchargements, ou temps d'expiration des fichiers maximums. + ## Documentations et ressources * Site officiel de l'app : https://send.vis.ee/ From e8a4f4fd23774e3796e8403eabe9c7f04c5dacd3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 26 Aug 2021 13:32:19 +0200 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 57f826f..2a537ee 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "send", "packaging_format": 1, "description": { - "en": "Simple, private file sharing", - "fr": "Partage de fichier simple et privé" + "en": "File sharing which allows to send encrypted files", + "fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés" }, "version": "3.4.13~ynh1", "url": "https://github.com/timvisee/send",