mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Commit total check_process
This commit is contained in:
parent
0d962490c5
commit
a780b18493
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Calibre-web for YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/jenkins/job/calibreweb%20%28Community%29/lastBuild/consoleFull)
|
||||
[](https://install-app.yunohost.org/?app=calibreweb)
|
||||
|
||||
> *This package allow you to install calibreweb quickly and simply on a YunoHost server.
|
||||
|
|
|
@ -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&
|
||||
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue