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:
parent
610b77cdaa
commit
601f123308
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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&
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue