From d23b18f5d676d7a3ab14907fe32f83554ee0b153 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sun, 9 Aug 2020 14:45:06 +0200 Subject: [PATCH] Add Email as Username for registering Add robots.txt --- Configuration.md | 3 ++- Extend-Features.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index b90332c..1457f71 100644 --- a/Configuration.md +++ b/Configuration.md @@ -31,7 +31,8 @@ On linux you can use "/dev/stderr" to log to standard-error or "/dev/stdout" to ### Feature Configuration Enable public registration:\ -Tick to enable public user registration. Users can then register with the Calibre-Web instance on their on with a valid email adress. In the SMTP Server section valid domains for registrations can be limited. +Tick to enable public user registration. Users can then register with the Calibre-Web instance on their own with a valid email adress. In the SMTP Server section valid domains for registrations can be limited. +If the additional setting "Use E-Mail as Username" is set, users can not choose their own username, the e-mail address is taken as username. Prerequisites: The SMTP Server setup has to be completed. Enable anonymous browsing:\ diff --git a/Extend-Features.md b/Extend-Features.md index d3851bc..3979a44 100644 --- a/Extend-Features.md +++ b/Extend-Features.md @@ -4,4 +4,5 @@ For extracting cover pictures from uploaded books the library "Imagemagick" has Extracting metadata from fb2 or epub files needs additional dependencies from optional-requirements.txt. In the optional-requirements.txt there are different blocks for the different options. Install the relevant requirements via pip/pip3. - +# Use your own robots.txt file +To make Calibre-Web deliver a robots.txt file, place the file with the relevant content in the cps/static subfolder of Calibre-Web. The filname has to be robots.txt. The file is persitent even over upgrading Calibre-Web via the user interface.