From 294da30505390ae34176abd35502dc2cb805ad32 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Aug 2022 14:15:48 +0200 Subject: [PATCH] Use new env variables https://github.com/alexbelgium/hassio-addons/issues/445 --- xteve/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xteve/config.json b/xteve/config.json index 6f2987cc0..ae097a16f 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -6,6 +6,11 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "M3U Proxy for Plex DVR and Emby Live TV", + "environment": { + "XTEVE_HOME": "/data", + "XTEVE_BIN": "/data/bin", + "XTEVE_CONF": "/data/conf" + }, "map": [ "config:rw", "share:rw", @@ -20,6 +25,6 @@ }, "slug": "xteve", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.5.1", + "version": "2.5.1-2", "webui": "http://[HOST]:[PORT:34400]/web" }