diff --git a/README.md b/README.md index f6d22a3..b6ec921 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Calibre-web for YunoHost - +[![Integration level](https://dash.yunohost.org/integration/calibreweb.svg)](https://ci-apps.yunohost.org/jenkins/job/calibreweb%20%28Community%29/lastBuild/consoleFull) [![Install calibreweb with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=calibreweb) > *This package allow you to install calibreweb quickly and simply on a YunoHost server. diff --git a/check_process b/check_process index 62b145a..d23ce79 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,6 @@ setup_root=1 setup_private=1 setup_public=1 - upgrade=1 upgrade=1 from_commit=3b9c5041e4fa73cb965368379f2b83d076c65341 backup_restore=1 multi_instance=0 @@ -56,7 +55,7 @@ Email= Notification=none ;;; Upgrade options ; commit=3b9c5041e4fa73cb965368379f2b83d076c65341 - name=First in progress release of the app 0.9~ynh2 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER& + name=First in progress release of the app 0.9~ynh1 + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&is_public=0& \ No newline at end of file diff --git a/scripts/upgrade b/scripts/upgrade index 9ad5b57..91bac98 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -52,7 +52,8 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # Download, check integrity, uncompress and patch the source from app.src -#ynh_setup_source "$final_path" +ynh_print_info "Download and install new sources" +ynh_setup_source "$final_path" #================================================= # NGINX CONFIGURATION