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