1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Download from app.src

This commit is contained in:
Krakinou 2018-12-27 22:02:04 +01:00
parent 610b77cdaa
commit 601f123308
4 changed files with 8 additions and 8 deletions

View file

@ -65,7 +65,7 @@ sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre
## Todo ## Todo
- [ ] Multiinstance - [ ] Multiinstance
- [ ] Better Multimedia integration : Integrate in Yunohost.multimedia - [ ] Better Multimedia integration : Integrate in Yunohost.multimedia
- [ ] Package_check integrtion - [ ] Package_check integration
- [ ] On backup/remove/upgrade : check for database location to update settings - [ ] On backup/remove/upgrade : check for database location to update settings

View file

@ -8,7 +8,7 @@
language="en" language="en"
is_public=0 (PUBLIC|public=1|private=0) is_public=0 (PUBLIC|public=1|private=0)
upload=1 upload=1
password="] jG?>j-@X}?A1u}DEA dZMKfQS]^r" password="a very long password"
# port="8083" (PORT) # port="8083" (PORT)
; Checks ; Checks
pkg_linter=1 pkg_linter=1
@ -17,7 +17,7 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# upgrade=0 from_commit=65c382d138596fcb32b4c97c39398815a1dcd4e8 upgrade=1 from_commit=3b9c5041e4fa73cb965368379f2b83d076c65341
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=0
incorrect_path=1 incorrect_path=1
@ -38,6 +38,6 @@
Email= Email=
Notification=none Notification=none
;;; Upgrade options ;;; Upgrade options
# ; commit=65c382d138596fcb32b4c97c39398815a1dcd4e8 ; commit=3b9c5041e4fa73cb965368379f2b83d076c65341
name=Name of this previous version name=Name of this previous version
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&is_public=0& manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=pass&is_public=0&

View file

@ -1,4 +1,4 @@
#useless as long as V1.0 not issued #useless as long as V1.0 not issued
SOURCE_URL=https://github.com/janeczku/calibre-web/archive/master.zip SOURCE_URL=https://github.com/janeczku/calibre-web/archive/d0fd1a46014006138977398ee65f48c98df937e7.zip
SOURCE_SUM=82d6633464fc60d198a671ba973a837f769296c9c5e2ac58537ba20c1e48c563 SOURCE_SUM=0d297719f32670840fb1fcee52d3e73fa6213127709809d9a232f862d037af03
SOURCE_FORMAT=zip SOURCE_FORMAT=zip

View file

@ -80,9 +80,9 @@ ynh_print_info "Copying data to $final_path"
# Download, check integrity, uncompress and patch the source from app.src # 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. #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 #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 # INSTALL DEPENDENCIES