mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-18 18:52:10 +01:00
- Add General display options (Interval, ShowClock, etc.) to addon config schema - Add per-Account filter options (Albums, People, ShowFavorites, etc.) to Accounts schema - Rewrite 99-run.sh to generate complete Settings.yaml with General and Accounts sections - env_vars are automatically classified as General or Account-level settings - Schema options take precedence over env_vars - Full backward compatibility: existing env_var configs continue to work - Update README with comprehensive options documentation - Bump version to 1.0.32.0-4 Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
75 lines
1.6 KiB
YAML
75 lines
1.6 KiB
YAML
arch:
|
|
- aarch64
|
|
- amd64
|
|
description: Display your immich gallery as a digital photo frame
|
|
hassio_api: true
|
|
image: ghcr.io/alexbelgium/immich_frame-{arch}
|
|
init: false
|
|
map:
|
|
- addon_config:rw
|
|
name: Immich Frame
|
|
options:
|
|
Accounts: []
|
|
env_vars: []
|
|
ports:
|
|
8080/tcp: 8171
|
|
ports_description:
|
|
8080/tcp: Web UI port
|
|
schema:
|
|
Accounts:
|
|
- ImmichServerUrl: str
|
|
ApiKey: str
|
|
Albums: str?
|
|
ExcludedAlbums: str?
|
|
People: str?
|
|
Tags: str?
|
|
ShowFavorites: bool?
|
|
ShowMemories: bool?
|
|
ShowArchived: bool?
|
|
ShowVideos: bool?
|
|
ImagesFromDays: int?
|
|
ImagesFromDate: str?
|
|
ImagesUntilDate: str?
|
|
Rating: int?
|
|
env_vars:
|
|
- name: match(^[A-Za-z0-9_]+$)
|
|
value: str?
|
|
ApiKey: str?
|
|
ImmichServerUrl: str?
|
|
TZ: str?
|
|
Interval: int?
|
|
TransitionDuration: float?
|
|
ShowClock: bool?
|
|
ClockFormat: str?
|
|
ClockDateFormat: str?
|
|
ShowProgressBar: bool?
|
|
ShowPhotoDate: bool?
|
|
PhotoDateFormat: str?
|
|
ShowImageDesc: bool?
|
|
ShowPeopleDesc: bool?
|
|
ShowTagsDesc: bool?
|
|
ShowAlbumName: bool?
|
|
ShowImageLocation: bool?
|
|
ShowWeatherDescription: bool?
|
|
ImageZoom: bool?
|
|
ImagePan: bool?
|
|
ImageFill: bool?
|
|
PlayAudio: bool?
|
|
PrimaryColor: str?
|
|
SecondaryColor: str?
|
|
Style: str?
|
|
Layout: str?
|
|
BaseFontSize: str?
|
|
Language: str?
|
|
WeatherApiKey: str?
|
|
UnitSystem: str?
|
|
WeatherLatLong: str?
|
|
ImageLocationFormat: str?
|
|
DownloadImages: bool?
|
|
RenewImagesDuration: int?
|
|
RefreshAlbumPeopleInterval: int?
|
|
slug: immich_frame
|
|
url: https://github.com/alexbelgium/hassio-addons
|
|
version: "1.0.32.0-4"
|
|
webui: http://[HOST]:[PORT:8080]
|