empyrean: add IPP to backyard immich
This commit is contained in:
parent
898db30064
commit
ea3cad091d
@ -61,6 +61,7 @@
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
self.nixosModules.beatific
|
||||
self.nixosModules.unstable-ipp
|
||||
intake.nixosModules.default
|
||||
intake-sources.nixosModules.default
|
||||
./machine/empyrean
|
||||
|
@ -82,6 +82,12 @@
|
||||
'';
|
||||
locations."/".proxyPass = "http://mirror.backyard.home:7474/";
|
||||
};
|
||||
# immich proxy revproxy
|
||||
"ipp.ktvb.site" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:8002";
|
||||
};
|
||||
# Deny all other subdomains
|
||||
"alogoulogoi.com" = {
|
||||
default = true;
|
||||
|
Loading…
Reference in New Issue
Block a user