Updater bot : immich_frame updated to 1.0.27.2

This commit is contained in:
alexbelgium
2025-06-28 01:56:47 +02:00
parent 83fdd225f5
commit 6cd8163a0f
3 changed files with 13 additions and 5 deletions

View File

@@ -1,11 +1,16 @@
{
"arch": ["aarch64", "amd64"],
"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"],
"map": [
"addon_config:rw"
],
"name": "Immich Frame",
"ports": {
"8080/tcp": 8171
@@ -20,6 +25,6 @@
},
"slug": "immich_frame",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.27.1",
"version": "1.0.27.2",
"webui": "http://[HOST]:[PORT:8080]"
}