diff --git a/README.md b/README.md index 24d7370..28f73e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BoZoN package for YunoHost +[![Install BoZoN with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bozon) + * [BoZoN website](http://bozon.pw) * [BoZoN git repository](https://github.com/broncowdd/BoZoN) * [YunoHost website](https://yunohost.org/) diff --git a/check_process b/check_process index f20231e..e79dd8a 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,7 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - is_public=0 + is_public=1 language="en" filesize="2G" admin="john" (USER) @@ -14,7 +14,7 @@ setup_sub_dir=1 setup_root=1 setup_nourl=0 - setup_private=1 + setup_private=0 setup_public=1 upgrade=1 backup_restore=1 diff --git a/manifest.json b/manifest.json index 210e7aa..ef35a6c 100644 --- a/manifest.json +++ b/manifest.json @@ -54,8 +54,8 @@ { "name": "language", "ask": { - "en": "Default language", - "fr": "Langue par défaut" + "en": "Language (in case of browser language not detected)", + "fr": "Langue (si la langue du naviguatuer n'est détectée)" }, "choices": ["de","en","es","fr"], "default": "en"