added calibre, caddy-tailscale

This commit is contained in:
Elias Gasparis 2026-03-28 10:14:57 +08:00
commit 82a9b3993f
5 changed files with 22 additions and 9 deletions

View file

@ -9,14 +9,14 @@
ip = "0.0.0.0";
port = 8083;
};
openFirewall = true;
# openFirewall = true;
options = {
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 =/mnt/plakias/enc/books;
calibreLibrary ="/home/elias/nixos-knossos/books";
};
};