Update config.json

This commit is contained in:
Alexandre
2022-08-26 22:04:31 +02:00
committed by GitHub
parent c441227afe
commit 2cf3f12319

View File

@@ -8,15 +8,26 @@
"description": "M3U Proxy for Plex DVR and Emby Live TV", "description": "M3U Proxy for Plex DVR and Emby Live TV",
"map": [ "map": [
"config:rw", "config:rw",
"share:rw" "share:rw",
"ssl:ro"
], ],
"name": "Xteve", "name": "Xteve",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"ports": { "ports": {
"34400/tcp": 34400 "34400/tcp": 34400
}, },
"ports_description": { "ports_description": {
"34400/tcp": "Web interface" "34400/tcp": "Web interface"
}, },
"schema": {
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"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",