Updated Command Line Interface (markdown)

Ozzie Isaacs 2020-01-10 17:07:22 +01:00
parent 34eea24746
commit 15a278e6fe
1 changed files with 5 additions and 1 deletions

@ -1,12 +1,16 @@
## Command line options
Starting the script with `-h` lists all supported command line options.\
Currently supported are 4 options, which are useful for running multiple instances of Calibre-Web.
Currently supported are several options, which are useful for running multiple instances of Calibre-Web, and other administrative tasks.
`-p path` allows to specify the location of the settings database\
`-g path` allows to specify the location of the google-drive database\
`-c path` allows to specify the location of SSL certfile, works only in combination with keyfile\
`-k path` allows to specify the location of SSL keyfile, works only in combination with certfile
`-v` shows the current version info and exits
`-i ip-address` limits the listening address of the server to the given ip-address
`-s user:password` tbd
## Environmental variables