From bb3c373f0dae0c969e37fd77e507c66e33874f65 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:01:47 +0100 Subject: [PATCH] Custom env https://github.com/alexbelgium/hassio-addons/issues/591 --- wger/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wger/config.json b/wger/config.json index 73b0f5d57..03e5cbb37 100644 --- a/wger/config.json +++ b/wger/config.json @@ -12,15 +12,21 @@ "ssl:ro" ], "name": "Wger", + "options": { + "CONFIG_LOCATION": "/config/addons_config/wger/config.yaml" + }, "ports": { "80/tcp": 9927 }, "ports_description": { "80/tcp": "Web interface" }, + "schema": { + "CONFIG_LOCATION": "str" + }, "slug": "wger", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.9", + "version": "1.9-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }