.\" Man page generated from reStructuredText. . . .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 .. .TH "CALIBRE-SERVER" "1" "de febrer 09, 2024" "7.5.1" "calibre" .SH NAME calibre-server \- calibre-server .INDENT 0.0 .INDENT 3.5 .sp .nf .ft B 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 passeu arguments a \fBcalibre\-server\fP i aquests tinguin espais en blanc, delimiteu els arguments amb cometes. Per exemple: \(dq/some path/with spaces\(dq .SH [OPCIONS] .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 Time (in seconds) to wait for a response from the server when making queries. .UNINDENT .INDENT 0.0 .TP .B \-\-auth\-mode Choose the type of authentication used. Set the HTTP authentication mode used by the server. Set to \fB\(dq\fPbasic\fB\(dq\fP if you are putting this server behind an SSL proxy. Otherwise, leave it as \fB\(dq\fPauto\fB\(dq\fP, which will use \fB\(dq\fPbasic\fB\(dq\fP if SSL is configured otherwise it will use \fB\(dq\fPdigest\fB\(dq\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 Number of login failures for ban. The number of login failures after which an IP address is banned .UNINDENT .INDENT 0.0 .TP .B \-\-ban\-for Ban IP addresses that have repeated login failures. 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 Choose the default book list mode. 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 Executa el procés en segon pla com a dimoni (només a Linux). .UNINDENT .INDENT 0.0 .TP .B \-\-displayed\-fields Restrict displayed user\-defined fields. 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 .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-allow\-socket\-preallocation, \-\-disable\-allow\-socket\-preallocation Socket pre\-allocation, for example, with systemd socket activation. Per defecte, aquesta opció està habilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-auth, \-\-disable\-auth Password based authentication to access the server. Normally, the server is unrestricted, allowing anyone to access it. You can restrict access to predefined users with this option. Per defecte, aquesta opció està inhabilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-fallback\-to\-detected\-interface, \-\-disable\-fallback\-to\-detected\-interface Fallback to auto\-detected interface. 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. Per defecte, aquesta opció està habilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-local\-write, \-\-disable\-local\-write Allow un\-authenticated local connections to make changes. 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. Per defecte, aquesta opció està inhabilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-log\-not\-found, \-\-disable\-log\-not\-found Log HTTP 404 (Not Found) requests. 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. Per defecte, aquesta opció està habilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-bonjour, \-\-disable\-use\-bonjour Advertise OPDS feeds via BonJour. Advertise the OPDS feeds via the BonJour service, so that OPDS based reading apps can detect and connect to the server automatically. Per defecte, aquesta opció està habilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-sendfile, \-\-disable\-use\-sendfile 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. Per defecte, aquesta opció està habilitada. .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h mostra aquest missatge d\fB\(aq\fPajuda i surt .UNINDENT .INDENT 0.0 .TP .B \-\-ignored\-fields Ignored user\-defined metadata fields. 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 .UNINDENT .INDENT 0.0 .TP .B \-\-listen\-on The interface on which to listen for connections. The default is to listen on all available IPv6 and IPv4 interfaces. You can change this to, for example, \fB\(dq\fP127.0.0.1\fB\(dq\fP to only listen for IPv4 connections from the local machine, or to \fB\(dq\fP0.0.0.0\fB\(dq\fP to listen to all incoming IPv4 connections. .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 Temps màxim per als processos de treball. Temps màxim que els processos de treball poden executar\-se (en minuts). Definiu\-ho com a zero si no voleu límit. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-jobs Maximum number of worker processes. 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 Mida màx. del fitxer del registre (en MB). La mida màxima dels fitxers dels registres, generats pel servidor. Quan el registre supera aquesta mida, es rota automàticament. Establiu\-ho a zero per inhabilitar la rotació del registre. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-opds\-items Maximum number of books in OPDS feeds. The maximum number of books that the server will return in a single OPDS acquisition feed. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-opds\-ungrouped\-items Maximum number of ungrouped items in OPDS feeds. Agrupa els ítems en categories com ara autors o etiquetes per la primera lletra quan hi hagi més d\fB\(aq\fPaquest nombre d\fB\(aq\fPítems. Establiu\-ho a zero per a inhabilitar\-ho. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-request\-body\-size Max. allowed size for files uploaded to the server (in MB). .UNINDENT .INDENT 0.0 .TP .B \-\-num\-per\-page Number of books to show in a single page. The number of books to show in a single page in the browser. .UNINDENT .INDENT 0.0 .TP .B \-\-pidfile Desa el PID del procés al fitxer que s\fB\(aq\fPespecifiqui .UNINDENT .INDENT 0.0 .TP .B \-\-port El port on escoltar les connexions. .UNINDENT .INDENT 0.0 .TP .B \-\-search\-the\-net\-urls Path to a JSON file containing URLs for the \fB\(dq\fPSearch the internet\fB\(dq\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 Total time in seconds to wait for clean shutdown. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-certfile Camí al fitxer del certificat SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-keyfile Camí al fitxer de la clau privada SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-timeout El temps (en segons) després del qual es tanca una connexió ociosa. .UNINDENT .INDENT 0.0 .TP .B \-\-trusted\-ips Allow un\-authenticated connections from specific IP addresses to make changes. 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 A prefix to prepend to all URLs. 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/server.html#managing\-user\-accounts\-from\-the\-command\-line\-only\fP .UNINDENT .INDENT 0.0 .TP .B \-\-version mostra el número de versió del programa i surt .UNINDENT .INDENT 0.0 .TP .B \-\-worker\-count Nombre de subprocessos de treball a utilitzar per a processar les peticions. .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .