diff --git a/check_process b/check_process index 1f41b77..6da2504 100644 --- a/check_process +++ b/check_process @@ -43,7 +43,7 @@ Level 1=auto Level 2=auto Level 3=auto - Level 4=na + Level 4=1 Level 5=auto Level 6=auto Level 7=auto diff --git a/manifest.json b/manifest.json index 78f65b9..04cac8f 100644 --- a/manifest.json +++ b/manifest.json @@ -84,8 +84,8 @@ "type":"boolean", "optional": true, "ask": { - "en": "Do you want to allow access to the library to all Yunohost users?", - "fr": "Voulez vous autoriser l'accès à la bibliothèque à tous les utilisateurs Yunohost?" + "en": "Do you want to allow access to the library to all Yunohost users? Yes will set the library in /home/yunohost.multimedia/share/eBook", + "fr": "Voulez vous autoriser l'accès à la bibliothèque à tous les utilisateurs Yunohost? Yes parametrera la bibliothèque pour /home/yunohost.multimedia/share/eBook" }, "default": true } diff --git a/scripts/change_url b/scripts/change_url index 8a5b158..369c1b6 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -71,7 +71,7 @@ then path_url="$new_path" #Cannot use empty string for X-script-name, causes an issue in the python prg if [ $path_url = "/" ] ; then - ynh_replace_string "X-Script-Name __PATH__;" "X-Script-Name /$app;" ../conf/nginx.conf + ynh_replace_string " proxy_set_header X-Script-Name" "# proxy_set_header X-Script-Name" ../conf/nginx.conf fi # Create a dedicated nginx config ynh_add_nginx_config