From de2250f667f344ccfd03e8986220eb3d1c064337 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 21 Jun 2026 20:36:43 +0000 Subject: [PATCH] immich-frame: set photo date format to dd/MM/yyyy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The photo date overlay was showing US-style MM/dd/yyyy — ImmichFrame's built-in default when PhotoDateFormat is unset. Viktor wants UK day/month/year ordering instead. Pin PhotoDateFormat to the date-fns pattern "dd/MM/yyyy" (uppercase MM = month; lowercase mm would render minutes). The config map carries reloader.stakater.com/match, so Reloader restarts the immich-frame pod automatically on apply. Co-Authored-By: Claude Opus 4.8 --- stacks/immich/frame.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/immich/frame.tf b/stacks/immich/frame.tf index 4ae39a58..c86a47eb 100644 --- a/stacks/immich/frame.tf +++ b/stacks/immich/frame.tf @@ -22,6 +22,7 @@ resource "kubernetes_config_map" "mailserver_config" { ShowAlbumName: false ShowProgressBar: false ClockFormat: "HH:mm" + PhotoDateFormat: "dd/MM/yyyy" WeatherApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_weather_api_key"]} UnitSystem: metric WeatherLatLong: "51.5074,-0.1278"