manatee/backwards: Move calibre-web module to manatee

This commit is contained in:
Alexander Heldt
2025-05-18 15:38:38 +00:00
parent 5f5df49717
commit c87c07ca3a
3 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ in
nginx.enable = true;
syncthing.enable = true;
restic.enable = true;
calibre-web.enable = true;
};
};
}

View File

@@ -14,16 +14,18 @@ in
calibre-web = {
enable = true;
user = "alex";
group = "users";
user = "storage";
group = "storage";
listen = {
ip = "0.0.0.0";
port = 8083;
};
dataDir = "/mnt/media/public/books";
options = {
calibreLibrary = "/home/alex/sync/reading-material/books";
calibreLibrary = "/mnt/media/public/books";
enableBookUploading = true;
};
};

View File

@@ -16,6 +16,7 @@ in
nginx.enable = true;
syncthing.enable = true;
transmission.enable = true;
calibre-web.enable = true;
audiobookshelf.enable = true;
jellyfin.enable = true;
immich.enable = true;