Scroll to navigation

CALIBRE-SERVER(1) calibre CALIBRE-SERVER(1)

NAME

calibre-server - calibre-server

calibre-server [options] [path to library folder...]


Start the calibre Content server. The calibre Content server exposes your calibre libraries over the internet. You can specify the path to the library folders as arguments to calibre-server. If you do not specify any paths, all the libraries that the main calibre program knows about will be used.

Sempre que passar argumentos para o calibre-server que contenham espaços ponha-os entre aspas. Por exemplo: "/some path/with spaces"

[OPÇÕES]

Path to the access log file. This log contains information about clients connecting to the server and making requests. By default no access logging is done.

Time (in seconds) to wait for a response from the server when making queries.

Escolha o tipo de autenticação usado. Set the HTTP authentication mode used by the server. Set to "basic" if you are putting this server behind an SSL proxy. Otherwise, leave it as "auto", which will use "basic" if SSL is configured otherwise it will use "digest".

Automatically reload server when source code changes. Useful for development. You should also specify a small value for the shutdown timeout.

Número de erros de autenticação até ser banido. Número de erros de autenticação até que um endereço de IP seja banido

Banir endereços IP que apresentem erros de autenticação continuados. Temporarily bans access for IP addresses that have repeated login failures for the specified number of minutes. Useful to prevent attempts at guessing passwords. If set to zero, no banning is done.

Escolha o modo de listagem padrão de livros. Set the default book list mode that will be used for new users. Individual users can override the default in their own settings. The default is to use a cover grid.

Minimum size for which responses use data compression (in bytes).

Path to a JSON file containing a template for the custom book list mode. The easiest way to create such a template file is to go to Preferences-> Sharing over the net-> Book list template in calibre, create the template and export it.

Run process in background as a daemon (Linux only).

Restringir exibição de campos de metadados definidos pelo utilizador. Comma separated list of user-defined metadata fields that will be displayed by the Content server in the /opds and /mobile views. If you specify this option, any fields not in this list will not be displayed. For example: my_rating,my_tags

Socket pre-allocation, for example, with systemd socket activation. Por predefinição, a opção esta ativada.

Autenticação por senha para aceder ao servidor. Normally, the server is unrestricted, allowing anyone to access it. You can restrict access to predefined users with this option. Por predefinição, a opção esta desativada.

Voltar ao interface automaticamente detetado. If for some reason the server is unable to bind to the interface specified in the listen_on option, then it will try to detect an interface that connects to the outside world and bind to that. Por predefinição, a opção esta ativada.

Permitir que ligações locais não autenticadas realizem alterações. Normally, if you do not turn on authentication, the server operates in read-only mode, so as to not allow anonymous users to make changes to your calibre libraries. This option allows anybody connecting from the same computer as the server is running on to make changes. This is useful if you want to run the server without authentication but still use calibredb to make changes to your calibre libraries. Note that turning on this option means any program running on the computer can make changes to your calibre libraries. Por predefinição, a opção esta desativada.

Registar pedidos HTTP 404 (Não encontrado). Normally, the server logs all HTTP requests for resources that are not found. This can generate a lot of log spam, if your server is targeted by bots. Use this option to turn it off. Por predefinição, a opção esta ativada.

Divulgar sinal OPDS através do BonJour. Advertise the OPDS feeds via the BonJour service, so that OPDS based reading apps can detect and connect to the server automatically. Por predefinição, a opção esta ativada.

Zero copy file transfers for increased performance. This will use zero-copy in-kernel transfers when sending files over the network, increasing performance. However, it can cause corrupted file transfers on some broken filesystems. If you experience corrupted file transfers, turn it off. Por predefinição, a opção esta ativada.

mostrar esta mensagem de ajuda e sair

Campos ignorados de metadados definidos pelo utilizador. Comma separated list of user-defined metadata fields that will not be displayed by the Content server in the /opds and /mobile views. For example: my_rating,my_tags

The interface on which to listen for connections. The default is to listen on all available interfaces. You can change this to, for example, "127.0.0.1" to only listen for connections from the local machine, or to "::" to listen to all incoming IPv6 and IPv4 connections.

Path to log file for server log. This log contains server information and errors, not access logs. By default it is written to stdout.

Manage the database of users allowed to connect to this server. See also the --userdb option.

Max. size of single HTTP header (in KB).

Tempo máximo para processos de trabalho. Maximum amount of time worker processes are allowed to run (in minutes). Set to zero for no limit.

Número máximo de processos de trabalho. Worker processes are launched as needed and used for large jobs such as preparing a book for viewing, adding books, converting, etc. Normally, the max. number of such processes is based on the number of CPU cores. You can control it by this setting.

Tamanho máx. do ficheiro log. (em MB). The maximum size of log files, generated by the server. When the log becomes larger than this size, it is automatically rotated. Set to zero to disable log rotation.

Número máximo de livros no sinal OPDS. Número máximo de livros que o servidor fornece por cada sinal de aquisição de OPDS único.

Número máximo de itens não agrupados em sinais OPDS. Group items in categories such as author/tags by first letter when there are more than this number of items. Set to zero to disable.

Max. allowed size for files uploaded to the server (in MB).

Número de livros a mostrar numa só pagina. O número de livros a mostrar numa só pagina no navegador.

Escreva o processo com o PID para o ficheiro especificado

A porta onde escutar ligações.

Path to a JSON file containing URLs for the "Search the internet" feature. The easiest way to create such a file is to go to Preferences-> Sharing over the net->Search the internet in calibre, create the URLs and export them.

Total time in seconds to wait for clean shutdown.

Path to the SSL certificate file.

Path to the SSL private key file.

Time (in seconds) after which an idle connection is closed.

Um prefixo a anteceder todos os URL. Useful if you wish to run this server behind a reverse proxy. For example use, /calibre as the URL prefix.

Path to the user database to use for authentication. The database is a SQLite file. To create it use --manage-users. You can read more about managing users at: https://manual.calibre-ebook.com/server.html#managing-user-accounts-from-the-command-line-only

mostrar o número da versão do programa e sair

Número máximo de processos de trabalho para executar pedidos.

AUTHOR

Kovid Goyal

COPYRIGHT

Kovid Goyal

novembro 29, 2019 4.5.0