From 1e319d0e9ad46a27fd229fb676b3d04bda7486c1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:52:01 +0100 Subject: [PATCH] Update config.json https://github.com/alexbelgium/hassio-addons/issues/1097 --- immich/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 4992fd8b9..54ba778e9 100644 --- a/immich/config.json +++ b/immich/config.json @@ -61,6 +61,7 @@ "CI_PORT": "8080", "DOCKER_MODS": "imagegenius/mods:universal-redis", "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", + "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", "REDIS_HOSTNAME": "localhost", @@ -131,6 +132,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.88.2", + "version": "1.88.2-2", "webui": "http://[HOST]:[PORT:8080]" }