Add cifsdomain

This commit is contained in:
Alexandre
2023-05-12 17:09:43 +02:00
parent 598858f16b
commit 1da5868a57
47 changed files with 485 additions and 45 deletions

View File

@@ -1,44 +1,60 @@
- Feat : cifsdomain added
## 1.54.1 (23-04-2023)
- Update to latest version from imagegenius/docker-immich
## 1.54.0 (21-04-2023)
- Update to latest version from imagegenius/docker-immich
### 1.53.0-2 (18-04-2023)
- Minor bugs fixed
- Fix : add option `TYPESENSE_ENABLED` https://github.com/alexbelgium/hassio-addons/issues/802
## 1.53.0 (08-04-2023)
- Update to latest version from imagegenius/docker-immich
## 1.52.1 (31-03-2023)
- Update to latest version from imagegenius/docker-immich
## 1.51.2 (24-03-2023)
- Update to latest version from imagegenius/docker-immich
- Implemented healthcheck
## 1.50.1 (04-03-2023)
- Update to latest version from imagegenius/docker-immich
## 1.49.0 (25-02-2023)
- Update to latest version from imagegenius/docker-immich
## 1.47.3 (19-02-2023)
- Update to latest version from imagegenius/docker-immich
## 1.45.0 (04-02-2023)
- Update to latest version from immich-app/immich
## 1.43.1 (28-01-2023)
- Update to latest version from immich-app/immich
## 1.43.0 (28-01-2023)
- Update to latest version from immich-app/immich
## 1.42.0 (21-01-2023)
- Update to latest version from immich-app/immich
## 1.41.1 (14-01-2023)
- Update to latest version from immich-app/immich
- Initial version

View File

@@ -31,6 +31,7 @@ Postgresql can be either internal or external
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"data_location": "str",

View File

@@ -99,6 +99,7 @@
"PUID": "int",
"TYPESENSE_ENABLED": "bool",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"data_location": "str",
@@ -111,6 +112,6 @@
],
"slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.54.1",
"version": "1.54.1-2",
"webui": "http://[HOST]:[PORT:8080]"
}
}