This commit is contained in:
Elias Gasparis 2026-03-24 15:18:58 +08:00
commit 448da5e02f
3 changed files with 32 additions and 7 deletions

View file

@ -11,12 +11,12 @@
};
openFirewall = true;
options = {
enableBookUploading = true;
enableBookUploading = false;
enableBookConversion = true;
# No " " around absolute path
# Make sure a calibre library .db file is in this folder
# Example file: https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
calibreLibrary =/home/elias/books;
calibreLibrary =/mnt/plakias/enc/books;
};
};