mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add immich
This commit is contained in:
parent
a2c68fe62d
commit
3a47a82360
2 changed files with 22 additions and 0 deletions
|
|
@ -86,6 +86,11 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
"photos.gerg-l.com" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "gerg-l.com";
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.immich.port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue