mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update to 2.2.0.200
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
|
|
||||||
|
## 2.2.0.200 (29-09-2021)
|
||||||
|
- Update to latest version from xteve-project/xTeVe
|
||||||
- Allow persistence
|
- Allow persistence
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.2.0"
|
ARG BUILD_UPSTREAM="2.2.0.200"
|
||||||
FROM collelog/xteve:latest-alpine
|
FROM collelog/xteve:latest-alpine
|
||||||
|
|
||||||
RUN cp -vnpr /etc/opt/xteve* /data || true
|
RUN cp -vnpr /etc/opt/xteve* /data || true
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Xteve",
|
"name": "Xteve",
|
||||||
"version": "2.2.0-2",
|
"version": "2.2.0.200",
|
||||||
"upstream": "2.2.0",
|
"upstream": "2.2.0.200",
|
||||||
"slug": "xteve",
|
"slug": "xteve",
|
||||||
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
@@ -12,10 +12,17 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"34400/tcp": "Web interface"
|
"34400/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw"],
|
"map": [
|
||||||
"environment": {
|
"config:rw",
|
||||||
},
|
"share:rw"
|
||||||
|
],
|
||||||
|
"environment": {},
|
||||||
"options": {},
|
"options": {},
|
||||||
"schema": {},
|
"schema": {},
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"armv7"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user