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

Update README

This commit is contained in:
Krakinou 2019-01-30 23:11:52 +01:00
parent 0039c36720
commit 32a539844f

View file

@ -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