mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Restore original configuration for addons_updater and templates
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
||||
"environment": {
|
||||
"XTEVE_CONF": "/data/conf",
|
||||
"XTEVE_HOME": "/data"
|
||||
},
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/xteve-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Xteve",
|
||||
"ports": {
|
||||
"34400/tcp": 34400
|
||||
},
|
||||
"ports_description": {
|
||||
"34400/tcp": "Web interface"
|
||||
},
|
||||
"slug": "xteve",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.5.3-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:34400]/web"
|
||||
}
|
||||
25
xteve/config.yaml
Normal file
25
xteve/config.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: M3U Proxy for Plex DVR and Emby Live TV
|
||||
environment:
|
||||
XTEVE_CONF: /data/conf
|
||||
XTEVE_HOME: /data
|
||||
host_network: true
|
||||
image: ghcr.io/alexbelgium/xteve-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
- ssl:ro
|
||||
name: Xteve
|
||||
ports:
|
||||
34400/tcp: 34400
|
||||
ports_description:
|
||||
34400/tcp: Web interface
|
||||
slug: xteve
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.5.3-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:34400]/web'
|
||||
Reference in New Issue
Block a user