From 32a539844f6e674cfb470e407e9e993b6e897782 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 30 Jan 2019 23:11:52 +0100 Subject: [PATCH] Update README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b54c5b..076a94c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) whi **Shipped version:** To be 1.0, let's say 0.9 :) +Library will be placed in /home/yunohost.multimedia/share/eBook except if both + - calibreweb is set as a private application + - calibreweb library is set as a public library +In this case the library will be set in /home/yunohost.multimedia/[admin]/eBook folder +Library folder can always be changed manually in the application settings by the admin + +This app support http authentification. + ## Screenshots ![screenshot](https://raw.githubusercontent.com/janeczku/docker-calibre-web/master/screenshot.png) @@ -31,10 +39,10 @@ yunohost app setting calibreweb backup_core_only -v 0 By default, removing the app will **never** delete the library. -## Limitations +## Known Limitations -* No LDAP support -* access to library to be done manually after install if Calibre library was already existing, for example : +* Partial LDAP support : user existing both in Yunohost and calibreweb can use their Yunohost password to log in, but user existing previously to the application installation will not be duplicated in the database automatically +* Authorization access to library to be done manually after install if Calibre library was already existing, for example : ``` chown -R calibreweb: path/to/library or @@ -42,6 +50,7 @@ chmod o+rw path/to/library ``` * Do not use a Nextcloud folder. It's all right if the folder is an external storage in Nextcloud but not if it's an internal one : Changing the data in the library will cause trouble with the sync * "Magic link feature is not yet available +* Change to library made outside calibreweb are not automatically updated in calibreweb. It is required to disconnect and reconnect to see the changes ## Links