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:
ericgaspar 2021-11-05 23:18:06 +01:00
parent e8ab2bd94f
commit 1124f6c286
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 15 additions and 0 deletions

1
doc/DESCRITION.md Normal file
View file

@ -0,0 +1 @@
Droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser.

1
doc/DESCRITION_fr.md Normal file
View file

@ -0,0 +1 @@
Droppy est un serveur de stockage de fichiers auto-hébergé avec une interface Web et des capacités pour éditer des fichiers et afficher des médias directement dans le navigateur.

5
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,5 @@
## 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`

4
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,4 @@
## 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/`

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View file

@ -8,6 +8,10 @@
},
"version": "12.2.0~ynh6",
"url": "https://github.com/silverwind/droppy",
"upstream": {
"license": "BSD-2-Clause",
"code": "https://github.com/silverwind/droppy"
},
"license": "BSD-2-Clause",
"maintainer": {
"name": "eric_G"