.\" Man page generated from reStructuredText. . .TH "CALIBRE-SERVER" "1" "fevereiro 26, 2021" "5.12.0" "calibre" .SH NAME calibre-server \- calibre-server . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C calibre\-server [options] [path to library folder...] .ft P .fi .UNINDENT .UNINDENT .sp 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 \fBcalibre\-server\fP\&. If you do not specify any paths, all the libraries that the main calibre program knows about will be used. .sp Sempre que passar argumentos para o \fBcalibre\-server\fP que contenham espaços ponha\-os entre aspas. Por exemplo: "/some path/with spaces" .SH [OPÇÕES] .INDENT 0.0 .TP .B \-\-access\-log 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. .UNINDENT .INDENT 0.0 .TP .B \-\-ajax\-timeout O tempo em segundos para aguardar por uma resposta do servidor ao efetuar pedidos. .UNINDENT .INDENT 0.0 .TP .B \-\-auth\-mode Escolher o tipo de autenticação a usar. Set the HTTP authentication mode used by the server. Set to \fB"\fPbasic\fB"\fP if you are putting this server behind an SSL proxy. Otherwise, leave it as \fB"\fPauto\fB"\fP, which will use \fB"\fPbasic\fB"\fP if SSL is configured otherwise it will use \fB"\fPdigest\fB"\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-\-auto\-reload Automatically reload server when source code changes. Useful for development. You should also specify a small value for the shutdown timeout. .UNINDENT .INDENT 0.0 .TP .B \-\-ban\-after 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 .UNINDENT .INDENT 0.0 .TP .B \-\-ban\-for 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. .UNINDENT .INDENT 0.0 .TP .B \-\-book\-list\-mode Escolher o modo de listagem de livros predefinido. 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. .UNINDENT .INDENT 0.0 .TP .B \-\-compress\-min\-size Minimum size for which responses use data compression (in bytes). .UNINDENT .INDENT 0.0 .TP .B \-\-custom\-list\-template 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. .UNINDENT .INDENT 0.0 .TP .B \-\-daemonize Run process in background as a daemon (Linux only). .UNINDENT .INDENT 0.0 .TP .B \-\-displayed\-fields Restringir exibição de campos de metadados definidos pelo utilizador. Lista separada por vírgulas de campos de metadados personalizados que serão exibidos pelo servidor de conteúdos nas saídas de /opds e /mobile. Se especificar esta opção, qualquer campo que não esteja na lista não será exibido. Por exemplo: my_rating,my_tags .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-allow\-socket\-preallocation, \-\-disable\-allow\-socket\-preallocation Socket pre\-allocation, for example, with systemd socket activation. Por predefinição, a opção esta ativada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-auth, \-\-disable\-auth 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. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-fallback\-to\-detected\-interface, \-\-disable\-fallback\-to\-detected\-interface Voltar à interface automaticamente detetada. 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. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-local\-write, \-\-disable\-local\-write 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. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-log\-not\-found, \-\-disable\-log\-not\-found 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. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-bonjour, \-\-disable\-use\-bonjour Divulgar sinal OPDS através de 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. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-sendfile, \-\-disable\-use\-sendfile Cópia zero na transferência de ficheiros para melhor desempenho. 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. .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h mostrar esta mensagem de ajuda e sair .UNINDENT .INDENT 0.0 .TP .B \-\-ignored\-fields Campos de metadados personalizados a ignorar. Lista separada por vírgulas de campos de metadados personalizados que não serão exibidos pelo servidor de conteúdos nas saídas de /opds e /mobile. Por exemplo: my_rating,my_tags .UNINDENT .INDENT 0.0 .TP .B \-\-listen\-on A interface sob a qual escutar ligações. Por padrão, é escutar em todas as interfaces IPv4 disponíveis. Pode mudar isso para, por exemplo, \fB\(aq\fP127.0.0.1\fB\(aq\fP e assim escutar apenas as ligações da máquina local, ou alterar para \fB\(aq\fP::\fB\(aq\fP e escutar todas as ligações de entrada IPv6 e IPv4. .UNINDENT .INDENT 0.0 .TP .B \-\-log Path to log file for server log. This log contains server information and errors, not access logs. By default it is written to stdout. .UNINDENT .INDENT 0.0 .TP .B \-\-manage\-users Manage the database of users allowed to connect to this server. You can use it in automated mode by adding a \-\-. See calibre\-server \fI\%\-\-manage\-users\fP \fB\-\-\fP help for details. See also the \fI\%\-\-userdb\fP option. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-header\-line\-size Max. size of single HTTP header (in KB). .UNINDENT .INDENT 0.0 .TP .B \-\-max\-job\-time 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. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-jobs 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. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-log\-size 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. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-opds\-items 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. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-opds\-ungrouped\-items Número máximo de itens não agrupados em sinais OPDS. Agrupar itens em categorias tais como autores/etiquetas pela primeira lera quando existir mais que este número de itens. Escolha 0 para desativar. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-request\-body\-size Tamanho máximo para ficheiros a carregar para o servidor (em MB). .UNINDENT .INDENT 0.0 .TP .B \-\-num\-per\-page Número de livros a mostrar numa só pagina. O número de livros a mostrar numa só pagina no navegador. .UNINDENT .INDENT 0.0 .TP .B \-\-pidfile Escreva o processo com o PID para o ficheiro especificado .UNINDENT .INDENT 0.0 .TP .B \-\-port A porta onde escutar ligações. .UNINDENT .INDENT 0.0 .TP .B \-\-search\-the\-net\-urls Path to a JSON file containing URLs for the \fB"\fPSearch the internet\fB"\fP 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. .UNINDENT .INDENT 0.0 .TP .B \-\-shutdown\-timeout Número de segundos de espera para um encerrar limpo. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-certfile Caminho para o ficheiro do certificado SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-keyfile Caminho para o ficheiro da chave privada SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-timeout O tempo em segundos após o qual uma ligação inativa será encerrada. .UNINDENT .INDENT 0.0 .TP .B \-\-trusted\-ips Permitir que ligações não autenticadas, mas de endereços IP específicos, 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 specified IP addresses to make changes. Must be a comma separated list of address or network specifications. 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 anyone connecting from the specified IP addresses can make changes to your calibre libraries. .UNINDENT .INDENT 0.0 .TP .B \-\-url\-prefix 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. .UNINDENT .INDENT 0.0 .TP .B \-\-userdb Path to the user database to use for authentication. The database is a SQLite file. To create it use \fI\%\-\-manage\-users\fP\&. You can read more about managing users at: \fI\%https://manual.calibre\-ebook.com/pt/server.html#managing\-user\-accounts\-from\-the\-command\-line\-only\fP .UNINDENT .INDENT 0.0 .TP .B \-\-version mostrar o número da versão do programa e sair .UNINDENT .INDENT 0.0 .TP .B \-\-worker\-count Número máximo de processos de trabalho para executar pedidos. .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .