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

Activate multi-instance

This commit is contained in:
Krakinou 2018-12-28 18:43:25 +01:00
parent 1c59da75a6
commit c15a2e1c88
3 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@ Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) whi
## Backup library ## Backup library
By default, backup process will not backup Calibre library (backup_core_only logic). By default, backup process will not backup Calibre library ([backup_core_only logic](https://yunohost.org/#/backup_fr)).
You may activate backup of the library with You may activate backup of the library with
``` ```
yunohost app setting calibreweb backup_core_only -v 0 yunohost app setting calibreweb backup_core_only -v 0
@ -52,7 +52,7 @@ chmod o+rw path/to/library
Developers info Developers info
---------------- ----------------
Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/calibreweb_ynh/tree/Testing). Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/calibre_ynh/tree/Testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` ```

View file

@ -16,7 +16,7 @@
"requirements": { "requirements": {
"yunohost": ">= 2.7.14" "yunohost": ">= 2.7.14"
}, },
"multi_instance": false, "multi_instance": true,
"services": [ "services": [
"nginx" "nginx"
], ],

View file

@ -135,8 +135,9 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then
fi fi
ynh_multimedia_build_main_dir #ynh_multimedia_build_main_dir
ynh_multimedia_addfolder "eBook" "$calibre_dir" #ynh_multimedia_addfolder "eBook" "$calibre_dir"
#ynh_multimedia_addaccess $app
#================================================= #=================================================