From 9b917d4f1fc7b82b20a2103525a25224adb610e2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 25 Jul 2021 20:27:27 +0200 Subject: [PATCH] Update config.json --- xteve/config.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/xteve/config.json b/xteve/config.json index 40241b0df..f983da5bf 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -1,7 +1,7 @@ { "name": "Xteve", - "version": "2.1.2.0120-alpine3.12.3", - "upstream": "2.1.2.0120-alpine3.12.3", + "version": "1.0.9", + "upstream": "1.0.9", "slug": "xteve", "description": "M3U Proxy for Plex DVR and Emby Live TV", "url": "https://github.com/alexbelgium/hassio-addons", @@ -13,7 +13,13 @@ "34400/tcp": "Web interface" }, "map": ["config:rw"], - "environment": {}, + "environment": { + "$XTEVE_CONF": "/home/xteve/conf", + "$XTEVE_CONF/data": "/home/xteve/conf/data", + "$XTEVE_CONF/backup": "/home/xteve/conf/backup", + "$GUIDE2GO_HOME": "/home/xteve/guide2go", + "$GUIDE2GO_CONF": "/home/xteve/guide2go/conf" + }, "options": {}, "schema": {}, "arch": ["aarch64", "amd64", "armhf", "armv7"]