From b443a922b8575a15301e321da199688057d09226 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 20:00:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8E=20Enable=20streaming=20mode=20for?= =?UTF-8?q?=20Ingress=20(#128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traccar/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/traccar/config.json b/traccar/config.json index 010e299..d2e4af0 100755 --- a/traccar/config.json +++ b/traccar/config.json @@ -6,6 +6,7 @@ "url": "https://github.com/hassio-addons/addon-traccar", "ingress": true, "ingress_port": 0, + "ingress_stream": true, "panel_icon": "mdi:car-connected", "startup": "services", "arch": ["aarch64", "amd64"],