mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
v2
This commit is contained in:
parent
97a0e9c752
commit
f1d92ee4e9
4 changed files with 6 additions and 8 deletions
|
@ -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
|
## Configuration
|
||||||
|
|
||||||
How to configure this app: a JSON configuration file with SSH. `/var/www/droppy/config/config.json`.
|
How to configure this app: a JSON configuration file with SSH. `__INSTALL_DIR__/config/config.json`.
|
||||||
Shared files are stored in the following directory: `/home/yunohost.app/droppy/files`
|
Shared files are stored in the following directory: `__DATA_DIR__/files`
|
||||||
|
|
||||||
|
|
|
@ -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
|
## Configuration
|
||||||
|
|
||||||
Comment configurer cette application : un fichier de configuration `/var/www/droppy/config/config.json` en SSH.
|
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 : `/home/yunohost.app/droppy/files/`
|
Les fichiers partagés sont stockés dans le répertoire suivant : `__DATAD_DIR__/files/`
|
||||||
|
|
1
doc/PRE_INSTALL.md
Normal file
1
doc/PRE_INSTALL.md
Normal 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
1
doc/PRE_INSTALL_fr.md
Normal 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é.
|
Loading…
Add table
Reference in a new issue