manatee/backwards: Move calibre-web module to manatee
This commit is contained in:
@@ -15,7 +15,6 @@ in
|
|||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
restic.enable = true;
|
restic.enable = true;
|
||||||
calibre-web.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,16 +14,18 @@ in
|
|||||||
calibre-web = {
|
calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
user = "alex";
|
user = "storage";
|
||||||
group = "users";
|
group = "storage";
|
||||||
|
|
||||||
listen = {
|
listen = {
|
||||||
ip = "0.0.0.0";
|
ip = "0.0.0.0";
|
||||||
port = 8083;
|
port = 8083;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dataDir = "/mnt/media/public/books";
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
calibreLibrary = "/home/alex/sync/reading-material/books";
|
calibreLibrary = "/mnt/media/public/books";
|
||||||
enableBookUploading = true;
|
enableBookUploading = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -16,6 +16,7 @@ in
|
|||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
transmission.enable = true;
|
transmission.enable = true;
|
||||||
|
calibre-web.enable = true;
|
||||||
audiobookshelf.enable = true;
|
audiobookshelf.enable = true;
|
||||||
jellyfin.enable = true;
|
jellyfin.enable = true;
|
||||||
immich.enable = true;
|
immich.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user