From 2ebf5df562e6a57dd97165e9400dd7804730a8b9 Mon Sep 17 00:00:00 2001 From: Brad Williams Date: Mon, 29 Aug 2022 12:43:53 -0400 Subject: [PATCH] Update config.json Run on host network so EAP/Switches/Routers are discoverable. Outgres limited to docker network when set to false, So no devices will ever be discovered --- omada/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/omada/config.json b/omada/config.json index 5cfdfa766..66a9721c6 100644 --- a/omada/config.json +++ b/omada/config.json @@ -42,6 +42,7 @@ "8088/tcp": "web interface http", "8843/tcp": "portal https" }, + "host_network": true, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons", "version": "5.5-chromium-amd64-2022-08-26",