manatee: Add virtual host for calibre-web

This commit is contained in:
Alexander Heldt
2025-05-24 09:06:07 +00:00
parent fd77d43d2e
commit f27e42dc8f

View File

@@ -29,6 +29,15 @@ in
enableBookUploading = true; enableBookUploading = true;
}; };
}; };
nginx = {
virtualHosts."books.ppp.pm" = {
locations."/" = {
proxyPass = "http://0.0.0.0:8083"; # TODO add option for port + host
};
};
};
}; };
}; };
} }