immich-frame: use 24-hour clock (ClockFormat HH:mm)
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
Viktor asked to switch the Immich photo-frame shown on the Portal kitchen appliance to a 24-hour clock. immichFrame defaults ClockFormat to 'hh:mm' (12-hour) and we never overrode it, so the frame was showing 12-hour time. Set ClockFormat: "HH:mm" (date-fns 24h token) in the frame Settings.yml ConfigMap; Reloader restarts the pod on apply. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
e89de86af0
commit
3fb6284e2b
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ resource "kubernetes_config_map" "mailserver_config" {
|
||||||
ImageZoom: true
|
ImageZoom: true
|
||||||
ShowAlbumName: false
|
ShowAlbumName: false
|
||||||
ShowProgressBar: false
|
ShowProgressBar: false
|
||||||
|
ClockFormat: "HH:mm"
|
||||||
WeatherApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_weather_api_key"]}
|
WeatherApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_weather_api_key"]}
|
||||||
UnitSystem: metric
|
UnitSystem: metric
|
||||||
WeatherLatLong: "51.5074,-0.1278"
|
WeatherLatLong: "51.5074,-0.1278"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue