Remove calibre-web service

This commit is contained in:
Nathan McCarty 2023-05-01 15:40:31 -04:00
parent 741c41db16
commit dac5135308
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 0 additions and 25 deletions

View File

@ -88,20 +88,6 @@ in {
max-jobs = 4;
};
# Calibre
services.calibre-web = {
enable = true;
user = "nathan";
group = "users";
openFirewall = true;
listen = { ip = "100.95.223.6"; };
options = {
calibreLibrary = "/home/nathan/Books";
enableBookConversion = true;
enableBookUploading = true;
};
};
# vmware
virtualisation.vmware.host = {
enable = true;

View File

@ -229,17 +229,6 @@
'';
};
};
"calibre.mccarty.io" = {
forceSSL = true;
useACMEHost = "mccarty.io";
locations."/" = {
proxyPass = "http://100.95.223.6:8083";
extraConfig = ''
allow 100.64.0.0/10;
deny all;
'';
};
};
};
};
# Now we can configure ACME so we can get a star cert