Update immich to 1.140.1

This commit is contained in:
Daniel Tschinder
2025-08-30 22:16:06 +00:00
parent 1359c5509e
commit 0054df4e5b
12 changed files with 44 additions and 66 deletions

View File

@@ -1,6 +1,10 @@
## 1.140.1 (31-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.140.0 (30-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.139.4 (27-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)

View File

@@ -1,11 +1,6 @@
{
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"**/machine-learning/*"
],
"arch": ["aarch64", "amd64"],
"backup_exclude": ["**/machine-learning/*"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
"devices": [
@@ -116,10 +111,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
@@ -141,14 +133,12 @@
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "immich",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"usb": true,
"version": "1.140.0",
"version": "1.140.1",
"video": true,
"webui": "http://[HOST]:[PORT:8080]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "30-08-2025",
"last_update": "31-08-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.140.0"
"upstream_version": "1.140.1"
}

View File

@@ -1,6 +1,10 @@
## 1.140.1 (31-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.140.0 (30-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.139.4 (27-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)

View File

@@ -1,10 +1,6 @@
{
"arch": [
"amd64"
],
"backup_exclude": [
"**/machine-learning/*"
],
"arch": ["amd64"],
"backup_exclude": ["**/machine-learning/*"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
"devices": [
@@ -115,10 +111,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
@@ -140,14 +133,12 @@
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "immich_cuda",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"usb": true,
"version": "1.140.0",
"version": "1.140.1",
"video": true,
"webui": "http://[HOST]:[PORT:8080]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "30-08-2025",
"last_update": "31-08-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.140.0"
"upstream_version": "1.140.1"
}

View File

@@ -1,6 +1,10 @@
## 1.140.1 (31-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.140.0 (30-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.139.4 (27-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)

View File

@@ -1,11 +1,6 @@
{
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"**/machine-learning/*"
],
"arch": ["aarch64", "amd64"],
"backup_exclude": ["**/machine-learning/*"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
"devices": [
@@ -116,10 +111,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
@@ -141,14 +133,12 @@
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "immich_noml",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"usb": true,
"version": "1.140.0",
"version": "1.140.1",
"video": true,
"webui": "http://[HOST]:[PORT:8080]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "30-08-2025",
"last_update": "31-08-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.140.0"
"upstream_version": "1.140.1"
}

View File

@@ -1,6 +1,10 @@
## 1.140.1 (31-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.140.0 (30-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 1.139.4 (27-08-2025)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)

View File

@@ -1,10 +1,6 @@
{
"arch": [
"amd64"
],
"backup_exclude": [
"**/machine-learning/*"
],
"arch": ["amd64"],
"backup_exclude": ["**/machine-learning/*"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
"devices": [
@@ -115,10 +111,7 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
@@ -140,14 +133,12 @@
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "immich_openvino",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"usb": true,
"version": "1.140.0",
"version": "1.140.1",
"video": true,
"webui": "http://[HOST]:[PORT:8080]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "30-08-2025",
"last_update": "31-08-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.140.0"
"upstream_version": "1.140.1"
}