summaryrefslogtreecommitdiff
path: root/app-text/calibre/files/calibre-server-3.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-15 22:54:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-15 22:54:06 +0100
commitdc98a3cf02627e4ea4fe9ea9a2b4354c7a983b5f (patch)
tree66469738748cd445a9f4b4c120c7143e5562589d /app-text/calibre/files/calibre-server-3.conf
parent3addad1afa62fa174fdfac358d7171c160ea8a0d (diff)
app-text/calibre : import from gentoo tree, fix ebuild to avoid sandbox violations
Diffstat (limited to 'app-text/calibre/files/calibre-server-3.conf')
-rw-r--r--app-text/calibre/files/calibre-server-3.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/calibre/files/calibre-server-3.conf b/app-text/calibre/files/calibre-server-3.conf
new file mode 100644
index 00000000..bb456e85
--- /dev/null
+++ b/app-text/calibre/files/calibre-server-3.conf
@@ -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"