app-text/calibre-5.16.1-r100 dazu

Mit Patch für https://bugs.gentoo.org/show_bug.cgi?id=800233.
This commit is contained in:
Florian Tham
2021-08-10 09:54:56 +02:00
parent 47c4c2096e
commit dd4a4a719c
9 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# /etc/conf.d/calibre-server
# Change this to the user you want to run calibre-server as.
# You may specify a group too, after a colon
# NOTE: This must be set and not to root!
CALIBRE_USER=
# Set the path of the library to serve.
# Defaults to the default location for CALIBRE_USER.
#CALIBRE_LIBRARY='<user home directory>/Calibre Library'
# Extra options to pass to calibre-server.
# See the calibre-server man page for more options.
#CALIBRE_SERVER_OPTS="--userdb /srv/calibre/users.sqlite --enable-auth --worker-count 10 --port 8080"