From 4078c74642b32dcf8a92bf452453e27b02e970ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:03:04 +0200 Subject: [PATCH] Fix TYPESENSE_ENABLED https://github.com/alexbelgium/hassio-addons/issues/802 --- immich/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 6d6ccb71e..969fcc07d 100644 --- a/immich/config.json +++ b/immich/config.json @@ -57,6 +57,7 @@ "name": "Immich", "options": { "JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=", + "TYPESENSE_ENABLED": false, "PGID": 1000, "PUID": 1000, "TZ": "Europe/Paris", @@ -83,6 +84,7 @@ "JWT_SECRET": "str", "PGID": "int", "PUID": "int", + "TYPESENSE_ENABLED": "bool", "TZ": "str?", "cifspassword": "str?", "cifsusername": "str?", @@ -96,6 +98,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.53.0", + "version": "1.53.0-2", "webui": "http://[HOST]:[PORT:8080]" }