2025-05-23 03:09:40 +02:00
|
|
|
{ config, ... }:
|
|
|
|
|
{
|
2025-07-07 23:21:48 +02:00
|
|
|
# services.immich = {
|
|
|
|
|
# enable = true;
|
|
|
|
|
# port = 2283;
|
|
|
|
|
# mediaLocation = "/spinners/rootvol/immich/";
|
|
|
|
|
# openFirewall = true;
|
|
|
|
|
# machine-learning.enable = true;
|
|
|
|
|
# };
|
2025-03-23 00:05:36 +01:00
|
|
|
|
|
|
|
|
# services.nginx.virtualHosts."" = {
|
|
|
|
|
# forceSSL = true;
|
|
|
|
|
# locations."/" = {
|
|
|
|
|
# proxyPass = "http://localhost:${toString config.services.immich.port}";
|
|
|
|
|
# proxyWebsockets = true;
|
|
|
|
|
# recommendedProxySettings = true;
|
|
|
|
|
# extraConfig = ''
|
|
|
|
|
# client_max_body_size 50000M;
|
|
|
|
|
# proxy_read_timeout 600s;
|
|
|
|
|
# proxy_send_timeout 600s;
|
|
|
|
|
# send_timeout 600s;
|
|
|
|
|
# '';
|
|
|
|
|
# };
|
|
|
|
|
# };
|
|
|
|
|
}
|