mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Updater bot : immich_frame updated to 1.0.27.2
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 1.0.27.2 (28-06-2025)
|
||||||
|
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
|
||||||
## 1.0.27.1 (21-06-2025)
|
## 1.0.27.1 (21-06-2025)
|
||||||
|
|
||||||
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
|
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Display your immich gallery as a digital photo frame",
|
"description": "Display your immich gallery as a digital photo frame",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"image": "ghcr.io/alexbelgium/immich_frame-{arch}",
|
"image": "ghcr.io/alexbelgium/immich_frame-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["addon_config:rw"],
|
"map": [
|
||||||
|
"addon_config:rw"
|
||||||
|
],
|
||||||
"name": "Immich Frame",
|
"name": "Immich Frame",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8171
|
"8080/tcp": 8171
|
||||||
@@ -20,6 +25,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "immich_frame",
|
"slug": "immich_frame",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.0.27.1",
|
"version": "1.0.27.2",
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "false",
|
"github_beta": "false",
|
||||||
"last_update": "21-06-2025",
|
"last_update": "28-06-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "immich_frame",
|
"slug": "immich_frame",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "immichFrame/ImmichFrame",
|
"upstream_repo": "immichFrame/ImmichFrame",
|
||||||
"upstream_version": "1.0.27.1"
|
"upstream_version": "1.0.27.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user