From f1d92ee4e999701d691a3b75fccd63aeded3e29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:04:17 +0200 Subject: [PATCH] v2 --- doc/ADMIN.md | 6 ++---- doc/ADMIN_fr.md | 6 ++---- doc/PRE_INSTALL.md | 1 + doc/PRE_INSTALL_fr.md | 1 + 4 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 doc/PRE_INSTALL.md create mode 100644 doc/PRE_INSTALL_fr.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 63abffc..6468e41 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,7 +1,5 @@ -Development of Droppy has been abandoned by its author, and its repository has been archived. Expect no future updates nor security fixes. - ## Configuration -How to configure this app: a JSON configuration file with SSH. `/var/www/droppy/config/config.json`. -Shared files are stored in the following directory: `/home/yunohost.app/droppy/files` +How to configure this app: a JSON configuration file with SSH. `__INSTALL_DIR__/config/config.json`. +Shared files are stored in the following directory: `__DATA_DIR__/files` diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 901b64d..ea42709 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,6 +1,4 @@ -Le développement de Droppy a été abandonné par son auteur, et son dépôt de code a été archivé. N'attendez pas de future mise à jour, ni correctifs de sécurité. - ## Configuration -Comment configurer cette application : un fichier de configuration `/var/www/droppy/config/config.json` en SSH. -Les fichiers partagés sont stockés dans le répertoire suivant : `/home/yunohost.app/droppy/files/` +Comment configurer cette application : un fichier de configuration `__INSTALL_DIR__/config/config.json` en SSH. +Les fichiers partagés sont stockés dans le répertoire suivant : `__DATAD_DIR__/files/` diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md new file mode 100644 index 0000000..b6cdfe2 --- /dev/null +++ b/doc/PRE_INSTALL.md @@ -0,0 +1 @@ +Development of Droppy has been abandoned by its author, and its repository has been archived. Expect no future updates nor security fixes. \ No newline at end of file diff --git a/doc/PRE_INSTALL_fr.md b/doc/PRE_INSTALL_fr.md new file mode 100644 index 0000000..acb81b6 --- /dev/null +++ b/doc/PRE_INSTALL_fr.md @@ -0,0 +1 @@ +Le développement de Droppy a été abandonné par son auteur, et son dépôt a été archivé. Ne vous attendez à aucune mise à jour future ni correctif de sécurité. \ No newline at end of file