immich-frame: whole library (last 2y), Ken Burns, weather, 30s interval
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
Per Viktor: show the whole Immich library from the last 2 years instead of the single 'china' album, enable Ken Burns pan/zoom, slow the interval to 30s, and add the weather overlay (London, metric). OpenWeatherMap key is read from Vault (secret/immich -> frame_weather_api_key), not hardcoded. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cffa32fae3
commit
88717c61fd
1 changed files with 7 additions and 4 deletions
|
|
@ -17,15 +17,18 @@ resource "kubernetes_config_map" "mailserver_config" {
|
|||
"Settings.yml" = <<-EOF
|
||||
General:
|
||||
Layout: single
|
||||
Interval: 10
|
||||
ImageZoom: false
|
||||
Interval: 30
|
||||
ImageZoom: true
|
||||
ShowAlbumName: false
|
||||
ShowProgressBar: false
|
||||
WeatherApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_weather_api_key"]}
|
||||
UnitSystem: metric
|
||||
WeatherLatLong: "51.5074,-0.1278"
|
||||
Language: en
|
||||
Accounts:
|
||||
- ImmichServerUrl: http://immich.viktorbarzin.me
|
||||
ApiKey: ${data.vault_kv_secret_v2.secrets.data["frame_api_key"]}
|
||||
Albums:
|
||||
- 1aa98849-bbd5-452b-aac0-310b210a8597 # china
|
||||
ImagesFromDays: 730
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue