1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-01-31 11:19:14 +00:00

Add Email as Username for registering

Add robots.txt
OzzieIsaacs 2020-08-09 14:45:06 +02:00
parent d75a32aee5
commit d23b18f5d6
2 changed files with 4 additions and 2 deletions

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

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