.\" Man page generated from reStructuredText. . .TH "CALIBRE-SERVER" "1" "febbraio 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 Whenever you pass arguments to \fBcalibre\-server\fP that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" .SH [OPZIONI] .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 Tempo (in secondi) di attesa di risposta dal server dopo una richiesta. .UNINDENT .INDENT 0.0 .TP .B \-\-auth\-mode Scegli il tipo di autenticazione adoperato. 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 Ricarica automaticamente il server quando il codice sorgente è cambiato. Utile per lo sviluppo. Occorre anche specificare un valore piccolo per il timeout di spegnimento. .UNINDENT .INDENT 0.0 .TP .B \-\-ban\-after Numero di login falliti necessari per il ban. The number of login failures after which an IP address is banned .UNINDENT .INDENT 0.0 .TP .B \-\-ban\-for Banna gli indirizzi IP che hanno fallito più volte ad eseguire il login. Blocca temporaneamente l\fB\(aq\fPaccesso per gli indirizzi IP che hanno fallito ripetutamente ad eseguire il login per il numero specificato di minuti. Utile per prevenire tentativi di indovinare le password. Se impostato a zero non viene eseguito alcun ban .UNINDENT .INDENT 0.0 .TP .B \-\-book\-list\-mode Scegli la modalità predefinita per l\fB\(aq\fPelenco dei libri. 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 Dimensione minima per la quale le risposte utilizzano la compressione dei dati (in byte). .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 Limita i campi definiti dall\fB\(aq\fPutente mostrati. 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. Questa opzione è abilitata come predefinita .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. By default, this option is disabled. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-fallback\-to\-detected\-interface, \-\-disable\-fallback\-to\-detected\-interface Interfaccia rilevata automaticamente come ripiego. 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. Questa opzione è abilitata come predefinita .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-local\-write, \-\-disable\-local\-write Consenti alle connessioni locali non autenticate di apportare modifiche. 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. By default, this option is disabled. .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-log\-not\-found, \-\-disable\-log\-not\-found Registra le richieste HTTP 404 (Non Trovato). 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. Questa opzione è abilitata come predefinita .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-bonjour, \-\-disable\-use\-bonjour Pubblicizza i feed OPDS con BonJour. Advertise the OPDS feeds via the BonJour service, so that OPDS based reading apps can detect and connect to the server automatically. Questa opzione è abilitata come predefinita .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-use\-sendfile, \-\-disable\-use\-sendfile Trasferimenti di file in zero copy per prestazioni migliorate. 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. Questa opzione è abilitata come predefinita .UNINDENT .INDENT 0.0 .TP .B \-\-help, \-h mostra questo messaggio di aiuto ed esci .UNINDENT .INDENT 0.0 .TP .B \-\-ignored\-fields Campi di metadati dell\fB\(aq\fPutente da ignorare. 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 L\fB\(aq\fPinterfaccia su cui ascoltare in attesa di connessioni. The default is to listen on all available IPv4 interfaces. You can change this to, for example, \fB"\fP127.0.0.1\fB"\fP to only listen for connections from the local machine, or to \fB"\fP::\fB"\fP to listen to all incoming IPv6 and 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 Dimensione massima del singolo header HTTP (in KB). .UNINDENT .INDENT 0.0 .TP .B \-\-max\-job\-time Tempo massimo dei processi di lavoro. 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 Numero massimo di processi di lavoro. I processi di lavoro vengono avviati in base alle necessità e utilizzati per lavori di grandi dimensioni come la preparazione di un libro per la visualizzazione, l\fB\(aq\fPaggiunta di libri, la conversione, ecc. Normalmente, il numero massimo di tali processi si basa sul numero di core della CPU. È possibile controllarlo con questa impostazione. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-log\-size Dimensione massima del file di log (in 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 Numero massimo di libri nei feed OPDS. 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 Numero massimo di elementi non raggruppati nei feed 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. .UNINDENT .INDENT 0.0 .TP .B \-\-max\-request\-body\-size Dimensione massima consentita per file caricati sul server (in MB). .UNINDENT .INDENT 0.0 .TP .B \-\-num\-per\-page Numero di libri da mostrare in una pagina singola. The number of books to show in a single page in the browser. .UNINDENT .INDENT 0.0 .TP .B \-\-pidfile Scrivi il PID di processo nel file specificato .UNINDENT .INDENT 0.0 .TP .B \-\-port La porta di ascolto per la connessione. .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 Tempo totale in secondi da aspettare per un arresto pulito. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-certfile Percorso del file del certificato SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-ssl\-keyfile Percorso del file della chiave privata SSL. .UNINDENT .INDENT 0.0 .TP .B \-\-timeout Tempo (in secondi) dopo il quale una connessione inattiva viene chiusa. .UNINDENT .INDENT 0.0 .TP .B \-\-trusted\-ips Consenti a connessioni non autenticate da indirizzi IP specifici di apportare modifiche. 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 Un prefisso da anteporre a tutti gli 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/server.html#managing\-user\-accounts\-from\-the\-command\-line\-only\fP .UNINDENT .INDENT 0.0 .TP .B \-\-version mostra la versione del programma ed esci .UNINDENT .INDENT 0.0 .TP .B \-\-worker\-count Numero di thread di lavoro utilizzati per elaborare le richieste. .UNINDENT .SH AUTHOR Kovid Goyal .SH COPYRIGHT Kovid Goyal .\" Generated by docutils manpage writer. .