Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
43a5d2cc27 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>
2026-07-02 07:49:12 +00:00

View file

@ -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
}
}