Fix TYPESENSE_ENABLED

https://github.com/alexbelgium/hassio-addons/issues/802
This commit is contained in:
Alexandre
2023-04-18 11:03:04 +02:00
committed by GitHub
parent 24efe0df9f
commit 4078c74642

View File

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