mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 1.0.27.2 (28-06-2025)
|
## 1.0.27.2 (28-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.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,16 +1,11 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"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": [
|
"map": ["addon_config:rw"],
|
||||||
"addon_config:rw"
|
|
||||||
],
|
|
||||||
"name": "Immich Frame",
|
"name": "Immich Frame",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8171
|
"8080/tcp": 8171
|
||||||
|
|||||||
Reference in New Issue
Block a user