alexbelgium
2025-06-01 16:46:07 +02:00
parent 7d894eb30f
commit 81964000cf
11 changed files with 257 additions and 0 deletions

30
immich_frame/config.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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": {
"TZ": "str?",
"ImmichServerUrl": "str",
"ApiKey": "str"
},
"slug": "immich_frame",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.26.2",
"webui": "http://[HOST]:[PORT:8080]"
}