From 5ceb039fcac650be219e89ea2065b8a8aa154778 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 13 Mar 2022 21:48:37 +0000 Subject: [PATCH] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a4d03..f00952f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You may deactivate backup of the library with yunohost app setting calibreweb do_not_backup_data -v 1 ``` -* By default, removing the app will **never** delete the library. +* By default, removing the app will **never** delete the library. However, you can use the ```purge``` option from the command line to delete the library along wiht the app. * Authorization access to library to be done manually after install if Calibre library was already existing (except in yunohost.multimedia directory), for example : @@ -73,6 +73,7 @@ Version number in Yunohost is different from the upstream Calibre-web app : vers * "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 : Do not open a database both in Calibre & Calibreweb! * Kobo Sync doesn’t work when Calibreweb is installed on a subdomain. This issue is caused by nginx. However, it works great when installed on a path e.g. `https://domain.tld/calibreweb` +* For security reasons, the automagic identification of the user already logged in Yunohost can only happen if the app is not made public. If the app is made public, you will have to reauthenticate. ### Todo - [ ] Update mail settings with yunohost settings diff --git a/README_fr.md b/README_fr.md index a83a2b8..70a3b30 100644 --- a/README_fr.md +++ b/README_fr.md @@ -44,7 +44,7 @@ Vous pouvez le désactiver avec cette commande: yunohost app setting calibreweb do_not_backup_data -v 1 ``` -* Par défaut, supprimer l'application **ne supprimera jamais** la bibliothèque. +* Par défaut, supprimer l'application **ne supprimera jamais** la bibliothèque. Cependant, vous pouvez utilisez l'option ````purge```` depuis la ligne de commande qui supprimera la bibliothèque avec l'application. * Si la bibliothèque existait avant l'installation de Calibreweb, les accès à celle-ci doivent être géré manuellement (sauf pour celle dans yunohost.multimedia directory). Par exemple : @@ -69,6 +69,7 @@ La numérotation est modifiée dans yunohost par rapport à Calibre-web: la vers * La fonction "Magic link" n'est pas disponible * Les changements fait à la bibliothèque en dehors de Calibreweb ne sont pas automatiquement vu par Calibreweb : Il est nécessaire de se déconnecter puis reconnecter ou redémarrer le service pour que les modifications soient visibles : N'utilisez donc pas simultanément Calibre et Calibreweb sur la même bibliothèque! * La synchronisation Kobo ne fonctionne pas quand Calibreweb est installée dans un sous-domaine. Ce problème est causé par nginx. Par contre, cela fonctionne très bien quand installé dans un répertoire, par exemple `https://domain.tld/calibreweb` +* L'identification automagique des utilisateurs déjà loggé dans yunohost ne peut se faire, pour des raisons de sécurité, que si l'application n'est pas déclarée en "public". Si l'application est public, vous devrez vous réauthentifier à chaque fois. ## Todo - [ ] Mise à jour des réglages mails