diff --git a/doc/DESCRITION.md b/doc/DESCRITION.md new file mode 100644 index 0000000..f75cea7 --- /dev/null +++ b/doc/DESCRITION.md @@ -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. diff --git a/doc/DESCRITION_fr.md b/doc/DESCRITION_fr.md new file mode 100644 index 0000000..b2dc61d --- /dev/null +++ b/doc/DESCRITION_fr.md @@ -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. diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..fa87030 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -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` + diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..9dc803c --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -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/` diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..ba4dc9a Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index fef47ba..422a94b 100644 --- a/manifest.json +++ b/manifest.json @@ -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"