diff --git a/README.md b/README.md index 9852040..be43b34 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BoZoN is a minimalist Drag & drop file sharing app. ## Screenshots -![](Link to a screenshot of this app.) +![](sources/bozon_screenshot.png) ## Configuration @@ -47,7 +47,6 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot ## Links * Report a bug: https://github.com/YunoHost-Apps/bozon_ynh/issues - * App website: http://bozon.pw * Upstream app repository: https://github.com/broncowdd/BoZoN * YunoHost website: https://yunohost.org/ @@ -63,4 +62,3 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bozon_ynh/tree/testin or sudo yunohost app upgrade bozon -u https://github.com/YunoHost-Apps/bozon_ynh/tree/testing --debug ``` - diff --git a/manifest.json b/manifest.json index 2d52fd0..6d7fafb 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "ewilly@neuf.fr" }, "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.8.1" }, "multi_instance": false, "services": [ @@ -46,7 +46,7 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Should this application be public ? (if not, sharing file with unregistered users will still work)", + "en": "Should this application be public? (if not, sharing file with unregistered users will still work)", "fr": "Est-ce que cette application doit être visible publiquement ? (dans le cas contraire, le partage de fichiers avec des utilisateurs externes fonctionnera tout de même)" }, "default": false @@ -73,7 +73,7 @@ "name": "backup_core_only", "type": "boolean", "ask": { - "en": "When backing up, should only the core of the app be backed up ? (uploaded files to BoZoN such as videos, pictures, documents, etc. will not be backed up)", + "en": "When backing up, should only the core of the app be backed up? (uploaded files to BoZoN such as videos, pictures, documents, etc. will not be backed up)", "fr": "En cas de sauvegarde, doit-être uniquement sauvegardé le cœur de l'application ? (les fichiers transférés dans BoZoN tels que les vidéos, images, documents, etc. ne seront pas sauvegardés)" }, "default": true diff --git a/sources/bozon_screenshot.png b/sources/bozon_screenshot.png new file mode 100644 index 0000000..3229082 Binary files /dev/null and b/sources/bozon_screenshot.png differ