summaryrefslogtreecommitdiff
path: root/.env-dist
diff options
context:
space:
mode:
Diffstat (limited to '.env-dist')
-rw-r--r--.env-dist15
1 files changed, 15 insertions, 0 deletions
diff --git a/.env-dist b/.env-dist
new file mode 100644
index 0000000..6cd60e3
--- /dev/null
+++ b/.env-dist
@@ -0,0 +1,15 @@
+# Copy this file to .env before building the container.
+# Put any local modifications here.
+
+# Calibre library base directory (mounts to /books)
+BOOKS_DIR=/home/user/calibre/Books
+
+# Default user to create (if it doesn't exist)
+EPUBE_ADMIN_USER=admin
+EPUBE_ADMIN_PASS=password
+
+# bind exposed port to 127.0.0.1 by default in case reverse proxy is used.
+# if you plan to run the container standalone and need origin port exposed
+# use next HTTP_PORT definition (or remove "127.0.0.1:").
+HTTP_PORT=127.0.0.1:8280
+#HTTP_PORT=8280