mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Use new env variables
https://github.com/alexbelgium/hassio-addons/issues/445
This commit is contained in:
@@ -6,6 +6,11 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
||||||
|
"environment": {
|
||||||
|
"XTEVE_HOME": "/data",
|
||||||
|
"XTEVE_BIN": "/data/bin",
|
||||||
|
"XTEVE_CONF": "/data/conf"
|
||||||
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
@@ -20,6 +25,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "xteve",
|
"slug": "xteve",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.5.1",
|
"version": "2.5.1-2",
|
||||||
"webui": "http://[HOST]:[PORT:34400]/web"
|
"webui": "http://[HOST]:[PORT:34400]/web"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user