1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

make it possible to set app to public/private

This commit is contained in:
Sebastian Gumprich 2021-09-15 20:09:46 +02:00
parent a0fafd4ab8
commit 89fb45c442
2 changed files with 7 additions and 5 deletions

View file

@ -11,8 +11,8 @@
"license": "ELv2", "license": "ELv2",
"website": "https://invoiceninja.org", "website": "https://invoiceninja.org",
"demo": "https://app.invoiceninja.com/dashboard", "demo": "https://app.invoiceninja.com/dashboard",
"admindoc": "https://docs.invoiceninja.com/index.html", "admindoc": "https://invoiceninja.github.io/",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://invoiceninja.github.io/",
"code": "https://github.com/invoiceninja/invoiceninja" "code": "https://github.com/invoiceninja/invoiceninja"
}, },
"license": "AAL", "license": "AAL",
@ -56,6 +56,11 @@
}, },
"choices": ["fr", "en"], "choices": ["fr", "en"],
"default": "en" "default": "en"
},
{
"name": "is_public",
"type": "boolean",
"default": true
} }
] ]
} }

View file

@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers
# MANAGE SCRIPT FAILURE # MANAGE SCRIPT FAILURE
#================================================= #=================================================
ynh_clean_setup () {
true
}
# Exit if an error occurs during the execution of the script # Exit if an error occurs during the execution of the script
ynh_abort_if_errors ynh_abort_if_errors