1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-01 15:46:21 +00:00

Updated Command Line Interface (markdown)

Ozzie Isaacs 2024-07-13 14:47:14 +02:00
parent 7fb106352b
commit 36ad2ad911

@ -10,7 +10,6 @@ Currently several options are supported, which are useful for running multiple i
`-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` 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 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`
@ -18,7 +17,6 @@ Currently several options are supported, which are useful for running multiple i
Starting Calibre-Web with `-k "" -c ""`, deactivates the ssl-server, it falls back to non-ssl, so you can change the ssl settings.
*) This feature is deactivated by default to keep the directory tree of your server private (for security reasons)
## Environmental variables