This commit is contained in:
2025-08-07 13:33:06 +03:00
parent 701b68f46b
commit 7a8413dbbf
9 changed files with 109 additions and 128 deletions
+19
View File
@@ -0,0 +1,19 @@
{
config,
...
}:
{
services.calibre-web = {
enable = true;
group = "users";
user = "${config.xlib.device.username}";
options = {
calibreLibrary = "${config.xlib.dirs.calibre-library}";
enableBookUploading = true;
enableKepubify = false;
};
listen.ip = "0.0.0.0";
listen.port = 8083;
openFirewall = true;
};
}