Enable immich on dalinar
This commit is contained in:
parent
8e304f189a
commit
8915a27cea
@ -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}
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user