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