Man page - calibre-server(1)
Packages contains this manual
- calibre-server(1)
- fetch-ebook-metadata(1)
- lrs2lrf(1)
- ebook-convert(1)
- markdown-calibre(1)
- calibre-parallel(1)
- ebook-device(1)
- ebook-polish(1)
- calibre-complete(1)
- ebook-meta(1)
- calibre(1)
- web2disk(1)
- lrfviewer(1)
- ebook-edit(1)
- calibre-debug(1)
- calibre-customize(1)
- lrf2lrs(1)
- calibre-smtp(1)
- calibredb(1)
- ebook-viewer(1)
apt-get install calibre
Available languages:
en fr mr pt_BR is es kn it ca pl vi nb sl lv pt eo ms ko fa eu et nl ar da cs gl tr zh_HK sk hu bg sv hr ja he lt uk fi ru ro zh_TW sr ka el zh_CN deManual
CALIBRE-SERVER
NAME[SUVANDID]
AUTHOR
COPYRIGHT
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.
Alati kui edastad programmile calibre-server tĂŒhikuid sisaldavaid argumente, ĂŒmbritse argumendid jutumĂ€rkidega. NĂ€iteks: "/some path/with spaces"
[SUVANDID]
--access-log
Rada ligipÀÀsu logifailile. See logi sisaldab teavet klientide kohta, kes serveriga ĂŒhenduvad ja pĂ€ringuid teostavad. Vaikimisi ligipÀÀsu logimist ei tehta.
--ajax-timeout
Aeg (sekundites), kui kaua pÀringuid tehes serverilt vastust oodata.
--auth-mode
Vali kasutatava autentimise tĂŒĂŒp. 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 " .
--auto-reload
Automatically reload server when source code changes. Useful for development. You should also specify a small value for the shutdown timeout.
--ban-after
Nurjunud sisselogimiskatsete mÀÀr keelustamiseks. EbaÔnnestunud sisselogimiskatsete arv, pÀrast mida IP-aadress keelustatakse
--ban-for
Keelusta IP-aadressid, millel on korduvalt ebaÔnnestunud sisselogimiskatseid. Ajutiselt keelustab ligipÀÀsu IP-aadressitele, millelt on pÀrit palju ebaÔnnestunud sisselogimiskatseid mÀÀratud minutite jooksul. Kasulik paroolide Àraarvamise katsete ennetamiseks. Kui vÀÀrtuseks on null, siis keelustamist ei teostata.
--book-list-mode
Vali vaikimisi raamatute loendi reĆŸiim. MÀÀra raamatute loendi vaikimisi reĆŸiim, mida kasutatakse uute kasutajate puhul. Kasutajad saavad eraldi oma sĂ€tetes valida oma vaikimisi reĆŸiimi. Vaikimisi valikuks on kaaneruudustik.
--compress-min-size
VĂ€him suurus, mille puhul kasutavad vastused andmetihendust (baitides).
--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.
--daemonize
KĂ€ita protsess taustal deemonina (ainult Linuxil).
--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
--enable-allow-socket-preallocation,
--disable-allow-socket-preallocation
Socket pre-allocation, for example, with systemd socket activation. Vaikimisi on see sÀte lubatud.
--enable-auth, --disable-auth
ParoolipÔhine autentimine serverile ligipÀÀsemiseks. Tavaliselt on server piiramata, lubades ligipÀÀsu kÔigile. Selle sÀttega saad ligipÀÀsu lubada ainult eelnevalt mÀÀratud kasutajatele. Vaikimisi on see sÀte keelatud.
--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. Vaikimisi on see sÀte lubatud.
--enable-local-write, --disable-local-write
Luba autentimata kohalikel ĂŒhendustel teha muudatusi. 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. Vaikimisi on see sĂ€te keelatud.
--enable-log-not-found, --disable-log-not-found
Logi HTTP 404 (ei leitud) taotlusi. 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. Vaikimisi on see sÀte lubatud.
--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. Vaikimisi on see sÀte lubatud.
--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. Vaikimisi on see sÀte lubatud.
--help, -h
nÀita seda veateadet ja vÀlju
--ignored-fields
Eiratud kasutajamÀÀratud metaandmete vÀljad. 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
--listen-on
Liides, millel ĂŒhendusi kuulata. The default is to listen on all available IPv6 and IPv4 interfaces. You can change this to, for example, " 127.0.0.1 " to only listen for IPv4 connections from the local machine, or to " 0.0.0.0 " to listen to all incoming IPv4 connections.
|
--log |
Rada serveri logifailini. See logi sisaldab serveri teavet ja vigu, mitte ligipÀÀsu logisid. Vaikimisi kirjutatakse see voogu stdout. |
--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 --manage-users -- help for details. See also the --userdb option.
--max-header-line-size
Ăksiku HTTP pĂ€ise suurim suurus (ĂŒhikutes KB).
--max-job-time
Töölisprotsesside suurim aeg. Töölisprotsesside kÀituseks lubatud suurim aeg (minutites). Piirangu keelamiseks pane vÀÀrtuseks null.
--max-jobs
Töölisprotsesside suurim arv. Töölisprotsessid kÀivitatakse vajaduspÔhiselt ja neid kasutatakse mahukate tööde jaoks nagu raamatu lugemiseks ettevalmistamine, raamatute lisamine, teisendamine jms. Tavaliselt pÔhineb selliste protsesside suurim arv protsessori tuumade arvul. Seda saad juhtida selle sÀttega.
--max-log-size
Logifaili suurim suurus (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.
--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.
--max-opds-ungrouped-items
Maximum number of ungrouped items in OPDS feeds. 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-request-body-size
Serverisse ĂŒleslaaditavate failide suurim lubatud suurus (ĂŒhikutes MB).
--num-per-page
Ăhel lehel nĂ€idatavate raamatute arv. Veebilehitsejas ĂŒhel lehel nĂ€idatavate raamatute arv.
--pidfile
Kirjuta protsessi PID mÀÀratud faili
|
--port |
Port, millel ĂŒhendusi kuulata. |
--search-the-net-urls
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.
--shutdown-timeout
Koguaeg sekundites, mis puhta sulgumise jaoks oodata.
--ssl-certfile
Rada SSL-sertifikaadi failini.
--ssl-keyfile
Rada SSL privaatvÔtme failini.
--timeout
Aeg (sekundites), pĂ€rast mida jĂ”ude ĂŒhendus suletakse.
--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.
--url-prefix
Eesliide, mis lisada kÔigile URLidele. Useful if you wish to run this server behind a reverse proxy. For example use, /calibre as the URL prefix.
--userdb
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/et/server.html#managing-user-accounts-from-the-command-line-only
--version
nÀita programmi versiooninumbrit ja vÀlju
--worker-count
Taotluste töötlemiseks kasutatavate töölÔimede arv.
AUTHOR
Kovid Goyal
COPYRIGHT
Kovid Goyal