View Single Post
Old 03-27-2020, 05:37 PM   #16
Manuel_Senpai
Junior Member
Manuel_Senpai began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2020
Device: none
Quote:
Originally Posted by kovidgoyal View Post
You get the https certificates and then pass the path for them to the calibre server via the command line options.
Hello:
At "https://manual.calibre-ebook.com/es/generated/es/calibre-server.html" I don't see any command to indicate the certfile or keyfile url...
What would be the command, in which position of "caliber-server.service" would it go?
Attached is my caliber-server.
Thank you and excuse my ignorance

Quote:
Originally Posted by [Unit
Description=Servicio del Servidor de Calibre (administrador de libros)
After=network.target

[Service]
Type=forking
PIDFile=/var/run/calibre-server.pid
ExecStart=/usr/bin/calibre-server \
--daemonize \
--ajax-timeout=120 \
--ban-after=10 \
--disable-use-bonjour \
--max-log-size=10 \
--timeout=300 \
--log=/home/pi/calibre/calibre.log \
--max-opds-items=30 \
--max-opds-ungrouped-items=100 \
--port=5886 \
--pidfile=/var/run/calibre-server.pid \
--auth-mode=auto \
--enable-auth \
--userdb=/home/pi/calibre/users.sqlite \
/media/almacenpi/Biblioteca_de_Calibre/Biblioteca_Epub/
[Install]
WantedBy=multi-user.target
Manuel_Senpai is offline   Reply With Quote