Remove calibre-web service
This commit is contained in:
parent
741c41db16
commit
dac5135308
|
@ -88,20 +88,6 @@ in {
|
||||||
max-jobs = 4;
|
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
|
# vmware
|
||||||
virtualisation.vmware.host = {
|
virtualisation.vmware.host = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -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
|
# Now we can configure ACME so we can get a star cert
|
||||||
|
|
Loading…
Reference in New Issue