1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Activate sub_dir

This commit is contained in:
yalh76 2019-02-08 20:25:49 +01:00
parent 9467260b76
commit 98bf3a82e7
2 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,16 @@
},
"example": "distbin.example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for distbin",
"fr": "Choisissez un chemin pour distbin"
},
"example": "/distbin",
"default": "/distbin"
},
{
"name": "is_public",
"type": "boolean",

View file

@ -26,7 +26,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
path_url=$YNH_APP_ARG_PATH
#admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC
#language=$YNH_APP_ARG_LANGUAGE