Quote:
Originally Posted by kovidgoyal
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
|