mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Fix TYPESENSE_ENABLED
https://github.com/alexbelgium/hassio-addons/issues/802
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user