This commit is contained in:
Filippo Berto 2025-09-04 14:37:40 +02:00
parent b20666b8d5
commit b9ae5a1472
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 31 additions and 0 deletions

View file

@ -114,6 +114,20 @@
'';
};
"immich.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:2283";
proxyWebsockets = true;
recommendedProxySettings = true;
extraConfig = ''
client_max_body_size 50000M;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
'';
};
};
# "ntfy.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:7080/";

View file

@ -109,6 +109,9 @@ in
};
};
};
immich.mediaLocation = "/mnt/raid/immich";
music-assistant = {
enable = true;
providers = [ "chromecast" "dlna" "filesystem_local" "hass" "hass_players" "jellyfin" "player_group" "radiobrowser" "soundcloud" "tidal" ];