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 <noreply@anthropic.com>
This commit is contained in:
ebarzin 2026-07-02 07:49:12 +00:00 committed by viktor
parent 4c532dbf97
commit 9e253d409a

View file

@ -34,7 +34,7 @@ resource "kubernetes_config_map" "frame_config_emo" {
Accounts: Accounts:
- ImmichServerUrl: http://immich.viktorbarzin.me - ImmichServerUrl: http://immich.viktorbarzin.me
ApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_api_key_emo"]} ApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_api_key_emo"]}
ImagesFromDays: 730 ImagesFromDays: 365
EOF EOF
} }
} }