diff --git a/manifest.json b/manifest.json index a9d6881..c16330c 100644 --- a/manifest.json +++ b/manifest.json @@ -11,8 +11,8 @@ "license": "ELv2", "website": "https://invoiceninja.org", "demo": "https://app.invoiceninja.com/dashboard", - "admindoc": "https://docs.invoiceninja.com/index.html", - "userdoc": "https://yunohost.org/apps", + "admindoc": "https://invoiceninja.github.io/", + "userdoc": "https://invoiceninja.github.io/", "code": "https://github.com/invoiceninja/invoiceninja" }, "license": "AAL", @@ -56,6 +56,11 @@ }, "choices": ["fr", "en"], "default": "en" + }, + { + "name": "is_public", + "type": "boolean", + "default": true } ] } diff --git a/scripts/install b/scripts/install index 225abb7..ec26ee6 100755 --- a/scripts/install +++ b/scripts/install @@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors