Small changes and update inputs
This commit is contained in:
13
modules/nixos/calibre-web.nix
Normal file
13
modules/nixos/calibre-web.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
services.calibre-web = {
|
||||
enable = true;
|
||||
listen.ip = "127.0.0.1";
|
||||
options = {
|
||||
enableBookUploading = true;
|
||||
calibreLibrary = "/var/lib/calibre-web/library";
|
||||
enableKepubify = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."books.jelles.net".extraConfig = "reverse_proxy :8083";
|
||||
}
|
||||
Reference in New Issue
Block a user