1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/droppy_ynh.git synced 2024-09-03 18:26:27 +02:00
This commit is contained in:
Éric Gaspar 2023-08-18 10:04:17 +02:00
parent 97a0e9c752
commit f1d92ee4e9
4 changed files with 6 additions and 8 deletions

View file

@ -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`

View file

@ -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/`

1
doc/PRE_INSTALL.md Normal file
View file

@ -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.

1
doc/PRE_INSTALL_fr.md Normal file
View file

@ -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é.