diff --git a/Configuration.md b/Configuration.md index 18a2930..71101a7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -6,10 +6,10 @@ The configuration can be changed as admin in the admin panel under "Basic Config **Location of Calibre database:**\ The location of a valid metadata.db file as created by the Calibre program. The File has to be on a mounted drive of the server running Calibre-Web (for setup with Google Drive please take a look in the corresponding chapter). You only enter the path, no special care has to be taken about spaces or Non-ASCII characters. The must not be included in apostrophes. "/" or "\" work as separators. The name metadata.db is not allowed as part of the path. -The icon at the end of the input field can be used to convientently select the desired filelocation. +The icon at the end of the input field can be used to conveniently select the desired file location. Example: /folder with space -With all installed G Drive dependencies a checkbock **Use Google Drive?** is showing up. The further configuration steps for the G Drive integration are desribed [here](https://github.com/janeczku/calibre-web/wiki/G-Drive-Setup#using-google-drive-integration) +With all installed G Drive dependencies a checkbox **Use Google Drive?** will show up. The further configuration steps for the G Drive integration are described [here](https://github.com/janeczku/calibre-web/wiki/G-Drive-Setup#using-google-drive-integration) ## Basic Configuration: @@ -37,7 +37,7 @@ Enter additional trusted hosts as comma seperated list in this field. Additional You can set the loglevel of the integrated logfiles. Default is INFO, which is recommended for normal day use. DEBUG gives you more information, especially during converting books and sending e-mails. WARNING and ERROR are less noisy as all other settings and create almost no entries. The logfiles are rotating automatically after 10kbytes of logged information are reached. The last 2versions are backuped. #### Location and name of logfile -You can specifiy a different name and different location for the logfile. logfile.log creates a logfile with this name in the Calibre-Web config folder (root folder of Calibre-Web or the .calibre-web folder in your home directory), where c:\bücher\log.log creates a logfile with the name log.log in the "bücher" folder on drive "c:" (Windows). Please make sure Calibre-Web has write access to the folder you specify. +You can specify a different name and different location for the logfile. logfile.log creates a logfile with this name in the Calibre-Web config folder (root folder of Calibre-Web or the .calibre-web folder in your home directory), where c:\bücher\log.log creates a logfile with the name log.log in the "bücher" folder on drive "c:" (Windows). Please make sure Calibre-Web has write access to the folder you specify. You can use "/dev/stderr" to log to standard-error or "/dev/stdout" to log to the standard output. This magic pathes also work for windows installations #### Enable Access Log