Enable immich on dalinar

This commit is contained in:
Johannes Rothe 2025-04-01 19:47:07 +02:00
parent 8e304f189a
commit 8915a27cea

View File

@ -217,10 +217,8 @@
services.immich = { services.immich = {
enable = true; enable = true;
host = "0.0.0.0";
openFirewall = true;
machine-learning.enable = false; machine-learning.enable = false;
# TODO set data dir mediaLocation = "/storage/encrypted/photos/";
}; };
services.prometheus = { services.prometheus = {
@ -308,6 +306,11 @@
reverse_proxy localhost:8096 reverse_proxy localhost:8096
''; '';
}; };
"https://immich.dalinar.home.johannes-rothe.de" = {
extraConfig = ''
reverse_proxy localhost:${toString config.services.immich.port}
'';
};
}; };
}; };