mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Fix TYPESENSE_ENABLED
https://github.com/alexbelgium/hassio-addons/issues/802
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
"name": "Immich",
|
"name": "Immich",
|
||||||
"options": {
|
"options": {
|
||||||
"JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=",
|
"JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=",
|
||||||
|
"TYPESENSE_ENABLED": false,
|
||||||
"PGID": 1000,
|
"PGID": 1000,
|
||||||
"PUID": 1000,
|
"PUID": 1000,
|
||||||
"TZ": "Europe/Paris",
|
"TZ": "Europe/Paris",
|
||||||
@@ -83,6 +84,7 @@
|
|||||||
"JWT_SECRET": "str",
|
"JWT_SECRET": "str",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
"TYPESENSE_ENABLED": "bool",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
@@ -96,6 +98,6 @@
|
|||||||
],
|
],
|
||||||
"slug": "immich",
|
"slug": "immich",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.53.0",
|
"version": "1.53.0-2",
|
||||||
"webui": "http://[HOST]:[PORT:8080]"
|
"webui": "http://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user