feat(calibre-web): enable kepubify & kobo sync
This commit is contained in:
parent
7c93c66967
commit
7d74344b15
|
@ -14,6 +14,7 @@ in {
|
||||||
listen.port = port;
|
listen.port = port;
|
||||||
options.enableBookUploading = true;
|
options.enableBookUploading = true;
|
||||||
options.enableBookConversion = true;
|
options.enableBookConversion = true;
|
||||||
|
options.enableKepubify = true;
|
||||||
options.calibreLibrary = "/media/Books";
|
options.calibreLibrary = "/media/Books";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -26,6 +27,9 @@ in {
|
||||||
proxyPass = "http://[::1]:${toString port}";
|
proxyPass = "http://[::1]:${toString port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 500M;
|
client_max_body_size 500M;
|
||||||
|
proxy_busy_buffers_size 1024k;
|
||||||
|
proxy_buffers 4 512k;
|
||||||
|
proxy_buffer_size 1024k;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"/opds" = {
|
"/opds" = {
|
||||||
|
|
Loading…
Reference in a new issue