Add Calibre-Web infrastructure
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Calibre-Web / books.mischlabs.de
|
||||
TZ=Europe/Berlin
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# External NAS port. Reverse proxy points books.mischlabs.de to this port.
|
||||
APP_PORT=8083
|
||||
|
||||
# Persistent NAS paths. Keep these as bind mounts; do not move book data into Git.
|
||||
BOOKS_PATH=/volume1/calibreweb/data/books
|
||||
CONFIG_PATH=/volume1/calibreweb/data/config
|
||||
Reference in New Issue
Block a user