mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
Fix
This commit is contained in:
parent
e8ab2bd94f
commit
1124f6c286
6 changed files with 15 additions and 0 deletions
1
doc/DESCRITION.md
Normal file
1
doc/DESCRITION.md
Normal 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
1
doc/DESCRITION_fr.md
Normal 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
5
doc/DISCLAIMER.md
Normal 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
4
doc/DISCLAIMER_fr.md
Normal 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/`
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue