empyrean: add IPP to backyard immich

This commit is contained in:
Jaculabilis 2025-01-08 03:31:09 +00:00
parent 898db30064
commit ea3cad091d
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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;