From 9e253d409a09730afa8ab6b94615c5b67e361cf4 Mon Sep 17 00:00:00 2001 From: ebarzin Date: Thu, 2 Jul 2026 07:49:12 +0000 Subject: [PATCH] immich(frame-emo): show photos from the last 365 days (was 730) Emil asked his Sofia Portal Mini photo-frame to show only the past year of photos rolling from today, instead of the last two years. Changes ImagesFromDays 730 -> 365 in the frame-emo Settings.yml. Co-Authored-By: Claude Opus 4.8 --- stacks/immich/frame-emo.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/immich/frame-emo.tf b/stacks/immich/frame-emo.tf index 221577ba..dff7342d 100644 --- a/stacks/immich/frame-emo.tf +++ b/stacks/immich/frame-emo.tf @@ -34,7 +34,7 @@ resource "kubernetes_config_map" "frame_config_emo" { Accounts: - ImmichServerUrl: http://immich.viktorbarzin.me ApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_api_key_emo"]} - ImagesFromDays: 730 + ImagesFromDays: 365 EOF } }