mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Add cifsdomain
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user