Immich
This commit is contained in:
parent
b20666b8d5
commit
b9ae5a1472
4 changed files with 31 additions and 0 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue