Use new env variables

https://github.com/alexbelgium/hassio-addons/issues/445
This commit is contained in:
Alexandre
2022-08-28 14:15:48 +02:00
committed by GitHub
parent c36d34422f
commit 294da30505

View File

@@ -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"
}