Files
hassio-addons/immich_frame/config.yaml
2026-04-11 01:27:48 +02:00

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.33.0"
webui: http://[HOST]:[PORT:8080]