From b274705bcd9aecef2ad7b7a74877bc166ecd8312 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Wed, 16 Mar 2022 17:01:19 +0100 Subject: [PATCH] Update environment variables --- Command-Line-Interface.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Command-Line-Interface.md b/Command-Line-Interface.md index d001116..99cbd75 100644 --- a/Command-Line-Interface.md +++ b/Command-Line-Interface.md @@ -11,7 +11,7 @@ Currently several options are supported, which are useful for running multiple i `-i ip-address` limits the listening address of the server to the given ip-address\ `-s user:password` changes the password of user to password and ends Calibre-Web\ `-f` activates the filepicker for the Calibre Database in the unconfigured/inital mode *)\ -`-l` Allows loading covers from localhost\ +`-l` Allows loading covers from localhost and local network\ `-d` Dry run of updater to check file permissions in advance, exists Calibre-Web afterwards\ `-r` Enable public database reconnect route under `/reconnect` @@ -25,6 +25,8 @@ Calibre-Web supports the following Environmental variables. `CALIBRE_DBPATH` allows to set the home directory for calibre-web's settings files (`app.db`, `calibre-web.log`, `gdrive.db`)\ `CALIBRE_PORT` allows to set the default listening port during creation of the settings database. Afterwards the port which is configured in the UI, is used. -`CALIBRE_UNIX_SOCKET` allows to run Calibre-Web on a specified unix-socket, needs gevent +`CALIBRE_RECONNECT` enables the reconnect endpoint\ +`CALIBRE_LOCALHOST` allows loading covers from localhost and local network\ +`CALIBRE_UNIX_SOCKET` allows to run Calibre-Web on a specified unix-socket, needs gevent `FLASK_DEBUG` redirects log output to console and sets log level to DEBUG for easier debugging. Creates hashes for static files to make the browser aware of changes \ No newline at end of file