Small changes and update inputs

This commit is contained in:
2026-01-28 16:28:14 +01:00
parent 7153e2d3e3
commit bff923359c
8 changed files with 189 additions and 123 deletions

View 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";
}