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:
parent
1c59da75a6
commit
c15a2e1c88
3 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@ Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) whi
|
|||
|
||||
## 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
|
||||
```
|
||||
yunohost app setting calibreweb backup_core_only -v 0
|
||||
|
@ -52,7 +52,7 @@ chmod o+rw path/to/library
|
|||
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.
|
||||
```
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 2.7.14"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
|
|
|
@ -135,8 +135,9 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then
|
|||
fi
|
||||
|
||||
|
||||
ynh_multimedia_build_main_dir
|
||||
ynh_multimedia_addfolder "eBook" "$calibre_dir"
|
||||
#ynh_multimedia_build_main_dir
|
||||
#ynh_multimedia_addfolder "eBook" "$calibre_dir"
|
||||
#ynh_multimedia_addaccess $app
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue