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

kepubify & Kobo sync : add info in log

This commit is contained in:
Krakinou 2022-11-11 17:43:07 +01:00
parent 7c57b6a1c9
commit 7aa3e4f8e0
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ ynh_add_config --template="../sources/patches/app-constants.py.patch.src" --dest
ynh_setup_source "$final_path"
#install kepubify converter
ynh_script_progression --message="Installing kepubify..." --weight=1
ynh_add_config --template="../conf/appkepubify.src.default" --destination="../conf/appkepubify.src"
ynh_setup_source --dest_dir="/opt/kepubify" --source_id="appkepubify"

View file

@ -138,6 +138,7 @@ fi
if ! ynh_permission_exists --permission="Kobo sync"
then
# API Authorization with dedicated URL
ynh_print_warn --message="This version has now a dedicated Kobo sync authorization, please review group and permission"
ynh_permission_create --permission="Kobo sync" --url="$domain/kobo" --allowed="visitors"
fi