summaryrefslogtreecommitdiff
path: root/app-text/calibre/files/calibre-server.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-08 23:14:23 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-08 23:14:23 +0000
commite51474b1a0df70174e725a068f144e83832c7bdf (patch)
treea775e8627723b21a989c359fa68a8c50eb15377b /app-text/calibre/files/calibre-server.conf
parentb70741fb6b8591e3b1e2dcc4c3074318c0e9574b (diff)
app-text/calibre : import from gentoo tree, fix compiling against qt5.9 (cherry pick https://github.com/kovidgoyal/calibre/commit/82bd2e1a51df0650cb40894c5dc2b958f601a91d.patch)
Diffstat (limited to 'app-text/calibre/files/calibre-server.conf')
-rw-r--r--app-text/calibre/files/calibre-server.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/calibre/files/calibre-server.conf b/app-text/calibre/files/calibre-server.conf
new file mode 100644
index 00000000..c1bed842
--- /dev/null
+++ b/app-text/calibre/files/calibre-server.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_OPTS="--username calibre --password password --thread-pool 10 --port 8080"