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