From 9d334a74ca393e362e485ed53a7d683cf388267e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 May 2021 17:30:57 +0200 Subject: [PATCH] Enable motionEye discovery in add-on configuration --- motioneye/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/motioneye/config.json b/motioneye/config.json index 0de01ec..b0e4f65 100755 --- a/motioneye/config.json +++ b/motioneye/config.json @@ -16,6 +16,7 @@ "ports_description": { "80/tcp": "Web interface (Not required for Ingress)" }, + "discovery": ["motioneye"], "host_network": true, "apparmor": false, "video": true,