mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
calibre-server: add Italian translation.
This commit is contained in:
parent
3fba0e185c
commit
a2f534f259
1 changed files with 17 additions and 0 deletions
17
pages.it/common/calibre-server.md
Normal file
17
pages.it/common/calibre-server.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# calibre-server
|
||||
|
||||
> Un'applicazione server che può essere usata per distribuire ebook in una rete.
|
||||
> Gli ebook devono prima essere importati nella libreria usando la GUI o calibredb.
|
||||
> Parte del manager di ebook Calibre.
|
||||
|
||||
- Avvia un server per distribuire ebook. Accesso a http://localhost:8080:
|
||||
|
||||
`calibre-server`
|
||||
|
||||
- Avvia il server su una specifica porta. Accesso a http://localhost:porta:
|
||||
|
||||
`calibre-server --port {{porta}}`
|
||||
|
||||
- Proteggi il server con username e password:
|
||||
|
||||
`calibre-server --username {{username}} --password {{password}}`
|
Loading…
Add table
Reference in a new issue