1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-01-31 11:19:14 +00:00

clarified CALIBRE_RECONNECT

Northguy 2023-06-29 22:22:51 +02:00
parent 1c646137dd
commit 509c54de82

@ -24,8 +24,8 @@ Starting Calibre-Web with `-k "" -c ""`, deactivates the ssl-server, it falls ba
Calibre-Web supports the following Environmental variables. 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_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_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_RECONNECT` enables the reconnect endpoint\ `CALIBRE_RECONNECT` enables the reconnect endpoint (`<hostname>/reconnect`) which will attempt to reconnect the database\
`CALIBRE_LOCALHOST` allows loading covers from localhost and local network\ `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 `CALIBRE_UNIX_SOCKET` allows to run Calibre-Web on a specified unix-socket, needs gevent