diff --git a/README.md b/README.md index b1a9d88..102d7fb 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre ## Todo - [ ] Multiinstance - [ ] Better Multimedia integration : Integrate in Yunohost.multimedia -- [ ] Package_check integrtion +- [ ] Package_check integration - [ ] On backup/remove/upgrade : check for database location to update settings diff --git a/check_process b/check_process index a24cfed..ba0f954 100644 --- a/check_process +++ b/check_process @@ -8,7 +8,7 @@ language="en" is_public=0 (PUBLIC|public=1|private=0) upload=1 - password="] jG?>j-@X}?A1u}DEA dZMKfQS]^r" + password="a very long password" # port="8083" (PORT) ; Checks pkg_linter=1 @@ -17,7 +17,7 @@ setup_private=1 setup_public=1 upgrade=1 -# upgrade=0 from_commit=65c382d138596fcb32b4c97c39398815a1dcd4e8 + upgrade=1 from_commit=3b9c5041e4fa73cb965368379f2b83d076c65341 backup_restore=1 multi_instance=0 incorrect_path=1 @@ -38,6 +38,6 @@ Email= Notification=none ;;; Upgrade options -# ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8 + ; commit=3b9c5041e4fa73cb965368379f2b83d076c65341 name=Name of this previous version manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&is_public=0& \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 799a585..c765e11 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ #useless as long as V1.0 not issued -SOURCE_URL=https://github.com/janeczku/calibre-web/archive/master.zip -SOURCE_SUM=82d6633464fc60d198a671ba973a837f769296c9c5e2ac58537ba20c1e48c563 +SOURCE_URL=https://github.com/janeczku/calibre-web/archive/d0fd1a46014006138977398ee65f48c98df937e7.zip +SOURCE_SUM=0d297719f32670840fb1fcee52d3e73fa6213127709809d9a232f862d037af03 SOURCE_FORMAT=zip diff --git a/scripts/install b/scripts/install index b4fbf0f..9a2b642 100755 --- a/scripts/install +++ b/scripts/install @@ -80,9 +80,9 @@ ynh_print_info "Copying data to $final_path" # Download, check integrity, uncompress and patch the source from app.src #as long as v1 is not reached, sha256sum will change without notice so not usable, so we use cp -a instead. #source are directly in the app so far -#ynh_setup_source "$final_path" +ynh_setup_source "$final_path" -cp -a ../src/calibreweb/. $final_path +#cp -a ../src/calibreweb/. $final_path #================================================= # INSTALL DEPENDENCIES