Files
hassio-addons/immich_frame/config.json
2025-06-27 23:58:27 +00:00

26 lines
638 B
JSON

{
"arch": ["aarch64", "amd64"],
"codenotary": "alexandrep.github@gmail.com",
"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",
"ports": {
"8080/tcp": 8171
},
"ports_description": {
"8080/tcp": "Web UI port"
},
"schema": {
"ApiKey": "str",
"ImmichServerUrl": "str",
"TZ": "str?"
},
"slug": "immich_frame",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.27.2",
"webui": "http://[HOST]:[PORT:8080]"
}