feat(calibre-web): enable kepubify & kobo sync

This commit is contained in:
Felix Schröter 2024-01-14 18:00:51 +01:00
parent 7c93c66967
commit 7d74344b15
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,6 +14,7 @@ in {
listen.port = port;
options.enableBookUploading = true;
options.enableBookConversion = true;
options.enableKepubify = true;
options.calibreLibrary = "/media/Books";
};
@ -26,6 +27,9 @@ in {
proxyPass = "http://[::1]:${toString port}";
extraConfig = ''
client_max_body_size 500M;
proxy_busy_buffers_size 1024k;
proxy_buffers 4 512k;
proxy_buffer_size 1024k;
'';
};
"/opds" = {