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]" }