From 2cf3f123196e9409479476739356aea3b4eabfab Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 26 Aug 2022 22:04:31 +0200 Subject: [PATCH] Update config.json --- xteve/config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xteve/config.json b/xteve/config.json index e1f80b7fb..6e179229e 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -8,15 +8,26 @@ "description": "M3U Proxy for Plex DVR and Emby Live TV", "map": [ "config:rw", - "share:rw" + "share:rw", + "ssl:ro" ], "name": "Xteve", + "options": { + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", + "ssl": false + }, "ports": { "34400/tcp": 34400 }, "ports_description": { "34400/tcp": "Web interface" }, + "schema": { + "certfile": "str", + "keyfile": "str", + "ssl": "bool" + }, "slug": "xteve", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.5.1",