Files
hassio-addons/immich_frame/config.yaml
2026-03-16 08:25:56 +01:00

32 lines
624 B
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
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
ApiKey: str?
ImmichServerUrl: str?
TZ: str?
slug: immich_frame
url: https://github.com/alexbelgium/hassio-addons
version: "1.0.32.0-3"
webui: http://[HOST]:[PORT:8080]