mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Merge pull request #2079 from danez/immich11401
Update immich to 1.140.1
This commit is contained in:
@@ -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)
|
## 1.140.0 (30-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
## 1.139.4 (27-08-2025)
|
## 1.139.4 (27-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
"backup_exclude": ["**/machine-learning/*"],
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"**/machine-learning/*"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -116,10 +111,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"DB_DATABASE_NAME": "str",
|
"DB_DATABASE_NAME": "str",
|
||||||
"DB_HOSTNAME": "str",
|
"DB_HOSTNAME": "str",
|
||||||
@@ -141,14 +133,12 @@
|
|||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"skip_permissions_check": "bool?"
|
"skip_permissions_check": "bool?"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "1.140.0",
|
"version": "1.140.1",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "false",
|
"github_beta": "false",
|
||||||
"last_update": "30-08-2025",
|
"last_update": "31-08-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "imagegenius/docker-immich",
|
"upstream_repo": "imagegenius/docker-immich",
|
||||||
"upstream_version": "1.140.0"
|
"upstream_version": "1.140.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
## 1.140.0 (30-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
## 1.139.4 (27-08-2025)
|
## 1.139.4 (27-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["amd64"],
|
||||||
"amd64"
|
"backup_exclude": ["**/machine-learning/*"],
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"**/machine-learning/*"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -115,10 +111,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"DB_DATABASE_NAME": "str",
|
"DB_DATABASE_NAME": "str",
|
||||||
"DB_HOSTNAME": "str",
|
"DB_HOSTNAME": "str",
|
||||||
@@ -140,14 +133,12 @@
|
|||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"skip_permissions_check": "bool?"
|
"skip_permissions_check": "bool?"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"slug": "immich_cuda",
|
"slug": "immich_cuda",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "1.140.0",
|
"version": "1.140.1",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "false",
|
"github_beta": "false",
|
||||||
"last_update": "30-08-2025",
|
"last_update": "31-08-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "imagegenius/docker-immich",
|
"upstream_repo": "imagegenius/docker-immich",
|
||||||
"upstream_version": "1.140.0"
|
"upstream_version": "1.140.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
## 1.140.0 (30-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
## 1.139.4 (27-08-2025)
|
## 1.139.4 (27-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
"backup_exclude": ["**/machine-learning/*"],
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"**/machine-learning/*"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -116,10 +111,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"DB_DATABASE_NAME": "str",
|
"DB_DATABASE_NAME": "str",
|
||||||
"DB_HOSTNAME": "str",
|
"DB_HOSTNAME": "str",
|
||||||
@@ -141,14 +133,12 @@
|
|||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"skip_permissions_check": "bool?"
|
"skip_permissions_check": "bool?"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"slug": "immich_noml",
|
"slug": "immich_noml",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "1.140.0",
|
"version": "1.140.1",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "false",
|
"github_beta": "false",
|
||||||
"last_update": "30-08-2025",
|
"last_update": "31-08-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "imagegenius/docker-immich",
|
"upstream_repo": "imagegenius/docker-immich",
|
||||||
"upstream_version": "1.140.0"
|
"upstream_version": "1.140.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
## 1.140.0 (30-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
## 1.139.4 (27-08-2025)
|
## 1.139.4 (27-08-2025)
|
||||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["amd64"],
|
||||||
"amd64"
|
"backup_exclude": ["**/machine-learning/*"],
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"**/machine-learning/*"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -115,10 +111,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"DB_DATABASE_NAME": "str",
|
"DB_DATABASE_NAME": "str",
|
||||||
"DB_HOSTNAME": "str",
|
"DB_HOSTNAME": "str",
|
||||||
@@ -140,14 +133,12 @@
|
|||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
"skip_permissions_check": "bool?"
|
"skip_permissions_check": "bool?"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"slug": "immich_openvino",
|
"slug": "immich_openvino",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"version": "1.140.0",
|
"version": "1.140.1",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "false",
|
"github_beta": "false",
|
||||||
"last_update": "30-08-2025",
|
"last_update": "31-08-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "imagegenius/docker-immich",
|
"upstream_repo": "imagegenius/docker-immich",
|
||||||
"upstream_version": "1.140.0"
|
"upstream_version": "1.140.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user